一键导入
deploy
Dispatch deploy requests to a repository-owned `.agents/scripts/deploy.sh` implementation.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Dispatch deploy requests to a repository-owned `.agents/scripts/deploy.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 | deploy |
| description | Dispatch deploy requests to a repository-owned `.agents/scripts/deploy.sh` implementation. |
Prereqs:
agent-run is installed from nils-cli 0.20.0 or newer and available on
PATH..agents/scripts/deploy.sh.Inputs:
Outputs:
Failure modes:
.agents/scripts/deploy.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/deploy.sh "$@"
When the script is missing or not executable, report:
no project-local implementation: .agents/scripts/deploy.sh
.agents/scripts/deploy.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 the actual deploy implementation and its safety gates.