一键导入
harness-review
Perform a concise, prioritized review of current code changes with concrete fixes, using the repository’s configured review policy and guides.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Perform a concise, prioritized review of current code changes with concrete fixes, using the repository’s configured review policy and guides.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Seed a target repository with the required harness contract files and directory structure, and optionally draft initial repository-specific content when enough context is available.
Convert an informal feature idea into a concise, implementation-ready PRD in a work item directory under docs/exec-plans/current/.
Transform a PRD into a practical FDD in a work item directory under docs/exec-plans/current/ with concrete boundaries, interfaces, data impacts, and verification strategy.
Produce a slice-level detailed design doc at <work_item_dir>/design/<slice_slug>.md by mapping slice responsibilities, interfaces, edge cases, and tests to the work item requirements.
Implement one phase from a work item plan under docs/exec-plans/current/ using the repository contract as the source of truth.
Convert PRD and FDD into a dependency-ordered implementation plan in a work item directory under docs/exec-plans/current/ with explicit gates and verification notes.
| name | harness-review |
| description | Perform a concise, prioritized review of current code changes with concrete fixes, using the repository’s configured review policy and guides. |
| examples | ["$harness-review","Review this diff for risks before I open a PR ($harness-review)"] |
| when_to_use | ["Implementation is complete and needs a quality pass.","The user asks for a review, risk scan, or PR readiness check."] |
| when_not_to_use | ["No meaningful changes are present to review.","The task is pure document drafting with no code or behavior diff."] |
harness.yml.docs/CODEREVIEW.md and every repository-local review guide it points to and follow and implement a code review as prescribed, delegating
actual review work to the reviewer subagent as outlined in docs/CODEREVIEW.md.