What problem does it solve? When /kiro:* commands stop working, hooks fail to fire, or a fresh plugin install behaves unexpectedly, there is no easy way to tell what is misconfigured. This Skill runs a structured health check on a consumer's kiro plugin setup and turns raw check results into an actionable fix list. ## Core Features & Use Cases - Deterministic diagnostics: Runs a bundled doctor.mjs script that checks the .kiro/ directory layout, steering files, spec.json validity, node/python availability, and installed plugin hooks, printing a grouped PASS/WARN/FAIL/SKIP report. - Interpreted fix guidance: Translates each WARN/FAIL into a concrete remediation step, such as reinstalling the plugin, updating for the feedback-capture hook, or fixing a malformed spec.json. - Gradle build-health audit: On Gradle repositories, performs an advisory read-only audit of gradle.properties and build files to explain why impl RED/GREEN gates may be slow. - Use Case: After installing or updating the kiro plugin, run the doctor to confirm the repo is wired correctly, hooks resolve to real scripts, and the environment can execute the gate scripts. ## Quick Start Ask the AI to run the kiro doctor and verify that my kiro plugin setup is healthy and correctly wired.