Inspect
Skills に戻る
Discovery

Inspect

/hapo:inspect

File finding、task context、entrypoints、call paths、blast radius のための fast codebase discovery。

Use When

  • Relevant files が不明。
  • Task が複数 directories にまたがる。
  • Debugging、implementation、review に scoped context が必要。

Flow

01 / Scope gate

Root-wide scans と no-scan paths を避けます。

02 / Structure scout

Broad scopes では top-level layout を map します。

03 / Explore

Focused sub-scopes を parallel search または targeted reads で調査します。

04 / Aggregate

Files、call paths、integration points、risks、next steps を返します。

Output

Follow-up work を安全にする compact context map。

Avoid

Secrets、build outputs、node_modules、.git、または bounded scope で足りるのに entire repo を scan しません。

Next Handoff

Discovered task に合う smallest skill