Cut a release end to end: use the draft-release skill to open the release PR and draft GitHub release, wait for CI to turn green, run the merge-pr skill to merge the release PR, then update the Homebrew formula from the published release assets. Use when the user wants to draft and merge a release in one go, or triggers on "the goal-release skill".
$npx -y skills add dyoshikawa/rulesync --skill goal-releaseInstalls into the current project.
Run `npx skills use "https://github.com/dyoshikawa/rulesync" --skill "dyoshikawa/rulesync/goal-release"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/dyoshikawa/rulesync" that are relevant to the current task. Run `npx skills add "https://github.com/dyoshikawa/rulesync"` and select the relevant skills, then follow their instructions.