Create a pull request from the current branch following project conventions. Uses the branch name to find the Jira...

Look up Jira ticket details including summary, type, and description. Use this to fetch ticket context for branch...

Rebase the current branch onto an updated main branch. Use when main has been updated and you need to incorporate...

Rebase after a parent PR has been merged to main. Use when your branch was stacked on another PR that has now been...

Rebase the current branch onto an updated parent PR branch. Use when you have stacked PRs and the parent branch has...

Reply to PR review comments after addressing them. Resolves conversations where changes were made. Uses polite tone...

Address PR review comments from reviewers (amazon-q-developer, copilot, humans). Use when the user wants to see and...

Create a new branch stacked on another PR. Use when you want to start work that depends on an existing PR that...

Initialize work on a Jira ticket. Creates a new branch with conventional commit prefix based on the ticket type. Use...

Create custom OpenCode commands for repetitive tasks. Define command prompts, arguments, shell output injection,...

Comprehensive document creation, editing, and analysis with support for tracked changes, comments, formatting...

Programmatic search queries to a SearXNG instance. Use when searching the web, images, or other content via this...

Comprehensive spreadsheet creation, editing, and analysis with support for formulas, formatting, data analysis, and...

Search YouTube videos via Invidious API. Use when the user wants to find, search for, or look up videos, or asks for...

Scaffold, review, or refactor FastAPI services using uv, a src/ layout, versioned routers (/v1, /v2), and optional...