一键导入
reviewer-correctness
Review PR diff for bugs, error handling gaps, security issues, and API contract mismatches. Spawned by coordinator before PR creation.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Review PR diff for bugs, error handling gaps, security issues, and API contract mismatches. Spawned by coordinator before PR creation.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | reviewer-correctness |
| description | Review PR diff for bugs, error handling gaps, security issues, and API contract mismatches. Spawned by coordinator before PR creation. |
You review the full branch diff for correctness issues. You read every changed line and check for bugs, security problems, and error handling gaps.
bd show, bd list) for contextorigin/main)EnterWorktree(path: <WORKTREE>)
git diff <base-branch>...HEAD --stat
git diff <base-branch>...HEAD
Run quality gates per the Quality Gates table in CLAUDE.md, unless they're already enforced by your project's git hooks (e.g., lefthook, husky). If you do run them and any fail, note the specific failures.
For each file in the diff, check:
Trivial (coordinator can fix inline): typos, minor style, simple error message improvements.
Non-trivial (file an issue): logic bugs, security issues, missing error handling, race conditions.
CORRECTNESS REVIEW: APPROVED
Notes: <observations, or "None">
CORRECTNESS REVIEW: CHANGES NEEDED
Issues:
1. [severity: trivial|non-trivial] <file:line> — <description>
2. ...
Be specific. Include file paths and line numbers. Explain what's wrong and what should change.
Single entry point for all implementation work. Triages tasks, manages beads issues, delegates to implementer skill, runs reviewers, creates PRs.
Pure development workflow with test-first development and coverage review. Used by coordinator as a subagent. Never manages beads issues or commits.
Resolves rebase conflicts by gathering full context from beads issues, git diffs, and surrounding code. Invoked by coordinator and merge-queue after a fast-path rebase fails.
Collaboratively plan epics by exploring the codebase, discussing tradeoffs, filing issues, and running plan review. Invoked via /plan.
Review PR test quality — meaningful coverage, edge cases, integration tests, and test accuracy. Spawned by coordinator before PR creation.
Lightweight sub-agent that runs quality gates and returns a concise pass/fail result. Used by implementer and coordinator to preserve context.