codeguard-health

Assess CodeGuard health in PHP-Laravel projects without making changes.

Updated Mar 22, 2026
One-click install
npx skills add https://github.com/henryavila/codeguard --skill codeguard-health
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: codeguard-health
Source: https://github.com/henryavila/codeguard/tree/main/resources/skills/codeguard-health
Command: npx skills add https://github.com/henryavila/codeguard --skill codeguard-health

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This health skill enables read-only assessment of a project's CodeGuard setup, auditing configuration, baseline, patterns, hooks, drift, and recommendations without making any changes.

Core Features & Use Cases

  • Read configuration files (codeguard.yaml) and CODEGUARD.md to surface alignment, drift, and missing elements.
  • Validate baseline freshness, entry counts, and hook availability to generate concise health insight.
  • Produce a actionable, skimmable report with concrete recommendations for remediation.

Quick Start

Run the health check to generate a read-only CodeGuard health report for your project.

Frequently Asked Questions about codeguard-health

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

FAQPage Schema
How do I check CodeGuard health and configuration drift in a Laravel project?▼

To check CodeGuard health in a Laravel project, run a read-only assessment that audits your codeguard.yaml configuration and CODEGUARD.md to surface alignment, baseline drift, and missing elements without applying any modifications.

What does a CodeGuard baseline health check include?▼

A CodeGuard baseline health check includes validating baseline freshness, entry counts, tool availability, hook status, and drift against CODEGUARD.md across core, language, and framework patterns to produce actionable remediation recommendations.

Can I audit CodeGuard patterns and hooks without modifying my codebase?▼

Yes, you can audit CodeGuard patterns and hooks without modifying your codebase because the health check is a strictly read-only process that assesses configuration and generates a concise report without applying any changes.

Does the CodeGuard health check work with PHP-Laravel projects?▼

Yes, the CodeGuard health check is specifically designed for PHP-Laravel projects to verify tool availability and assess overall health across the core, language, and framework patterns.

Why is my CodeGuard baseline drifting from CODEGUARD.md?▼

Your CodeGuard baseline drifts from CODEGUARD.md when project configurations and patterns evolve without synchronization, which the health check identifies by reading your configuration files and surfacing alignment gaps in a concise report.