use-cli-scout
scout CLI 経由で Web 検索、ページ取得、GitHub リポジトリ探索を行う。
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
scout CLI 経由で Web 検索、ページ取得、GitHub リポジトリ探索を行う。
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
issue が build に投入できる形かを検分し、verdict (build-ready / needs-plan / needs-fix) と指摘を返す。起票には使わない (/issue)。PR のスクリーニングには使わない (/preview)。
Inspect whether an issue is in shape to hand to build, returning a verdict (build-ready / needs-plan / needs-fix) and the findings. Do NOT use to file an issue (use /issue) or to screen a PR (use /preview).
critic-design による敵対的批判を伴う設計探索。生き残った案を構造化 plan にまとめ、自己点検して呼び出し元に返す。plan の永続先は issue の Plan 節が唯一。計画意図のないコードベース調査には使わない (代わりに /research)。
Design exploration with adversarial critique by critic-design. Assembles the surviving approach into a structured plan, self-checks it, and returns it to the caller. The issue's Plan section is the plan's only persistent home. Do NOT use for codebase investigation without planning intent (use /research instead).
構造化されたタイトルと本文で GitHub Issue を生成する。単独で成立し、前段を要求しない。challenge / research の成果物が会話にあれば本文の根拠に使い、/think の plan 下書きがあれば `## Plan` 節へ移設する。issue 番号を渡すと、起票済みで Plan 節を持たない issue へ plan を転記する。
Generate GitHub Issue with structured title and body. Standalone; requires no upstream stage. When challenge / research artifacts exist in the conversation, they feed the body's evidence; when a /think plan draft exists, it is transferred into the `## Plan` section. Given an issue number, it transfers a plan into a filed issue that has no Plan section.
| name | use-cli-scout |
| description | scout CLI 経由で Web 検索、ページ取得、GitHub リポジトリ探索を行う。 |
| when_to_use | web search, page fetch, deep research, GitHub repo exploration, latest docs, release notes, library docs, external info, WebFetch alternative, WebSearch alternative, 最新ドキュメント, リリースノート, 外部情報 |
| allowed-tools | Bash Read |
| user-invocable | false |
| 目的 | コマンド |
|---|---|
| Web 検索 | scout search "query" |
| ページ取得 | scout fetch <url> |
| ディープリサーチ | scout research "topic" |
| リポジトリツリー | scout repo-tree <owner/repo> |
| リポジトリ読み取り | scout repo-read <owner/repo> <path> |
| リポジトリ概要 | scout repo-overview <owner/repo> |
必須の環境変数、オプション、--json envelope、exit code、stdin 入力、実行例は scout --help と scout <subcommand> --help に書かれている。scout 自体について答えるときは、この skill の記述や訓練データの記憶からではなく、インストール済みバージョンの help 出力から答える。両者が食い違ったら help が勝つ。
| 状況 | 実行するコマンド |
|---|---|
| 環境変数、exit code、グローバルオプション | scout --help |
| サブコマンドの引数とフラグ | scout <subcommand> --help |
| exit 64 で失敗した (API key 未設定を含む) | scout --help の Environment セクションを読む |
| use-cli-scout | 組み込み WebFetch / WebSearch |
|---|---|
| 最新ドキュメント、リリースノート | 使わない。scout を優先 |
| GitHub リポジトリ探索 | 使わない。scout repo-* を優先 |
| 編集済みレポート付きディープリサーチ | 利用不可。scout research を使う |
| Markdown クリーンなページ抽出 | WebFetch には Markdown 変換がない |