Productivity · Version 2.0.0 · Reviewed 2026-08-23
Repository Overview Generator
Produce a comprehensive, source-cited architecture and onboarding document, plus an optional pull-request-derived contributor playbook, with no invented modules, versions, APIs, commands, or team rules.
6 method steps
9 documented failure modes
7 diagnostic checks
7 quality gates
Generates a comprehensive, source-cited repository overview covering purpose, exact technology versions, solution architecture, project structure, application components, data architecture, API contracts, development setup, and an optional contributor playbook mined from pull request history.
Free no checkout
Download this free skill
What it checks first
Repository Overview Generator generates a comprehensive, source-cited repository overview covering purpose, exact technology versions, solution architecture, project structure, application components, data architecture, API contracts, development setup, and an optional contributor playbook mined from pull request history. Use it when the work involves Repository architecture and stack documentation, Component, data, and API specification map, PR-history contributor team playbook.
- Executable entry points, package or solution manifests, and lock files, because they establish what runs and the exact technology versions actually resolved.
- Runtime dependency direction across client, API, application, domain, data, job, event, and deployment boundaries rather than import relationships alone.
- Major application components, their defining classes or interfaces, dependencies, and the user or system requirements they fulfill.
- Storage mechanisms, data models, relationships, access patterns, migrations, and representative flows from input to durable side effect.
- Public API endpoints, request and response contracts, authentication, external integrations, and versioning or compatibility boundaries.
- Repository-defined build, test, lint, development, and deployment commands, including the environment assumptions required for each command.
- Accepted pull request feedback patterns, area-specific quality bars, reviewer ownership, and recurring tribal knowledge when authorized history is available.