ワンクリックで
aget-check-health
Run AGET health inspection and housekeeping checks. Detect-only — pair with /aget-enhance-health for remediation.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Run AGET health inspection and housekeeping checks. Detect-only — pair with /aget-enhance-health for remediation.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Propose ranked next-best actions with evidence grounding, time budgets, and execute-all default. Formalizes the fleet's highest-frequency interaction pattern.
Scaffold approved initiative manifests at planning/initiatives/INIT-*.md. Mirrors /aget-create-project STRICT (D71 Layer 2) — direct Write/Edit to planning/initiatives/ is PROHIBITED once this skill is invoked. Implements SOP_initiative.md (graduated procedure) + future AGET_INITIATIVE_SPEC. Consumes PROPOSAL_init_*.md substrate produced by /aget-propose-initiative.
Remediate health drift detected by /aget-check-health. Applies Tier A/B/C severity routing per DESIGN_DIRECTION §Principle 9 (canonical check → enhance pipeline). Generator layer (ADR-008) sibling to /aget-check-health.
Record lessons learned from sessions as persistent, searchable, committable artifacts. Classifies each lesson as Framework (help other AGETs) or Domain (help principal).
File issues with L520 governance compliance
Guide through the 7-phase specification enhancement lifecycle (Phases 0-6 from L622). Governs creating, updating, wiring, and validating AGET specifications.
| name | aget-check-health |
| description | Run AGET health inspection and housekeeping checks. Detect-only — pair with /aget-enhance-health for remediation. |
| version | 1.1.0 |
| allowed-tools | ["Bash","Read","Glob"] |
Run health inspection on an AGET agent. This skill performs sanity checks, validates structure, and reports agent health status.
When this skill is invoked:
Run the housekeeping script:
python3 scripts/health_check.py
The script checks:
.aget/ directory structureversion.json validityidentity.json validity (if exists)governance/ directory contentsReport the health status:
Present the health report:
Sanity Check: [HEALTHY/WARNINGS/ERRORS]
Checks:
- Structure: [PASS/WARN/FAIL]
- Version: [PASS/WARN/FAIL]
- Identity: [PASS/WARN/FAIL]
- Governance: [PASS/WARN/FAIL]
[If warnings/errors, list specific issues]
Recommendations:
- [Action items if any]
--json: Machine-readable output--dir /path: Run on specific agent directoryRemediation: This skill is detect-only. For auto-fixes and drift remediation, use /aget-enhance-health (SKILL-049, governing spec CAP-SESSION-014). Canonical check → enhance pipeline per DESIGN_DIRECTION §Principle 9.
/aget-enhance-health — Pair sibling: remediates drift detected by this skill (SKILL-049, CAP-SESSION-014)--fix removed v1.1.0 — was documented but never implemented)--fix was unrooted at spec level)v1.1.0 (2026-04-20): --fix flag removed (L656/L671). Remediation migrated to /aget-enhance-health SKILL-049.