with one click
copilot-marketplace
copilot-marketplace contains 11 collected skills from ericchansen, with repository-level occupation coverage and site-owned skill detail pages.
Skills in this repository
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.
Generate professional PDF and Word (DOCX) documents from markdown source files. Use when the user asks to "generate a PDF", "create a Word doc", "convert markdown to PDF", "make a DOCX", "export this as PDF", "render this document", or any request to produce formatted PDF or Word output from a markdown file.
Scan staged changes or commits for sensitive data before pushing to remote. Use when pushing code, creating PRs, or before any git push. Detects API keys, tokens, passwords, connection strings, private keys, PII, and custom blocklist terms. MANDATORY before ANY push — invoke automatically.
Review, address, and resolve PR feedback — examines all comments, review threads, and requested changes on a GitHub PR. Researches best practices, makes code fixes for valid feedback, pushes back with reasoned replies on items that are wrong or counterproductive, and resolves threads. Use when user says "address PR comments", "review the PR feedback", "fix PR review", "update PR", "handle review comments", or any variant of responding to pull request feedback.