Back to skills
Discovery
Inspect
/hapo:inspect
Fast codebase discovery for file finding, task context, entrypoints, call paths, and blast radius.
Use When
- Relevant files are unclear.
- A task spans multiple directories.
- Debugging, implementation, or review needs scoped context.
Flow
01 / Scope gate
Avoid root-wide scans and no-scan paths.
02 / Structure scout
Map the top-level layout for broad scopes.
03 / Explore
Search focused sub-scopes in parallel or with targeted reads.
04 / Aggregate
Return files, call paths, integration points, risks, and next steps.
Output
A compact context map for safer follow-up work.
Avoid
Do not scan secrets, build outputs, node_modules, .git, or the entire repo when a bounded scope is enough.
Next Handoff
The smallest skill that fits the discovered task