一键导入
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
Lint and typecheck are enforced by lefthook git hooks at commit time — do not re-run them here. Focus your review on the code diff itself.
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.
Pure development workflow with test-first development and coverage review. Used by coordinator as a subagent. Never manages beads issues or commits.
Autonomous codebase cruft discovery. Scans for duplication, dead code, leaky abstractions, pattern divergence, and complexity. Files findings as beads issues. Invoked via /refactor-finder.
Single entry point for all implementation work. Triages tasks, manages beads issues, delegates to implementer skill, runs reviewers, creates PRs.
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.
Process open PRs — merge when CI passes, handle rebases, file issues for failures. Run in a dedicated window.
Collaboratively plan epics by exploring the codebase, discussing tradeoffs, filing issues, and running plan review. Invoked via /plan.