health

Analyze code structure, security vulnerabilities, complexity, and documentation for software projects.

1|Updated Jan 19, 2026
One-click install
npx skills add https://github.com/jayli/mc-lite --skill health-jayli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: health
Source: https://github.com/jayli/mc-lite/tree/main/.claude/skills/health
Command: npx skills add https://github.com/jayli/mc-lite --skill health-jayli

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires markdown, yaml, python, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill provides an in-depth assessment of codebase health, including security, quality, complexity, and maintenance status.

Core Features & Use Cases

  • Holistic Code Evaluation: Analyzes code for security vulnerabilities, structural issues, and adherence to best practices.
  • Detailed Reporting: Generates markdown reports with actionable insights to improve project health.
  • Use Case: A developer onboarding a legacy codebase can run this Skill to identify critical security risks and code smells before refactoring or deployment.

Quick Start

Run the health analysis to generate a comprehensive project report with step-by-step guidance.

Frequently Asked Questions about health

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

FAQPage Schema
How do I perform a comprehensive code health analysis on a legacy codebase?

Code health analysis evaluates software projects end-to-end by scanning multiple files for security vulnerabilities, code complexity, documentation gaps, and stylistic consistency. This process identifies critical risks and code smells to guide refactoring planning.

What is included in an end-to-end software project evaluation?

An end-to-end software project evaluation includes analyzing code structure, security posture, and maintainability. It assesses adherence to best practices, identifies structural issues, and generates markdown reports with actionable insights to improve overall project health.

Can I use Python to scan multiple files for security vulnerabilities and code complexity?

Yes, you can use Python-based analysis to scan multiple files for security vulnerabilities and code complexity. The evaluation applies security posture checks and structural analysis to generate detailed reporting on your project's maintainability.

Does this project health analysis generate reports in markdown format?

Yes, the project health analysis generates detailed markdown reports. These reports contain actionable insights and step-by-step guidance derived from evaluating code quality, security posture, and structural maintainability across your software project.

What's the best way to identify security risks and code smells before refactoring?

The best way to identify security risks and code smells before refactoring is to run a holistic code evaluation. This analyzes code for vulnerabilities, structural issues, and adherence to best practices, producing a comprehensive project health report.

Do I need YAML configuration to analyze code structure and maintainability?

YAML is supported as a dependency for configuring the code structure and maintainability analysis. Alongside Python and markdown, it facilitates the end-to-end evaluation to assess documentation, stylistic consistency, and overall project health.