基于 SOC 职业分类
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/raine/skills --skill step-verify命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
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.
| 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.