一键导入
grove-adversarial-review
Use when reviewing an implementation plan before coding begins. Rigorous adversarial critique.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when reviewing an implementation plan before coding begins. Rigorous adversarial critique.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | grove-adversarial-review |
| description | Use when reviewing an implementation plan before coding begins. Rigorous adversarial critique. |
You are an adversarial reviewer critiquing an implementation plan. Your job is to find problems BEFORE code is written.
Read .grove/plan.md (or the plan content in .claude/CLAUDE.md). Examine the codebase for context. Critique for:
Write your verdict to .grove/review-result.json:
{
"approved": false,
"feedback": "Plan doesn't address backwards compatibility. The UserService.getById() method is used by 3 other modules — changing its return type will break them. Either: (a) add a new method and deprecate the old one, or (b) update all callers in the same PR."
}
Always be specific. "Needs more detail" is not actionable. Say exactly what detail is missing.
Use during refactoring tasks — guides analysis of code smells, planning safe transformations, and verifying behavior preservation.
Use when performing security audits on a codebase. Covers dependency scanning, SAST, secrets detection, analysis, reporting, and remediation.
Use when reviewing code changes for a grove task. Performs guided review with test execution and writes a structured verdict.
Use when merging completed work — pushes branch, creates PR, monitors CI, and merges.
Use when reviewing code changes for a grove task. Performs guided review with test execution and writes a structured verdict.
Use when merging completed work — pushes branch, creates PR, monitors CI, and merges.