with one click
ai
Queue an AI exploration mission for a project
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Queue an AI exploration mission for a project
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Decompose a broad topic into linked GitHub issues with a master tracking issue
Fix a tracker issue end-to-end, or batch-queue all open GitHub issues from a repo
Queue a PR rebase mission (ex: /rebase https://github.com/owner/repo/pull/42). A bare rebase only rebases onto the base branch; add --fix to also apply review feedback.
Queue a review then rebase combo for a PR (ex: /rr https://github.com/owner/repo/pull/42)
Ask Kōan a question about a GitHub PR or issue — fetches context and posts an AI reply
Show resolved model config for the active CLI provider
| name | ai |
| scope | core |
| group | ideas |
| emoji | ✨ |
| description | Queue an AI exploration mission for a project |
| version | 1.1.0 |
| audience | hybrid |
| commands | [{"name":"ai","description":"Queue an AI exploration mission for a project","aliases":["ia"],"usage":"/ai [project] [focus context]\n/ia [project] [focus context]\n\nQueues a mission that explores a project in depth via a dedicated\nCLI runner (app.ai_runner) and suggests creative improvements.\nRuns as a full agent mission with access to the codebase.\n\nOptional focus context steers the exploration toward a specific\narea or topic, similar to /audit's extra context support.\n\nExamples:\n /ai — explore a random project\n /ai koan — explore the koan project\n /ai koan explore the notification pipeline — focused exploration\n /ia backend look at error handling — explore with focus\n"}] |
| handler | handler.py |