بنقرة واحدة
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.