Check work and detect drift before committing. A second opinion that catches misalignment early. Use at natural...

Extract learning before restarting. Code is a draft; learning is the asset. Use when work is drifting, approach has...

Deliver code to users. Optimize the path from merged code to working install. Use when execution is complete and you...

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...