What problem does it solve?
It turns a vague request about how something works into a structured, accurate technical report grounded in the actual repository code.
Core Features & Use Cases
- Keyword-driven discovery: Identify relevant modules and files by searching the codebase using extracted feature keywords.
- Traceable deep dive: Read key entry points and follow imports/call flows to explain real behavior, error handling, and security/performance considerations.
- Professional reporting output: Produce a report with a clear executive summary, Mermaid architecture visuals, and comprehensive functional file links, then persist it to reports/ as a markdown file.
- Use Case: You want an authoritative explanation of the auth flow for a Next.js app; the skill finds the relevant middleware/controllers, analyzes the flow, links to every referenced file, and saves auth-flow-analysis.md.
Quick Start
Ask the AI to generate a technical report on the auth flow and include clickable file links plus at least one Mermaid diagram, then save it under reports/ as a markdown file.