This adapter exposes the canonical Yield workflow at skills/release-yield.
Read its SKILL.md, then run from the repository root:
npm exec -- yskill run 'skills/release-yield'
Follow each returned operation exactly. Answer each operation directly:
npm exec -- yskill respond <run-id> --value <answer> --skill 'skills/release-yield'
For structured agent results, use --result-json instead of --value.
Do not skip an operation or invent its response.