ReleaseDesk Readiness Skill
A host-local procedure for diagnosing ReleaseDesk readiness behavior and guiding an approved fix.
What It Does
This skill helps a host agent inspect release data, inspect readiness rules, run the test, and report the smallest safe fix. It does not authorize edits by itself.
Steps
- Inspect
data/release.json. - Inspect
src/releaseRules.js. - Run
node test/run-tests.mjs. - For diagnosis only, stop with evidence and the smallest safe fix.
- For approved implementation, make the smallest readiness change and rerun the test.
Guardrails
- Do not edit files unless implementation is explicitly approved.
- Do not publish, tag, deploy, notarize, or modify credentials.
- Do not change release data just to make a test pass.