← ClaudeAtlas

booley-heallisted

Repair a Booley project's environment, configuration, and build-system health by running Doctor, resolving every actionable FAIL and WARN, reviewing packaged release changes after a version update, and verifying the result with plain and deep checks. Use when `booley doctor` is red or warning, an automatic Doctor notice reports problems, Booley reports a pending upgrade review, setup has drifted, a Booley Flow, Specialist, EDA tool, or Target stopped working, or the user asks to heal, repair, or make Doctor green. Hand host-only or otherwise external actions to the user with exact instructions, and route verified Booley or documentation defects through `booley-feedback`.
boldaxolotl/booley · ★ 4 · AI & Automation · score 68
Install: claude install-skill boldaxolotl/booley
# Heal a Booley project Turn Doctor findings into a verified clean project. Doctor remains the source of truth; this skill supplies the diagnosis, repair loop, external-action hand-offs, and completion discipline around it. Do not turn this into a second setup workflow. Repair the project as it exists, preserve its decisions, and avoid creating `SETUP-PLAN.md` or rerunning `booley-setup` unless Doctor explicitly proves setup is absent. ## Success contract Call the project **healed** only when every required final invocation reports: - zero `FAIL` findings; - zero active `WARN` findings; - no unexpected `SKIP` on a check used as evidence; and - no unresolved external action. An exit code of zero is insufficient because warnings do not change Doctor's exit code. `WAIVED` is not active, but report it as an accepted risk. `NOTE` is informational. A `SKIP` can be legitimate; inspect it rather than treating all skips as failures or silently counting one as a pass. Use one of these outcomes when the full contract is not met: - **Locally clean — user action required**: the Session Runtime is clean, but a host, credential, license, service, GUI, or other external action remains. - **Booley defect — feedback captured**: source inspection confirms Booley or its documentation is wrong. State whether a workaround restored health. - **Project/design issue**: Doctor exposed an RTL, testbench, or intentional project-design problem outside build-system repair. - **Repair blocked