Validate .planning/ directory structural integrity (missing files, bad config, orphaned phase dirs, state drift) and optionally auto-repair fixable issues. Use when commands behave oddly, after a crash, or to check planning health; pass --repair to fix repairable problems.
Scanned 9/6/2026
Install to Claude Code
npx -y skills add D0NMEGA/donnyclaude --skill donny-health --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Donny Health?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/d0nmega-donny-health)More formats (shields.io, HTML) on the badges page.
---
name: donny-health
description: "Validate .planning/ directory structural integrity (missing files, bad config, orphaned phase dirs, state drift) and optionally auto-repair fixable issues. Use when commands behave oddly, after a crash, or to check planning health; pass --repair to fix repairable problems."
argument-hint: "[--repair]"
allowed-tools:
- Read
- Bash
- Write
- AskUserQuestion
---
<objective>
Validate `.planning/` directory integrity and report actionable issues. Checks for missing files, invalid configurations, inconsistent state, and orphaned plans.
</objective>
<execution_context>
@~/.claude/donny/workflows/health.md
</execution_context>
<process>
Execute the health workflow from @~/.claude/donny/workflows/health.md end-to-end.
Parse --repair flag from arguments and pass to workflow.
</process>
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!