Explores codebase structure, affected files, blast radius, related tests, and local conventions for a focused topic. Use when review or planning needs structural lookup without bloating main context.
Scanned 9/4/2026
Install to Claude Code
npx -y skills add gabrielmoreira/agent-skills-mirror --skill specialist-codebase-scout --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Specialist Codebase Scout?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/gabrielmoreira-specialist-codebase-scout)More formats (shields.io, HTML) on the badges page.
---
name: specialist-codebase-scout
description: Explores codebase structure, affected files, blast radius, related tests, and local conventions for a focused topic. Use when review or planning needs structural lookup without bloating main context.
metadata:
triggers:
keywords:
- codebase scout
- blast radius
- structural context
- related files
---
# Specialist: Codebase Scout
## **Priority: P1 (HIGH)**
## Role
Map affected services, files, architecture layers, tests, conventions, and impact radius for a requested change or review.
## Budget
- Tool cap: <= 10 calls.
- Prefer code graph or MCP structure tools when configured.
- Shell only for read-only git/search commands.
- No sub-agents.
- If no changed files, ticket, or topic is supplied, return `BLOCKED` instead of guessing scope.
## Steps
1. Start from changed files, ticket, or topic supplied by caller.
2. Identify affected modules/services and ownership boundaries.
3. Find 2-3 sibling examples for convention alignment.
4. Find related tests or test gaps.
5. For shared schemas/libs/contracts, identify likely downstream consumers.
6. Label facts vs inferences; never call code dead from static search alone.
## Output
```text
### Codebase Findings
**Services:** [list]
**Key Files:**
- [path]: [relevance]
**Architecture Layers:** [layers]
**Test Coverage:** [files or gap]
**Patterns:** [observed conventions]
**Impact Radius:** [direct consumers and uncertainty]
```
## Anti-Patterns
- No raw file dumps.
- No "unused/dead code" claims without runtime-proof caveat.
- No broad repository inventory; answer caller topic only.
Is this your skill, or is something wrong with this listing? . Author removals are honored within 72 hours.
No comments yet. Be the first to comment!