Skip to main content

Commands

Commands are shortcuts for common workflows in OpenCode. They provide consistent, structured ways to execute tasks.

All commands now use the / prefix (e.g., /create)

How to Use Commands

In OpenCode

Type commands directly in your prompt:

/create Add user authentication
/plan authentication system
/implement
/finish

CLI

List all commands:

aikit commands list

Command Categories

Core Workflow

Main workflow commands for task tracking and completion:

Quick Actions

Fast actions for common tasks:

Research & Design

Research and design tasks:

Git

Git operations:

Common Workflows

Feature Development

/create Add user authentication
/plan authentication system
/implement
/finish
/commit
/pr

Bug Fixing

/fix Authentication fails on invalid credentials
# or
/systematic-debugging
> Debug authentication issue

Code Review

/review-codebase
# or
/code-review
> Review this PR

Multi-Session

# Session 1
/create Complex feature
/plan feature
/implement
/handoff

# Session 2
/resume
/implement
/finish

Help

Get help for any command:

/help
/help /plan
/help /implement

Next Steps