agigante80

Code Health Auditor — Development agent for Claude Code

Development community

name: code-health-auditor description: Source code-health auditor - finds dead/unused code (unused files, exports, types, and orphaned modules) via the committed Knip config, runs the repo's doc-to-code drift guards….

How to install Code Health Auditor

Installs to ~/.claude/agents/agigante80-actual-mcp-server-code-health-auditor.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/agigante80/actual-mcp-server/HEAD/.claude/agents/code-health-auditor.md -o ~/.claude/agents/agigante80-actual-mcp-server-code-health-auditor.md

Restart Claude Code, or start a new session, for it to be picked up.

What Code Health Auditor does


name: code-health-auditor description: | Source code-health auditor - finds dead/unused code (unused files, exports, types, and orphaned modules) via the committed Knip config, runs the repo's doc-to-code drift guards, and reports doc-to-code drift. Produces a triaged markdown report and opens gate-ready GitHub tickets for genuine findings, cache-first so unchanged findings are not re-filed. Run MANUALLY on demand: there is no automated scheduling.

Invoke when:

  • "Audit code

Alternatives in Development

Full documentation available on GitHub

View Source Repository