基于 SOC 职业分类
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/zeero/dotfiles --skill doc-review-external命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
Use when launching a long-running CLI in the background (external review CLIs, builds, batch jobs) or deciding how to capture its output; when a subagent is stalled, its completion is overdue, or its completion notification arrives while the work it launched may still be running; before stopping or re-issuing a background task, especially on suspicion of a wrong working directory; when /exit is blocked with "Background work is running"; when dispatching a subagent into a worktree or isolated directory where it will commit or write reports; and when setting up a standing subagent you delegate to repeatedly, including how it must report back. Fire at launch time, not only after trouble.
Use when asking an external agent or subagent to review something or give a second opinion, applying review feedback, deciding whether to accept a finding, running two reviews at once, or before calling work "reviewed" and merging it. Triggers: 「外部レビューを依頼」「codex にレビューさせて」「レビュー指摘を反映」「この指摘は採用すべきか」「レビュー済みか確認」「マージ前レビュー」. Fire even when the work feels already reviewed — that false sense is the failure this skill prevents.
Moomoo API (ex-Futu) Python SDK reference. Use for stock prices, orders, positions, or OpenQuoteContext/OpenTradeContext usage.
| name | doc-review-external |
| argument-hint | [--claude|--codex|--gemini] [-a|--adversarial] <file_path> |
| description | user invoke only |
| summary | ユーザが明示的に呼び出します。外部プロセスを使用してドキュメントをレビューし、タスクを作成します。 |
指定されたファイルを外部プロセス(codex または claude または gemini)を使ってレビューし、レビュー結果を評価してください。修正の必要があれば、タスク化してください。
【重要】
外部プロセスを起動する前に external-agent-invocation スキルを読み、オプションの解釈・コマンドの形・落とし穴・重大度の書かせ方はそちらに従ってください。このスキルには、ドキュメントレビューに固有の部分だけを書いています。
【手順】
対象ファイルの確認:
{{args}} からオプションフラグを除いた部分をファイルパスとします。ドキュメントの位置づけの特定:
外部レビューの実行:
< "[FILE_PATH]")。以下のドキュメントを [判定したモードに応じて "Adversarial Review" または "レビュー"] してください。
【ドキュメントの位置づけ】
[目的・読者・ライフサイクル・次工程を1〜3行で記載。例: 「リファクタ候補選定のための探索メモ。直接の実装インプットではなく、採用候補は別途設計書を作る」]
重大度(ブロック/非ブロック)は、この位置づけにおける採用可否を基準に判定してください。
【重点確認項目】
1. 技術的レビュー(Technical accuracy): 技術的な内容が正確か、論理展開が適切か。
2. 分かりやすさ(Tone/Style): 読者(特にAI)にとって意図が明確に伝わるトーン&マナーになっているか。
3. 網羅性: 上記の位置づけで想定される読者・次工程にとって、必要な情報(前提条件、制約、期待する出力など)が不足なく網羅されているか。
【出力要件】
- 総合的な評価(数行)
- 修正・追記すべき具体的な問題点のリスト(箇条書きで明確に)。各項目には重大度として「ブロック」か「非ブロック」かを必ず明記してください。
- ブロックに該当する問題点が一つも無い場合は「ブロックレベルの指摘なし」と明記してください。
結果の処理: