healthcheck

Validate builds, tests, linting, and configuration across detected tech stacks.

Updated Feb 22, 2026
One-click install
npx skills add https://github.com/phoenixvc/agentkit-forge --skill healthcheck-phoenixvc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: healthcheck
Source: https://github.com/phoenixvc/agentkit-forge/tree/main/.agents/skills/healthcheck
Command: npx skills add https://github.com/phoenixvc/agentkit-forge --skill healthcheck-phoenixvc

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill addresses the need for a consistent and thorough validation of a software project's health, ensuring that builds, tests, and configurations are all in order before and after changes.

Core Features & Use Cases

  • Comprehensive Validation: Checks builds, tests, linting, and configuration files across multiple tech stacks.
  • Targeted Checks: Allows focusing on specific stacks or projects within a monorepo.
  • Automated Fixing: Optionally attempts to auto-correct identified issues.
  • Use Case: Before merging a pull request, run healthcheck to guarantee that all automated checks pass, preventing regressions and maintaining code quality.

Quick Start

Run a full health check on the repository, attempting to fix any issues found.

Frequently Asked Questions about healthcheck

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

FAQPage Schema
How do I run a comprehensive repository health check before merging a pull request?

Run a repository health check to validate builds, execute tests, check linting, and verify configuration files across detected tech stacks. This ensures all automated checks pass before merging a pull request, preventing regressions and maintaining code quality.

What is repository healthcheck validation and how does it work?

Repository healthcheck validation is an automated process that performs a comprehensive scan of your project. It detects tech stacks, validates builds, runs tests, checks linting, and verifies configuration files to ensure repository health and stability before and after changes.

Can I scope linting and build checks to a specific stack within a monorepo?

Yes, you can scope linting, build, and test checks to a specific stack or project within a monorepo. This targeted validation allows you to focus the health check on individual projects rather than running checks across the entire repository.

Does the repository health check support auto-fixing linting and configuration issues?

Yes, the repository health check optionally attempts to auto-correct identified issues. When enabled, it will attempt to auto-fix linting and configuration problems while providing verbose output detailing what was fixed during the validation process.

What's the best way to validate builds and tests across multiple tech stacks?

The best way to validate builds and tests across multiple tech stacks is to run an automated repository health check. It detects the tech stacks in your project and performs comprehensive validation of builds, tests, linting, and configuration files in one pass.