用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/kenn-io/roborev --skill roborev-snooze命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | roborev-snooze |
| description | Use only when the user explicitly invokes /roborev-snooze |
| disable-model-invocation | true |
Temporarily silence or resume roborev Agent Hook reminders for the current worktree and branch. Reviews continue to enqueue and run while reminders are snoozed.
/roborev-snooze [on|off] [duration]
on is the default action and the duration defaults to eight hours. A duration
uses Go duration syntax such as 30m, 2h, or 12h.
Invocation must be explicit: literal personal /roborev-snooze, or structured
Grok Build skill selection.
Requests such as “silence review notifications” without one of these explicit
mechanisms must use native behavior and must not run roborev.
roborev uses a local daemon. If a command fails with permission denied, the sandbox may be
blocking access to its loopback port or Unix socket. Retry the same command with
the runtime's supported sandbox escalation mechanism. Do not start or restart the daemon because a
sandboxed status probe cannot reach it.
This skill requires you to execute the matching command and report its result. Defer to project-level AGENTS.md instructions when they conflict with these steps.
on, run roborev snooze on. If the user supplied a
duration, add --duration <duration>.off, run roborev snooze off.Examples:
roborev snooze on
roborev snooze on --duration 2h
roborev snooze off