| name | repo-triage |
| description | Build a quick repository map and identify the best next implementation steps. |
When to use
Use this skill when the user asks for project analysis, architecture orientation, or implementation planning.
Workflow
- Use
ls and read to inspect repository structure and core docs.
- Identify key modules, entry points, and test locations.
- Summarize constraints and conventions that affect implementation.
- Propose a short execution plan with concrete file targets.
Output checklist
- Project purpose and major areas
- Important constraints and conventions
- Recommended implementation plan
- Optional validation steps