一键导入
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 职业分类
| 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.
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.