skills/deepsearch/SKILL.md
Use when you need deep codebase exploration to find code, patterns, or references.
npx skillsauth add seokan-jeong/team-shinchan team-shinchan:deepsearchInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
If args is empty or only whitespace:
Ask user: "What would you like to search for?"
STOP and wait for user response
If args length > 2000 characters:
Truncate to 2000 characters
Warn user: "Request was truncated to 2000 characters"
Do not read further. Execute these Tasks NOW:
// Step 1: Fast Search (Shiro)
Task(
subagent_type="team-shinchan:shiro",
model="haiku",
prompt=`/team-shinchan:deepsearch has been invoked.
## Codebase Exploration Request
Perform fast search:
- File name pattern matching
- Keyword search
- Directory structure analysis
Search target: ${args || '(What to search)'}
`
)
// Step 2: Deep Search if needed (Masumi)
// Call additionally if Shiro results are insufficient
Task(
subagent_type="team-shinchan:masumi",
model="sonnet",
prompt=`Perform deep analysis based on Shiro search results:
- Code content analysis
- Related documentation search
- Dependency tracking
Search target: ${args || '(What to search)'}
`
)
STOP HERE. The above Tasks handle everything.
testing
Default-on interview option-quality panel — N diverse generators produce structure-free options, a SelfCheckGPT majority-vote consensus filters hallucinations, a SteerConf cautious-confidence judge scores survivors, and a deterministic top-K is returned. Workflow tier; the single fierce-* skill that is ON by default.
development
Deterministic adversarial code review for high-stakes scope — independent per-dimension review, a non-skippable per-finding refutation, completeness + interaction critics, and a deterministic 3-lens rubric judge panel. Opt-in main-loop Workflow tier.
data-ai
Deterministic loop-until-done for high-stakes long-running tasks — a worker/verifier loop the script bounds by iteration cap, token budget, and stagnation, closed by an Action-Kamen gate. Opt-in main-loop Workflow tier.
testing
Deterministic adversarial debate for high-stakes or irreversible decisions — mandatory refutation plus a scored judge panel. Opt-in main-loop Workflow tier.