ソース情報
- リポジトリ
- kenn-io/roborev
- ソースの最終更新活動
- 2026年8月7日 01:47
- 検出された SKILL.md の言語
- 英語
- スター
- 1,642
- フォーク
- 147
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/kenn-io/roborev --skill roborev-snoozeコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SKILL.md を表示中
| name | roborev-snooze |
| description | Use only when the user explicitly invokes $roborev-snooze |
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, plugin
$roborev:roborev-snooze, or structured Codex 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
sandbox_permissions: "require_escalated". 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 CLAUDE.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