codebase health reporter

Codebase Health Reporter

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "codebase health reporter" with this command: npx skills add willsigmon/sigstack/willsigmon-sigstack-codebase-health-reporter

Codebase Health Reporter

Generate health metrics and recommendations:

Collect metrics:

  • Lines of code: find LeavnApp -name "*.swift" | xargs wc -l

  • File count: find LeavnApp -name "*.swift" | wc -l

  • Git stats: git log --oneline -20

  • Code deleted: git diff --shortstat main

Audit key areas:

  • @Published usage: grep -r "@Published" | wc -l

  • try! force unwraps: grep -r "try!" | wc -l

  • Empty catches: grep -r "} catch {}" | wc -l

  • UserDefaults: grep -r "UserDefaults.standard" | wc -l

Create report sections:

  • Session summary (bugs fixed, lines changed)

  • Technical debt (remaining issues)

  • Recommendations (prioritized by impact)

  • Ship readiness checklist

Output: CODEBASE_HEALTH_REPORT.md

Use when: Session complete, need status report, planning next work, ship decision

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

dead code eliminator

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

analyze codebase

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

swiftui codegen expert

No summary provided by upstream source.

Repository SourceNeeds Review