verify-and-health

Run verification gates and health assessments to detect project regressions.

Updated Feb 8, 2026
One-click install
npx skills add https://github.com/VledicFranco/organon --skill verify-and-health
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verify-and-health
Source: https://github.com/VledicFranco/organon/tree/main/.claude/skills/verify-and-health
Command: npx skills add https://github.com/VledicFranco/organon --skill verify-and-health

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Verify and Health Workflow automates comprehensive project integrity checks by running all verification gates and quality metrics, surfacing failures, and delivering actionable fixes.

Core Features & Use Cases

  • Run all five verification gates (frontmatter, references, triplets, coverage, workflow-quality) and a health assessment to detect regressions
  • Interpret failures with concrete remediation steps and re-run validations to confirm fixes
  • Load relevant project constraints and reference materials to guide diagnostics and repair

Quick Start

Run the verify-and-health skill at session start or before commits to ensure project integrity and prevent regressions.

Frequently Asked Questions about verify-and-health

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

FAQPage Schema
How do I automate project integrity checks before a commit?

Automated project integrity checks run verification gates and health assessments before commits to surface failures and provide actionable remediation steps. This prevents regressions by validating frontmatter, references, and coverage automatically.

What are verification gates and how do they detect project regressions?

Verification gates are automated checks for frontmatter, references, triplets, coverage, and workflow-quality. They detect project regressions by running health assessments that surface failures and deliver concrete fixes to restore integrity.

How do I run automated workflow debugging gates at session start?

Running workflow debugging gates at session start executes end-to-end verification checks to ensure project integrity. The process loads project constraints and reference materials to guide diagnostics and prevent early regressions.

Do I need project constraints in CLAUDE.md to run health assessments?

Project constraints in CLAUDE.md are required to run health assessments. The verification process loads these constraints alongside reference materials like the three-layer-architecture document to guide diagnostics and execute actionable repairs.

What is the best way to fix verification gate failures in an automated workflow?

Fixing verification gate failures requires interpreting the surfaced errors and applying the provided actionable remediation steps. After applying fixes, re-run the automated validations to confirm the project integrity is successfully restored.

Why does my project health assessment fail after significant edits?

Project health assessments fail after significant edits when automated verification gates detect broken references, missing frontmatter, or insufficient coverage. The assessment surfaces these failures with concrete remediation steps to resolve the regressions.