🤖

AI & LLM

LLM integrations, prompt engineering, and AI orchestration

6,600 skills

Ask GitHub Copilot CLI questions about code to understand implementations, architecture, patterns, and debugging....

Perform code reviews using GitHub Copilot CLI to identify bugs, security vulnerabilities, performance issues, and...

Search the web using Claude Code's WebSearch/WebFetch tools combined with GitHub Copilot CLI to find current...

Ask Google Gemini questions about code to understand implementations, architecture, patterns, and debugging. Use...

Perform comprehensive code reviews using Google Gemini CLI to identify bugs, security vulnerabilities, performance...

Search the web using Google Gemini CLI with built-in Google Search grounding to find current documentation, best...

Searches for AMPDO and AGENTDO comments in the codebase to gather feedback and execute requested changes.

Clarify the outcome you want - a change in user behavior, not a feature shipped. Use at the start of any work to...

Do the work. Pre-flight, build, detect drift, salvage if needed. Use when you have a clear aim and are ready to implement.

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