health

Integrate type checkers, linters, and test runners into a composite code health score.

Updated Jun 5, 2026
One-click install
npx skills add https://github.com/yeisme/pinax --skill health-yeisme
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: health
Source: https://github.com/yeisme/pinax/tree/main/.agents/skills/health
Command: npx skills add https://github.com/yeisme/pinax --skill health-yeisme

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides a comprehensive view of code health by integrating multiple quality checks, offering a consolidated score and tracking trends over time.

Core Features & Use Cases

  • Code Quality Check: Wraps tools like type checkers, linters, and test runners.
  • Score & Trends: Offers a weighted composite score and tracks codebase health over time.
  • Use Case: Use this Skill to quickly assess the overall health of your codebase or trigger specific checks like 'code health check'.

Quick Start

Use the health skill to check the codebase's health with 'code health check'.

Frequently Asked Questions about health

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

FAQPage Schema
How do I monitor code quality and track issues across my project?

You can perform a code quality check by running the command 'code health check' to assess the overall health of your codebase and generate a consolidated score from multiple analysis tools.

What is a composite code health score and how does it work?

A composite code health score is a weighted metric calculated by aggregating results from various code analysis tools, offering a consolidated view of codebase quality and monitoring health trends over time.

Do I need access to Git repositories to run a code health check?

Yes, performing a code health check requires access to Git repositories along with tools like type checkers, linters, and test runners to execute comprehensive project health monitoring.

Can I use this with existing type checkers and linters for issue detection?

Yes, this Skill wraps existing type checkers, linters, and test runners to integrate their outputs, calculate a weighted composite score, and provide unified codebase issue detection and trends tracking.

What's the best way to track codebase health trends over time?

The best way to track codebase health trends is by routinely running a code health check, which calculates a weighted composite score from integrated analysis tools and monitors project health over time.