source-search
SKILL.md
Source Search
When to Use
- You need to locate where a symbol, string, env var, or error code is defined or referenced across the codebase.
Rules
- Read-only: do not modify files.
- Prefer
grepfor broad discovery, then targetedreadfor the best matches. - Narrow with glob patterns to reduce noise.
Workflow
- Identify exact search keys and likely variants.
- Glob by folder or pattern to limit scope.
- Grep and rank results by relevance.
- Return top matches with
path:lineand a short note.
Output
- Definitions and top usages with
path:linecitations. - Brief note on next steps or likely primary file to inspect.
Examples
- "Where is
PrefixJtiBlacklistdefined?" - searchconfig/for the constant. - "Which files reference
ACTIVATE_JWT?" - grep acrossconfig/,setTestEnv.sh,.env.sample.
Related Skills
code-navigation(impact mapping),file-reader(detailed read)
Weekly Installs
2
Repository
pilinux/gorestGitHub Stars
487
First Seen
12 days ago
Security Audits
Installed on
cline2
gemini-cli2
github-copilot2
codex2
kimi-cli2
cursor2