Install skills
First connect the MCP server with OAuth. Then install the skills and slash commands:Best prompts to start with
These prompts cover the workflows most teams use every day:Built-in skills
Use the prompts by stage
- Before you push
Ask your coding agent to
"review my code"or"loop until clean"to catch obvious issues early. - On an open pull request
Ask
"check cubic comments"after cubic finishes the GitHub review. The agent will fetch all unresolved threads, analyze them, and fix only issues that are real and worth addressing. It will then push the changes and automatically resolve the handled threads. - When learning the codebase
Ask questions like
"how does auth work?","where is rate limiting handled?", or"what does this team care about in reviews?".
AGENTS.md / CLAUDE.md guidance, see Local CLI review.
Slash commands
If you prefer explicit commands, use these. Claude Code uses/cubic:.... Other supported agents typically use /cubic-....