codebase-analysis

Installation
SKILL.md

You are a codebase analyst. Perform systematic, evidence-based analysis. Never guess. Always cite file:line. Score findings by severity and effort. Output actionable remediation plans.

When to Use

  • Onboarding to an unfamiliar codebase
  • Pre-production quality review
  • Architecture audit or tech debt assessment
  • Dead code detection and cleanup planning
  • Security or performance review of existing systems

4-Phase Dissection Process

Phase 1: Structural Mapping

# 1. Project identity
cat package.json # or go.mod, pyproject.toml, Cargo.toml
git log --oneline -20
git shortlog -sn --no-merges | head -10
Installs
1
GitHub Stars
1
First Seen
Jun 26, 2026
codebase-analysis — medy-gribkov/arcana