ワンクリックで
release
Dispatch release requests to a repository-owned `.agents/scripts/release.sh` implementation.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Dispatch release requests to a repository-owned `.agents/scripts/release.sh` implementation.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Operate and test a local or SSH-reachable macOS desktop through nils-cli macos-agent, with AX-first actions, screenshots, scenarios, explicit postconditions, guarded replay, and privacy-preserving journals.
Review a code change through an internally selected quick, focused, specialist, follow-up, or pre-merge mode and return evidence-grounded findings.
Open or resume one shared dispatch plan issue, coordinate independently reviewed lane PRs, integrate approved work, and close through strict gates.
Open or resume one lightweight issue-backed plan tracker and carry it through implementation, review, PR delivery, strict closeout, and archive handoff.
Deliver GitHub pull requests or GitLab merge requests end to end through the released nils-cli `forge-cli pr deliver` macro.
Review a code change through an internally selected quick, focused, specialist, follow-up, or pre-merge mode and return evidence-grounded findings.
| name | release |
| description | Dispatch release requests to a repository-owned `.agents/scripts/release.sh` implementation. |
Prereqs:
agent-run is installed from nils-cli 0.20.0 or newer and available on
PATH..agents/scripts/release.sh.Inputs:
Outputs:
Failure modes:
.agents/scripts/release.sh is missing or is not executable.agent-run is unavailable or reports a blocked required project
environment.Resolve the repository root, then invoke the project-local script through
agent-run so repository .envrc / .env decisions are explicit:
agent-run exec --cwd "$repo_root" -- ./.agents/scripts/release.sh "$@"
When the script is missing or not executable, report:
no project-local implementation: .agents/scripts/release.sh
.agents/scripts/release.sh exists and is executable.agent-run exec --cwd "$repo_root" --, passing
through user arguments.Runtime-kit owns only the dispatch contract. Each consuming repository owns its release implementation and approval gates.