What problem does it solve?
Onboarding to an existing codebase is time‑consuming and risky because developers must understand the repository’s architecture, conventions, and missing quality safeguards. This Skill provides a systematic approach to uncover those details and enforce best‑practice guardrails without disrupting the current structure.
Core Features & Use Cases
- Repository Analysis: Detect tech stack, structure type, key directories, and entry points.
- Convention Detection: Identify code style, testing frameworks, CI/CD pipelines, and documentation patterns.
- Guardrails Audit & Setup: Verify and optionally install pre‑commit hooks, linting, type checking, commit‑message validation, and security scanning.
- Structure Preservation Guidance: Rules to keep existing layout and naming while improving quality.
- Report Generation: Produces a markdown analysis report with actionable recommendations.
Quick Start
Use the existing-repo skill to generate a full repository analysis report.