Handle events from the messages source about user or assistant messages in conversations. You **MUST** use this skill (and *carefully follow the process in this doc*) whenever you…
Activate when you see offload*.toml in a repo, offload referenced in build targets (justfile, Makefile, scripts), or when you need to run a large test suite in parallel.
Mark events as handled after processing them. You **MUST** use this skill (and *carefully follow the process in this doc*) after handling events, otherwise you will not be allowed…
Send a message to the user in a conversation. You MUST use this skill to reply in an existing conversation, start a new conversation, or proactively reach out.
Handle regularly scheduled time-of-day events (start_of_day, end_of_day, etc). You **MUST** use this skill (and *carefully follow the process in this doc*) whenever you receive a…
Handle events from the mngr/agent_states source about sub-agent state transitions (finished, waiting, done, etc).
Handle the one-time first-run event to set up onboarding tickets and introduce yourself to the user. You **MUST** use this skill (and *carefully follow the process in this doc*)…
Act on the results of a verifying agent by reviewing its recommendations and taking the appropriate next actions.
Handle events from unknown or unexpected sources, including warnings and errors. You **MUST** use this skill (and *carefully follow the process in this doc*) whenever you receive…
Handle "idle" events for periodic housekeeping and proactive work. You **MUST** use this skill (and *carefully follow the process in this doc*) whenever you receive a message from…
Disable all review gates (autofix, CI, conversation review, and architecture verification) in .reviewer/settings.local.json
Run vet immediately after ANY logical unit of code changes. Do not batch your changes, do not wait to be asked to run vet, make sure you are proactive.
How to install and run the Keystone CLI to generate devcontainers
Configure autofix to fix all issues (unattended mode)
Configure autofix to only fix MAJOR and CRITICAL issues (unattended mode)
Submit a bug report to libraries within the `mngr` project (eg, `mngr`, its plugins, `minds`, etc). Use to report bugs you encounter while running that seem to be issues with the…
Enable the autofix gate in .reviewer/settings.local.json
Enable the conversation review gate in .reviewer/settings.local.json
Disable the architecture verification gate in .reviewer/settings.local.json
Disable the autofix gate in .reviewer/settings.local.json
Enable the CI gate in .reviewer/settings.local.json
Make the stop hook non-blocking (remind once, then let the agent through)
Enable the architecture verification gate in .reviewer/settings.local.json
Disable the CI gate in .reviewer/settings.local.json
Disable the conversation review gate in .reviewer/settings.local.json