Code Health

Analyze code repositories for TODOs, dead code, and test coverage issues.

17|1|Updated Mar 25, 2026
One-click install
npx skills add https://github.com/aaronjmars/miroshark-aeon --skill code-health-aaronjmars
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Code Health
Source: https://github.com/aaronjmars/miroshark-aeon/tree/main/skills/code-health
Command: npx skills add https://github.com/aaronjmars/miroshark-aeon --skill code-health-aaronjmars

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

It helps developers maintain high code quality by identifying TODOs, dead code, and testing gaps in multiple repositories, reducing manual audits and oversight.

Core Features & Use Cases

  • Code Audit: Scans repos for TODOs, unused code, and test coverage issues.
  • Report Generation: Creates detailed markdown reports summarizing code health.
  • Use Case: A team wants regular automated health checks on their projects to catch issues early and ensure code standards are maintained.

Quick Start

Use this skill to analyze your watched repositories and generate a comprehensive code health report.

Frequently Asked Questions about Code Health

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

FAQPage Schema
How do I automate code quality audits across multiple repositories?

To automate code quality audits across multiple repositories, you can use scripts to clone and scan your codebase, identifying TODOs, dead code, and test coverage issues, and then generate actionable markdown summaries.

What is the best way to identify dead code and TODOs in my codebase?

The best way to identify dead code and TODOs in your codebase is to run an automated repository scan that analyzes your source files and reports these specific issues in a comprehensive markdown summary.

Can I generate automated testing coverage reports for development teams?

Yes, you can generate automated testing coverage reports for development teams by scanning your repositories to find testing gaps and outputting the results into detailed markdown summaries.

How do I set up regular automated health checks for my projects?

You can set up regular automated health checks for your projects by utilizing scripts that automatically clone and analyze your watched repositories, generating markdown reports to catch issues early and maintain standards.

Does this code health monitoring approach require manual repository cloning?

No, this code health monitoring approach does not require manual repository cloning, as the skill includes built-in scripts designed to automatically clone and scan your repositories to produce quality reports.