aget-check-health

Validate AGET agent structure, governance, and L-doc format via sanity checks.

1|Updated Oct 4, 2025
One-click install
npx skills add https://github.com/gmelli/public-OpenAI-DeepResearch-aget --skill aget-check-health-gmelli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aget-check-health
Source: https://github.com/gmelli/public-OpenAI-DeepResearch-aget/tree/main/.claude/skills/aget-check-health
Command: npx skills add https://github.com/gmelli/public-OpenAI-DeepResearch-aget --skill aget-check-health-gmelli

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Runs health inspection and housekeeping checks to ensure AGET agents remain structurally sound and compliant with governance requirements.

Core Features & Use Cases

  • Validates .aget directory structure and presence of key files
  • Checks version.json validity and optional identity.json integrity
  • Verifies governance contents, 5D directory structure, and L-doc format
  • Generates a clear health status report with actionable recommendations

Quick Start

Run the aget-check-health script on the target agent directory to perform the health inspection.

Frequently Asked Questions about aget-check-health

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

FAQPage Schema
How do I run a sanity check on my AGET agent directory structure?

Run the aget_housekeeping_protocol.py script against your target agent directory to validate the .aget structure, version.json, governance contents, and 5D directory format. It generates a clear health status report.

What does AGET agent health inspection include?

AGET health inspection validates the .aget directory structure, version.json, identity.json, governance contents, 5D directory structure, and L-doc count and format to ensure agents remain structurally sound and compliant.

Can I automatically fix directory structure and version.json errors in my AGET agent?

Yes, use the --fix option in the housekeeping script to attempt safe auto-remediation of structural and compliance issues found during the AGET health check.

How do I get machine-readable output from an AGET health check?

Use the --json output flag with the housekeeping script to get machine-readable health status results, supporting deterministic execution for automated pipelines.

Why does my AGET agent fail governance requirements?

AGET agents fail governance requirements when the .aget directory structure, version.json, identity.json, or 5D directory and L-doc formats do not match expected compliance standards. Run a health check to identify specific violations.