بنقرة واحدة
scout
Explore codebase or research a question. Delegates to Scout agent for fast, thorough exploration.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Explore codebase or research a question. Delegates to Scout agent for fast, thorough exploration.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Read Claude Code documentation to learn about features, capabilities, hooks, skills, MCP, subagents, and how to use Claude Code effectively.
Close a dev-cycle session, capture learnings, and optionally commit. Use when development work is complete and ready to wrap up.
Fully autonomous development mode. Spec in, production-ready software out. Claude makes decisions, uses agents, commits locally. Only stops for hard blockers.
Run QA checks on current work. Tests, linting, type checking, build verification. Use during or after development to catch issues early.
Release candidate preparation. Final checks before merge - QA, security, review, changelog. The last gate before shipping.
Security audit with Sentinel. Checks for vulnerabilities, secrets, dependencies, and security best practices. Use before shipping or when working on auth/crypto/sensitive areas.
| name | scout |
| description | Explore codebase or research a question. Delegates to Scout agent for fast, thorough exploration. |
| user-invocable | true |
| arguments | [{"name":"question","description":"What to explore or find out (optional - will ask if not provided)","required":false}] |
Delegate exploration tasks to the Scout agent (haiku model - fast & cheap).
/scout how does authentication work here?
/scout where is the database schema defined?
/scout what options do we have for caching?
/scout # will ask what to explore
If no question provided, ask: "What do you want to explore?"
Delegate to Scout agent:
"Scout, explore: [question]
Context:
- Project: [current directory/project name]
- Relevant area: [if obvious from question]
Return:
- What you found
- How it works
- Options (if applicable)
- Unknowns or questions for Tako"
Present Scout's findings to Tako
Ask: "Want me to dig deeper on anything?"
Exploring a feature:
/scout how does the scraper handle rate limiting?
Finding implementations:
/scout where are all the API endpoints defined?
Researching options:
/scout what libraries could we use for PDF generation?
Understanding patterns:
/scout what's the error handling pattern in this codebase?