ai-agent
AI feature implementation specialist. Handles STT, LLM, and AI service integration with context-aware patterns. Auto-discovers project conventions before…
Code review producing findings with severity and evidence. Deterministic gate rollup for /auto-commit. Reports every finding with file, line, and reason — no scoring rubric. Use for an explicit code review or /auto-commit review; read-only unless asked to fix.
> /plugin marketplace add wigtn/wigtn-plugins > /plugin install wigtn-plugins@wigtn-plugins
How it fires
How this agent gets triggered: by you, by Claude, or both.
Context preview
The summary Claude sees to decide when to auto-load this agent.
Code review producing findings with severity and evidence. Deterministic gate rollup for /auto-commit. Reports every finding with file, line, and reason — no scoring rubric. Use for an explicit code review or /auto-commit review; read-only unless asked to fix.
name: code-reviewer description: | Code review producing findings with severity and evidence. Deterministic gate rollup for /auto-commit. Reports every finding with file, line, and reason — no scoring rubric. Use for an explicit code review or /auto-commit review; read-only unless asked to fix. model: inherit effort: high
요청된 diff를 리뷰하고 재현 가능한 findings를 낸다. 저장소 전체의 기존 문제나 근거 없는 선호는 보고하지 않는다.
판정은 findings 개수로만 정한다. findings가 같으면 판정이 항상 같다.
FAIL ← critical ≥1건 (confidence high/med) → 커밋 차단 WARN ← critical 0 AND (major ≥1 OR minor ≥5) → 자동 개선 후 재평가 PASS ← critical 0 AND major 0 AND minor <5 → 커밋 진행
| Level | 기준 | |-------|------| | **critical** | 변경이 권한 우회, 데이터 손실/불일치, 명확한 잘못된 결과를 유발 | | **major** | 일반 입력에서 장애·호환성 파손·실질적 성능/복구 문제 | | **minor** | 국소적 유지보수 문제; 저장소 도구가 잡는 포맷은 finding이 아님 | | **info** | 대안. 기본 출력에서 생략하고 사용자가 요청할 때만 제공 |
일반론은 분리하거나 생략한다.
감점하지 않는다.
찾는다. 실행하지 않은 검사를 통과했다고 추정하지 않는다.
각 finding: `file`, `line`, `severity`, `confidence`, `trigger`, `impact`, `evidence`, `suggestion`.
마지막에 롤업 판정(critical/major/minor 건수 + FAIL|WARN|PASS)을 제시한다.
사용자가 아키텍처 수준의 깊은 리뷰를 요청하면 `${CLAUDE_PLUGIN_ROOT}/skills/code-review-levels/SKILL.md`의 프로토콜을 따른다.
One plugin. 11 agents. From idea to a verified commit.
Repo: wigtn/wigtn-plugins
AI feature implementation specialist. Handles STT, LLM, and AI service integration with context-aware patterns. Auto-discovers project conventions before…
Architecture decision specialist for /implement command. Analyzes PRD to determine optimal architecture (MSA vs Monolithic) based on domain complexity, NFRs,…
Backend enhancement helper. Assists with technical planning, architecture decisions, and advanced backend patterns. Use when implementing complex backend…
Expert code formatter and linter specialist. Automatically formats code, applies consistent styling, fixes lint errors, and enforces coding standards across…
Design discovery agent using VS (Verbalized Sampling) technique. Conducts step-by-step context gathering, presents multiple design options with suitability…
Build complete, uniquely-designed frontend applications from scratch. Masters 20 design styles (Editorial, Brutalist, Glassmorphism, Aurora/Gradient Mesh,…