code-health

Audit code health across sources and tests into a severity-ranked Markdown report.

1|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/grant-vine/wunderkind --skill code-health-grant-vine
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-health
Source: https://github.com/grant-vine/wunderkind/tree/main/skills/code-health
Command: npx skills add https://github.com/grant-vine/wunderkind --skill code-health-grant-vine

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Audits code health to surface actionable issues in coupling, testability, architecture, and hygiene, enabling targeted improvements without modifying source code.

Core Features & Use Cases

  • Structured health reports: severity-ranked findings with actionable recommendations.
  • Scope-aware analysis: reads project sources, tests, and dependencies to surface architectural debt and testability gaps.
  • Use Case: before a major refactor, run a health audit to establish a baseline and prioritise changes.

Quick Start

Run a code health audit on the target project and return a structured Markdown report.

Frequently Asked Questions about code-health

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I audit code quality across my project sources and tests?

Code quality auditing evaluates coupling, testability, architecture, and hygiene across project sources and tests to produce a severity-ranked Markdown report of actionable findings.

What does a code health audit assess before a major refactor?

A code health audit assesses coupling, testability, architecture, and hygiene to establish a baseline, surfacing architectural debt and testability gaps to prioritize refactoring changes.

How do I identify architectural debt and testability gaps in my codebase?

Identify architectural debt and testability gaps by running a scope-aware analysis that reads project sources, tests, and dependencies, returning a prioritized list of improvement opportunities.

Can I run a code health audit without modifying my source code?

Yes, code health audits are strictly read-only and perform no code changes or external mutations, ensuring your source code remains completely unmodified during the analysis.

Does code health analysis work for varying codebase sizes?

Yes, code health analysis applies to codebases of varying sizes, scanning project sources and tests to surface prioritized findings regardless of the overall project scale.

What is the best way to generate a structured report of code health findings?

Generate a structured health report by running an audit that outputs a read-only Markdown document containing severity-ranked findings with actionable recommendations for targeted improvements.