health

Aggregate type checking, linting, tests, dead code detection, and shell hygiene into a 0-10 code health score.

4|1|Updated Sep 13, 2023
One-click install
npx skills add https://github.com/louisfghbvc/mcp-leetcode-crawler --skill health-louisfghbvc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: health
Source: https://github.com/louisfghbvc/mcp-leetcode-crawler/tree/main/.agent/skills/health
Command: npx skills add https://github.com/louisfghbvc/mcp-leetcode-crawler --skill health-louisfghbvc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Code quality dashboards help teams measure code health by aggregating checks from type checkers, linters, test runners, and code hygiene signals into a single, trackable score.

Core Features & Use Cases

  • Unified health score: Combines type checking, linting, tests, dead code detection, and shell hygiene into a 0-10 score with trend tracking.
  • Continuous health checks: Run in CI or locally to monitor codebase quality over time.
  • Usage scenarios: Tell a teammate to run a full health pass before a release, or spot quality regressions across multiple repos.

Quick Start

Run the health skill to generate a live dashboard of current code health and trends.

Frequently Asked Questions about health

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

FAQPage Schema
How do I aggregate type checking, linting, and tests into a single code quality score?

You can aggregate type checking, linting, tests, dead code detection, and shell hygiene into a unified 0-10 code quality score by running a health dashboard skill that orchestrates these tools and synthesizes their outputs into a trackable metric.

What is a code quality dashboard and how does it track codebase health?

A code quality dashboard tracks codebase health by orchestrating multiple quality tools, collecting their outputs, and computing a 0-10 score with trend analysis to expose quality regressions across software repositories and CI pipelines.

Can I use a code health dashboard for continuous quality checks in CI pipelines?

Yes, you can run the code health dashboard in CI pipelines or locally to perform continuous quality checks, generating an auditable health metric and monitoring trend analysis over time before releases.

Does the code health dashboard integrate with MCP server environments?

The code health dashboard supports local runs and MCP server integrations, presenting the synthesized 0-10 health score and trend data for use within MCP server environments.

How do I spot code quality regressions across multiple repositories?

To spot code quality regressions across multiple repositories, run a full health pass that aggregates type checking, linting, tests, and dead code detection, then review the computed 0-10 score and trend tracking data.

What's the best way to run a full code health pass before a release?

The best way to run a full code health pass before a release is to execute a health dashboard skill that orchestrates type checkers, linters, test runners, and dead code detection, synthesizing the results into a single auditable score.