Generate or edit images with GPT-Image-2 in Azure AI Foundry via the generate_image tool. Triggers: generate image, edit image, reference image, create image, make an image, draw, illustrate, diagram, visual, mockup, logo, concept art.
Reverse-engineer undocumented web APIs by intercepting browser network traffic via CDP. Use when you need to automate a web app that has no public API, or when the documented API doesn't work but the UI does. Captures exact payloads and request headers from live browser sessions. Triggers: "reverse engineer", "intercept", "capture the request", "sniff the API", "what does the UI actually send", "replay the request", "hack the API".
Launch Microsoft Edge with remote debugging on a dedicated debug profile, then control it via Chrome DevTools Protocol (CDP). Use when you need the signed-in work account's SSO session, managed-device auth (Conditional Access), or to extract a bearer token from an authenticated page for server-side API calls.
Run a structured closeout review on local git diffs, branches, commits, or PR changes before commit or ship. Verifies findings against the real code, fixes at the right ownership boundary, and reruns until clean. Use when the user says "git-code-review", "review my code", "code review", "closeout review", "review this branch/PR", "review before I push", or asks for a second pass after non-trivial edits.
Execute git commit with conventional commit message analysis, intelligent staging, and message generation. Use when user asks to commit changes, create a git commit, push code, create a PR, or mentions "/commit". Supports: (1) Auto-detecting type and scope from changes, (2) Generating conventional commit messages from diff, (3) Interactive commit with optional type/scope/description overrides, (4) Intelligent file staging for logical grouping, (5) Respecting repository contribution guidelines
Use for any GitHub CLI command that writes PR, issue, or comment content. Prevents shell encoding corruption by writing markdown to a body file first and enforces content quality: no machine-specific paths, generic repro steps, and structured sections. Triggers: github-writer, gh-writer, create PR, open pull request, edit PR, create issue, edit issue, comment on issue, push and create PR, gh pr, gh issue, file a bug, open a bug.
Diagnose and fix Azure deployments — investigate repos, CI/CD pipelines, Azure subscriptions, and service health. Use when user says "is my app working", "check my deployment", "why is my site down", "fix my Azure app", "check health", "investigate deployment", "what's broken", "debug my Azure deployment", "check CI/CD", "check my demo sub", or any request to diagnose, troubleshoot, or repair a deployed Azure application. Covers Container Apps, App Service, PostgreSQL, ACR, GitHub Actions, and general Azure resource health.
Post-merge git cleanup — checkout main/master, pull latest, delete merged local branches, prune remote-tracking branches, verify clean working state. Use when user says "clean up", "rebased and merged", "merged, clean up", "cleanup branches", "back to main", or any variant of post-merge housekeeping.