원클릭으로
step-verify
Verify review findings one by one, pausing after each to discuss with the user before continuing.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Verify review findings one by one, pausing after each to discuss with the user before continuing.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Autonomously create a plan, consult Gemini and Codex for improvements, apply feedback, and implement. No user interaction - uses best judgment throughout.
Turn an idea into a concrete design through structured dialogue.
Gemini and Codex collaboratively brainstorm solutions, building on each other's ideas across rounds. Agent synthesizes the best ideas into a plan.
Claude brainstorms with an opponent LLM (Gemini or Codex) in alternating turns, building on each other's ideas. Synthesizes the best ideas into a plan.
Commit the staged changes. If there are no staged changes, stage all changes first.
Consult Gemini and Codex for high-level planning, synthesize into a detailed plan, implement, then get final review. No user interaction.
| name | step-verify |
| description | Verify review findings one by one, pausing after each to discuss with the user before continuing. |
| allowed-tools | Bash, Glob, Grep, Read, Write, Edit, Agent, AskUserQuestion |
| disable-model-invocation | true |
Verify review findings from the current conversation step by step, pausing after each for discussion.
Arguments: $ARGUMENTS
$ARGUMENTS specifies a subset (e.g. "items 1-5", "critical only"), filter accordinglyGo through findings one at a time, in order.
For each finding:
Read the relevant source files to understand what the finding is actually claiming.
Choose the most appropriate verification method:
/tmp/verify-*.{sh,ts,py,rs} or similarShow progress like "Finding 3/10:" and report:
Show the evidence (command output, code snippets, script results) that supports your verdict.
Use AskUserQuestion to let the user respond before continuing. Offer context-appropriate options (e.g. "Continue", "Fix this now", "Skip remaining", "Show more detail").
Wait for the user's response. If they want to fix the issue now, do so before moving on. Then proceed to the next finding.
After all findings are verified, present a summary table:
# Verified | # Not an Issue | # Incorrect | # Unable to Verify
List the confirmed issues and ask which ones the user wants to fix.