Create one canonical workflow and deterministic fixture files.
npm exec -- yskill init skills/release --language typescript \
--description "Test, review, approve, publish, and verify a package."
# Edit the workflow code and fixtures/responses.json.
npm exec -- yskill doctor skills/release --test
npm exec -- yskill register skills/release
# Restart the coding agent.
npm exec -- yskill run skills/releaseRun the fixture to a terminal outcome without keeping a journal.
Write small discovery adapters for selected coding agents.
Start a saved workflow run and return its first operation.