ワンクリックで
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 ページを確認してインストールできます。
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.
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.