Command
Show patrol dashboard — mode, tier, health, verification, config.
Command
Show patrol dashboard — mode, tier, health, verification, config.
Hook
Runs when a session starts on startup, resume, clear and compact, executing session-start.sh. From cukas/patrol.
Hook
Runs after a tool call finishes for Read, Edit, Write and Bash tool calls, executing tool-tracker.sh. From cukas/patrol.
Hook
Runs when you submit a prompt, before the agent sees it, executing prompt-monitor.sh. From cukas/patrol.
Skill Claude CodeCodex
Use when implementing features, refactors, or multi-file changes. Orchestrated plan-then-execute with subagent dispatch and regression checkpoints.
Skill Claude CodeCodex
Use when investigating a bug or unexpected behavior. Forces structured root-cause investigation before any code changes. Trace the call chain, document hypotheses, confirm the root cause, then fix.
Skill Claude CodeCodex
Use after completing any code implementation, bug fix, or refactor. Structured review with pass/fail verification before declaring done.
Skill Claude CodeCodex
Use when fixing a bug, unexpected behavior, or test failure. Investigation-first TDD loop that traces root cause before touching code.