aget-enhance-health

Apply Tier-A fixes to agent health findings from /aget-check-health.

1|Updated Oct 20, 2025
One-click install
npx skills add https://github.com/aget-framework/template-spec-engineer-aget --skill aget-enhance-health
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: aget-enhance-health
Source: https://github.com/aget-framework/template-spec-engineer-aget/tree/main/.claude/skills/aget-enhance-health
Command: npx skills add https://github.com/aget-framework/template-spec-engineer-aget --skill aget-enhance-health

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

It remediates agent health drift detected by /aget-check-health by classifying findings into severity tiers and applying only the safe, reversible Tier-A fixes.

Core Features & Use Cases

  • Tier A/B/C health remediation: Classifies each HEALTH/WARN/ERROR finding into Tier-A (in-skill remediations), Tier-B (backlog routing), or Tier-C (issue escalation).
  • Canonical check → enhance pipeline: Implements the “check detects; enhance heals” workflow aligned to DESIGN_DIRECTION §Principle 9.
  • Governed, auditable changes: Applies Tier-A idempotently and records reversibility, then re-verifies outcomes by re-running /aget-check-health.

Quick Start

Run a full health remediation by invoking: enhance health.

Frequently Asked Questions about aget-enhance-health

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

FAQPage Schema
How do I remediate agent health drift safely after running a health check?▼

Agent health drift remediation works by consuming prior health check outputs and classifying findings into Tier A, B, or C. It applies safe Tier-A fixes idempotently, routes Tier-B to the backlog, and escalates Tier-C to issues.

What is the best way to route agent configuration and governance warnings to a backlog?▼

The best way to route agent configuration and governance warnings is through tiered remediation. Findings classified as Tier-B are routed directly to the backlog, while severe governance integrity issues are escalated as Tier-C issues.

Can I apply idempotent fixes to structural and identity health drift without breaking the agent tree?▼

Yes, you can apply idempotent fixes to structural and identity health drift safely. The process ensures all Tier-A remediations are reversible and scoped strictly within the invoking agent's tree to prevent breaking changes.

How do I re-verify agent health after applying tiered remediation fixes?▼

To re-verify agent health after tiered remediation, the Skill automatically re-runs health checks post-fix. This deterministic re-verification confirms whether the idempotent Tier-A edits successfully resolved the detected configuration and version drift.

Do I need a prior health check output to start tiered remediation for version integrity issues?▼

Yes, you need prior health check output to start tiered remediation. The enhance workflow consumes detection results from a health check to classify version-related integrity issues and determine safe Tier-A actions versus backlog routing.