health

Execute repository health checks with local gates and live deployment verification.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/aetherrigstudio-art/Primordial-viz --skill health-aetherrigstudio-art
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: health
Source: https://github.com/aetherrigstudio-art/Primordial-viz/tree/main/.claude/skills/health
Command: npx skills add https://github.com/aetherrigstudio-art/Primordial-viz --skill health-aetherrigstudio-art

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides a comprehensive health check for a repository, including local gates and live deploy verification, to ensure everything is in order before proceeding with work or deployment.

Core Features & Use Cases

  • Repository Health Check: Executes a suite of checks to verify the integrity and readiness of a repository.
  • Local Gates: Performs local checks such as syntax validation, smoke testing, and site audits.
  • Live Deploy Verification: When applicable, verifies the live deployment against predefined URLs.
  • Error Routing: In case of any failure, it routes to the appropriate fix, such as regenerating documentation or fixing site audits.

Quick Start

Run the 'health' skill to check the repository's overall health and ensure everything is ready for deployment.

Frequently Asked Questions about health

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

FAQPage Schema
How do I run a repository health check before deployment?

Local gates for deployment verification include syntax validation, smoke testing, and site audits. These checks validate repository integrity and readiness before you proceed with work or execute a live deploy.

What happens when a deployment verification check fails?

When a deployment verification check fails, the health skill uses error routing to direct you to the appropriate fix. This routes you to specific corrective actions such as regenerating documentation or fixing site audits to resolve the failure.

Can I verify live deployments against specific URLs?

Yes, you can verify live deployments against predefined URLs. The health skill performs live deploy verification to check that your deployed site matches expected configurations and is functioning correctly at its live address.

Do I need npm scripts to perform repository health checks?

Yes, npm scripts and node tools are required to perform repository health checks. The health skill relies on these node dependencies to execute local gates and live deploy verification processes.

When should I use an automated health check for my repository?

You should use an automated health check during both development and deployment phases. Running the health skill ensures repository integrity by validating syntax and verifying deployments before proceeding with work.