What problem does it solve? After installing or updating a coding-agent harness, it is hard to tell whether the configuration is actually wired up or only looks wired. This Skill runs the harness health checks and reports exactly what is broken, stale, or healthy, along with the command that repairs each finding. ## Core Features & Use Cases - Health check execution: Runs void-harness doctor (or npx voidharness doctor without an install) against the current project. - Structured reporting: Summarizes findings in priority order: broken items with their exact repair commands, stale artifacts, then a one-line healthy summary. - Report-only discipline: Never repairs automatically; the human runs the named repair command, preserving the chance to reject changes to their own files. - Use Case: After running npx voidharness update, a rule that should have blocked an edit did not fire. Invoke this Skill to check whether hooks, skills, and doctrine files are installed and active, and get the exact command to fix whatever is missing. ## Quick Start Ask the agent to run the void-doctor health check on this project and summarize what is broken, stale, and healthy.