use-cli-scout
Web search, page fetch, and GitHub repo exploration via scout CLI.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Web search, page fetch, and GitHub repo exploration via scout CLI.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
専門 reviewer エージェント群を adversarial challenge (critic-audit + critic-evidence) の下でオーケストレーションする。finding は集約する事実ではなく、論証すべき立場として扱う。クイック PR スクリーニングには使わない (/preview を使用)。
Orchestrate reviewer agents under adversarial challenge (critic-audit + critic-evidence). Findings are positions to be argued, not facts to be aggregated. Do NOT use for quick PR screening (use /preview instead).
herdr-agentchat プラグイン経由で codex (coder) に実装を委譲し、2 ペイン会話で完成まで進める。
Delegate implementation to codex (coder) via the herdr-agentchat plugin and drive a two-pane conversation to completion.
/pr の内部ヘルパー。PR 本文 (Preview URL + How to Test) を読み取り、agent-browser を駆動してスクリーンショット (1 step) または動画 (2+ step) を撮影し、GitHub web UI への手動添付用に成果物のパスを返す。
Internal helper for /pr. Reads PR body (Preview URL + How to Test), drives agent-browser to capture a screenshot (1 step) or a video (2+ steps), and returns the artifact path for manual attachment on GitHub web UI.
| name | use-cli-scout |
| description | Web search, page fetch, and GitHub repo exploration via scout CLI. |
| 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 |
| Purpose | Command |
|---|---|
| Web search | scout search "query" |
| Fetch page | scout fetch <url> |
| Deep research | scout research "topic" |
| Repo tree | scout repo-tree <owner/repo> |
| Repo read | scout repo-read <owner/repo> <path> |
| Repo overview | scout repo-overview <owner/repo> |
Required environment variables, options, the --json envelope, exit codes, stdin input, and examples are all written in scout --help and scout <subcommand> --help. When answering about scout itself, answer from the installed version's help output rather than from this skill or from training knowledge. When the two disagree, help wins.
| Situation | Command to run |
|---|---|
| Environment variables, exit codes, global flags | scout --help |
| A subcommand's arguments and flags | scout <subcommand> --help |
| A run failed with exit 64 (missing API key too) | Read the Environment section of scout --help |
| use-cli-scout | Built-in WebFetch / WebSearch |
|---|---|
| Latest docs, release notes | Never; scout preferred |
| GitHub repository exploration | Never; scout repo-* preferred |
| Deep research with compiled report | Unavailable; use scout research |
| Markdown-clean page extraction | WebFetch lacks Markdown conversion |