health

Execute code health checks and calculate a weighted score from linters, type checkers, and test runners.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires Bash, Read, Write, Edit, Glob, Grep, AskUserQuestion, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the challenge of monitoring and maintaining the health of a codebase, ensuring high quality and identifying potential issues.

Core Features & Use Cases

  • Comprehensive Code Health: Offers a weighted composite score from 0-10 to gauge codebase health.
  • Code Quality Dashboard: Provides a dashboard for tracking trends over time and identifying areas for improvement.
  • Integration with Project Tools: Integrates with tools like type checkers, linters, and test runners for a holistic assessment.
  • Use Case: Regularly invoke this Skill for "health check", "code quality", or "how healthy is the codebase" to ensure your codebase remains robust.

Quick Start

Run the 'code health check' command to evaluate the current state of your codebase's health.

Frequently Asked Questions about health

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

FAQPage Schema
How do I check codebase health and calculate a code quality score?

A codebase assessment provides a weighted composite score from 0-10 to gauge codebase health. It works by executing a suite of project tools like linters, type checkers, and test runners to calculate a holistic quality score and identify issues.

How do I track code quality trends over time for my project?

You can track code quality trends over time using a quality dashboard. This dashboard visualizes the results from regular codebase assessments, helping you identify areas for improvement and maintain software maintenance standards as your project evolves.

Does the code quality dashboard work with existing linters and test runners?

Yes, the code quality dashboard integrates with existing project tools like type checkers, linters, and test runners. It requires access to your project's source code and associated tools to perform a holistic codebase assessment.

Can I assess code quality for a large project using a weighted score?

Yes, you can assess code quality for a large project by executing a suite of integrated tools. The system calculates a weighted composite score from 0-10, making it suitable for developers and project managers needing to gauge overall codebase health.

What do I need to run a comprehensive code health check on my source code?

To run a code health check, you need to provide access to your project's source code and associated tools like linters, type checkers, and test runners. The Skill uses these dependencies to execute its comprehensive assessment.