health-check

Generate a consolidated health report covering drift, coverage, security, and dependencies.

Updated Jun 1, 2025
One-click install
npx skills add https://github.com/Yokhan/yokhanFitnessDocsWebsite --skill health-check-yokhan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: health-check
Source: https://github.com/Yokhan/yokhanFitnessDocsWebsite/tree/main/.claude/skills/health-check
Command: npx skills add https://github.com/Yokhan/yokhanFitnessDocsWebsite --skill health-check-yokhan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps engineering teams quickly identify drift from the intended state, uncover gaps in test coverage, surface security concerns, and track the health of project dependencies.

Core Features & Use Cases

  • Drift detection and stale docs checks to keep architectures aligned with the intended design.
  • Coverage assessment across core, features, adapters, and shared layers to guide quality improvements.
  • Security and dependency health audits to surface vulnerabilities and aging packages.
  • Produce a consolidated health report suitable for weekly reviews and pre-release readiness.

Quick Start

Run the health-check skill weekly to generate a comprehensive health report for the current project.

Frequently Asked Questions about health-check

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

FAQPage Schema
How do I run a weekly project health check for a multi-language stack?

Run a project health check weekly to execute drift checks, assess test coverage, perform security audits, and evaluate dependency freshness across multi-language stacks. This generates a consolidated health report for weekly reviews and pre-release readiness.

What is dependency health and drift detection in software engineering?

Dependency health evaluates package freshness and aging vulnerabilities, while drift detection identifies when project architecture diverges from its intended design state. Both are executed during a project health check to keep architectures aligned and dependencies updated.

Can I use this health check for pre-release readiness and long-inactive periods?

Yes, you can apply this health check to pre-release checks and long-inactive periods. It evaluates test coverage across core, features, and adapters, surfacing security concerns and dependency health issues before generating a readiness report.

How do I assess test coverage gaps across different project layers?

Assess test coverage gaps by executing the health check to scan core, features, adapters, and shared layers. This coverage assessment guides quality improvements by identifying untested areas within the multi-language stack.

What's the best way to surface security vulnerabilities and stale docs together?

The best way to surface security vulnerabilities and stale docs is running a consolidated health check. It performs security audits and checks for documentation drift, producing a unified report suitable for tracking project health over time.