一键导入
canary-check
Run a local canary command, persist redacted evidence, and verify status through the nils-cli `canary-check` command.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Run a local canary command, persist redacted evidence, and verify status through the nils-cli `canary-check` command.
用 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 | canary-check |
| description | Run a local canary command, persist redacted evidence, and verify status through the nils-cli `canary-check` command. |
Prereqs:
canary-check is installed from the released nils-cli package and available on PATH.Inputs:
Outputs:
Failure modes:
Use the released CLI directly:
canary-check run --out /tmp/canary --name smoke --command "cargo test smoke"
canary-check verify --out /tmp/canary --format json
canary-check show --out /tmp/canary
canary-check run so stdout, stderr, exit status, and redacted evidence are captured together.verify before claiming the canary passed.canary-check owns command execution evidence and redaction. The caller owns command safety, environment setup, and interpreting whether the canary is sufficient for the workflow.