ワンクリックで
cut-release
Cut a new agnostic-ai release end to end. Use when the user wants to ship a new version (tag + GitHub Release).
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Cut a new agnostic-ai release end to end. Use when the user wants to ship a new version (tag + GitHub Release).
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Fetch a GitHub issue, create a branch, implement with TDD, and open a PR
Walk over all open GitHub issues that are unassigned or assigned to the current user, and process each one via the gh-issue skill, sequentially.
Rebuild and serve the WASM playground at docs/playground/. Use after editing the playground source or any code reachable from cmd/agnostic-ai-wasm.
Regenerate docs/schemas/config.schema.json from the Config struct. Use after editing internal/config/config.go.
Run agnostic-ai sync --check, interpret the diff, and pick the right next step. Use after editing specs or adapters.
Author a new agnostic-ai spec (agent, skill, rule, or hook). Use when the user wants to add a new prompt, convention, or hook to their project.
| name | cut-release |
| description | Cut a new agnostic-ai release end to end. Use when the user wants to ship a new version (tag + GitHub Release). |
Cuts a new release of agnostic-ai. GoReleaser publishes artifacts and the GitHub Release once the tag is pushed.
The user asks to release, tag, ship, or cut a new version.
main. git pull --ff-only.make preflight (fmt-check + vet + lint + test). Refuse to proceed on any failure.CHANGELOG.md: drop empty ### subsections from ## [Unreleased], then move the remaining lines into a new dated ## vX.Y.Z - YYYY-MM-DD section (no brackets). The released section must never carry a ### heading with no entries. Reset ## [Unreleased] to empty.version in cmd/agnostic-ai/main.go.chore(release): vX.Y.Z. GPG-signed.git tag -s vX.Y.Z -m "vX.Y.Z".git push && git push origin vX.Y.Z.CHANGELOG.md. Never skip step 4.vX.Y.Z (lowercase v). GoReleaser matches this prefix.