
Local-only security audit — findings stay in the journal, never posted to GitHub
Queue a plan then implement combo for an issue (ex: /planit https://github.com/owner/repo/issues/42)
Audit a project codebase and create tracker issues for each finding
Check LLM quota, override used %, or reset estimates
Scan a project for tech debt and queue improvement missions
Show Kōan status, missions, and run loop health
Show session outcome statistics per project
Run diagnostic self-checks on Kōan configuration and health, with optional auto-repair
Show or configure per-project issue tracker settings
Scan a project for unused code (imports, functions, classes, dead branches)
Queue a performance profiling mission for a managed project
Create short aliases for project names (e.g. /alias Template2 tt then /tt queues missions for Template2)
Toggle automatic review+rebase after PR creation per project
Spec-first design with Socratic exploration of 2-3 approaches before planning
Decompose a broad topic into linked GitHub issues with a master tracking issue
Check if a PR or issue is still needed given the current state of the repo
List configured projects
Recreate a diverged PR from scratch (ex: /recreate https://github.com/owner/repo/pull/42)
Queue a code review mission (ex: /review https://github.com/owner/repo/pull/42)
Audit docs/code alignment — find spec drift and queue fix missions
Explain a PR's intent and changes in plain language (ex: /explain https://github.com/owner/repo/pull/42)
Extract and generate structured documentation from a project codebase
Implement a tracker issue (GitHub or Jira)
Triage and fix a production error from a pasted stack trace or log snippet
Security-focused audit of a project codebase — finds up to 5 critical vulnerabilities and creates tracker issues
Fix a tracker issue end-to-end, or batch-queue all open GitHub issues from a repo
Force an immediate check of GitHub notifications and show pending mail count
Re-check all project workspaces for remote HEAD changes (e.g. master → main)
Show resolved model config for the active CLI provider
Review and update a GitHub pull request
Queue a review then rebase combo for a PR (ex: /rr https://github.com/owner/repo/pull/42)
Detect config.yaml drift against the instance.example template
Queue a PR rebase mission (ex: /rebase https://github.com/owner/repo/pull/42)
Toggle per-project exploration mode in projects.yaml
Deep-think an idea and create a tracker issue with a structured plan
List current missions
Analyze the last mission failure and queue a fix attempt
Cancel one or more pending missions
Queue a check mission for a GitHub PR or Issue (rebase, review, plan)
Queue an AI exploration mission for a project
Add a project from a GitHub URL
Abort the current in-progress mission and move to the next one
Refresh or create CLAUDE.md for a project based on recent architectural changes
Reorder pending missions in the queue
Remove a project from the workspace
Ask Kōan a question about a GitHub PR or issue — fetches context and posts an AI reply
List merged and open PRs from the last 24 hours across all projects
Scan GitHub Actions workflows for security vulnerabilities
List koan branches and open PRs with recommended merge order and stats
Generate a changelog from conventional commits and journal entries
Check and fix CI failures on a GitHub PR
Squash all PR commits into one clean commit (ex: /squash https://github.com/owner/repo/pull/42)
Handle natural-language GitHub requests — classify intent and dispatch to the right skill
Force an immediate check of GitHub and Jira notifications
Manage optional rtk integration (https://github.com/rtk-ai/rtk) for compressed tool output
Force chat mode (bypass mission detection)
Show live progress from the current run
Start a strategic sparring session
Generate a new skill from a description (quarantined until /skill approve)
Rename a project across all configuration and instance files
Note a reflection in the shared journal
Email status and test
Toggle verbose/silent progress updates
Manage recurring missions (hourly, daily, weekly, custom interval)
Create or manage missions
Instant creative exploration of a project
Set or reset reply language preference
View journal entries
Queue a refactoring mission (ex: /refactor https://github.com/owner/repo/pull/42)
--- name: focus scope: core group: config emoji: 🎯 description: Focus mode — suppress reflection and free exploration, process missions only version: 1.0.0 audience: bridge commands: - name: focus description: Activate focus mode (missions only, no reflection/exploration) usage: /focus [duration] — default 5h. Examples: /focus, /focus 3h, /focus 2h30m aliases: [] - name: unfocus description: Deactivate focus mode aliases: [] handler: handler.py ---
--- name: passive scope: core group: config emoji: 😴 description: Passive mode — read-only, no missions or exploration. Use /active to resume. version: 1.0.0 audience: bridge commands: - name: passive description: Activate passive mode (read-only, no execution) usage: /passive [duration] — no duration = indefinite. Examples: /passive, /passive 4h, /passive 2h30m aliases: [] - name: active description: Deactivate passive mode, resume normal execution aliases: [] handler:
Export memory state to a portable snapshot file
Manage the ideas backlog
Show last lines from run and/or awake logs
Run a health check on all open PRs across projects
Shutdown both the agent loop and the messaging bridge
Restart both agent and bridge processes