원클릭으로
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.