---
title: "Git&#x2F;VCS skills · skilld"
canonical_url: "https://skilld.dev/skills/tag/git"
last_updated: "2026-08-20T06:55:25.701Z"
meta:
  description: "Browse 200 agent skills tagged Git/VCS. Git operations, branching, history surgery."
  "og:description": "Browse 200 agent skills tagged Git/VCS. Git operations, branching, history surgery."
  "og:title": "Git/VCS skills"
---

`

[← All skills](https://skilld.dev/skills)

# **Git/VCS**

Git operations, branching, history surgery

200 skills ·11.7m stars

## Top curators

- [![obra](https://github.com/obra.png)obra 4](https://skilld.dev/@obra)
- [![mattpocock](https://github.com/mattpocock.png)mattpocock 3](https://skilld.dev/@mattpocock)
- [![affaan-m](https://github.com/affaan-m.png)affaan-m 2](https://skilld.dev/@affaan-m)
- [![facebook](https://github.com/facebook.png)facebook 2](https://skilld.dev/@facebook)
- [![n8n-io](https://github.com/n8n-io.png)n8n-io 2](https://skilld.dev/@n8n-io)
- [![github](https://github.com/github.png)github 162](https://skilld.dev/@github)
- [![garrytan](https://github.com/garrytan.png)garrytan 6](https://skilld.dev/@garrytan)
- [![google-gemini](https://github.com/google-gemini.png)google-gemini 2](https://skilld.dev/@google-gemini)

- [

  **/executing-plans**![obra](https://github.com/obra.png?size=40)

  Jesse Vincent · obra/superpowers283k

  Use when you have a written implementation plan to execute in a separate session with review checkpoints /executing-plans by obra](https://skilld.dev/gh/obra/superpowers/executing-plans)
- [

  **/finishing-a-development-branch**![obra](https://github.com/obra.png?size=40)

  Jesse Vincent · obra/superpowers283k

  Use when implementation is complete, all tests pass, and you need to decide how to integrate the work /finishing-a-development-branch by obra](https://skilld.dev/gh/obra/superpowers/finishing-a-development-branch)
- [

  **/requesting-code-review**![obra](https://github.com/obra.png?size=40)

  Jesse Vincent · obra/superpowers283k

  Use when completing tasks, implementing major features, or before merging to verify work meets requirements /requesting-code-review by obra](https://skilld.dev/gh/obra/superpowers/requesting-code-review)
- [

  **/using-git-worktrees**![obra](https://github.com/obra.png?size=40)

  Jesse Vincent · obra/superpowers283k

  Use when starting feature work that needs isolation from current workspace or before executing implementation plans - ensures an isolated workspace exists via native tools or git worktree fallback /using-git-worktrees by obra](https://skilld.dev/gh/obra/superpowers/using-git-worktrees)
- [

  **/git-guardrails-claude-code**![mattpocock](https://github.com/mattpocock.png?size=40)

  Matt Pocock · mattpocock/skills258k

  Set up Claude Code hooks to block dangerous git commands (push, reset --hard, clean, branch -D, etc.) before they execute. Use when user wants to prevent destructive git operations, add git safety hooks, or block git push/reset in Claude Code. /git-guardrails-claude-code by mattpocock](https://skilld.dev/gh/mattpocock/skills/git-guardrails-claude-code)
- [

  **/review**![mattpocock](https://github.com/mattpocock.png?size=40)

  Matt Pocock · mattpocock/skills258k

  Review the changes since a fixed point (commit, branch, tag, or merge-base) along two axes — Standards (does the code follow this repo's documented coding standards?) and Spec (does the code match what the originating issue/PRD asked for?). Runs both reviews in parallel sub-agents and reports them side by side. Use when the user wants to review a branch, a PR, work-in-progress changes, or asks to "review since X". /review by mattpocock](https://skilld.dev/gh/mattpocock/skills/review)
- [

  **/scaffold-exercises**![mattpocock](https://github.com/mattpocock.png?size=40)

  Matt Pocock · mattpocock/skills258k

  Create exercise directory structures with sections, problems, solutions, and explainers that pass linting. Use when user wants to scaffold exercises, create exercise stubs, or set up a new course section. /scaffold-exercises by mattpocock](https://skilld.dev/gh/mattpocock/skills/scaffold-exercises)
- [

  **/autonomous-loops**![affaan-m](https://github.com/affaan-m.png?size=40)

  Affaan Mustafa · affaan-m/everything-claude-code255k

  Patterns and architectures for autonomous Claude Code loops — from simple sequential pipelines to RFC-driven multi-agent DAG systems. Retained for compatibility only: when new autonomous loop guidance is needed, use continuous-agent-loop instead. /autonomous-loops by affaan-m](https://skilld.dev/gh/affaan-m/everything-claude-code/autonomous-loops)
- [

  **/tdd-workflow**![affaan-m](https://github.com/affaan-m.png?size=40)

  Affaan Mustafa · affaan-m/everything-claude-code255k

  Use this skill when writing new features, fixing bugs, or refactoring code. Enforces test-driven development with 80%+ coverage including unit, integration, and E2E tests. /tdd-workflow by affaan-m](https://skilld.dev/gh/affaan-m/everything-claude-code/tdd-workflow)
- [

  **/compiler-commit**![facebook](https://github.com/facebook.png?size=40)

  Meta · facebook/react250k

  Use when you want to verify compiler changes and commit with the correct convention. Runs tests, lint, and format, then commits with the \[compiler\] or \[rust-compiler\] prefix. /compiler-commit by facebook](https://skilld.dev/gh/facebook/react/compiler-commit)
- [

  **/rust-port-status**![facebook](https://github.com/facebook.png?size=40)

  Meta · facebook/react250k

  Show the status of all Rust port plan documents and recent related commits. Use when you need to understand what's been done vs what remains. /rust-port-status by facebook](https://skilld.dev/gh/facebook/react/rust-port-status)
- [

  **/create-pr**![n8n-io](https://github.com/n8n-io.png?size=40)

  n8n - Workflow Automation · n8n-io/n8n204k

  Creates GitHub pull requests with properly formatted titles that pass the check-pr-title CI validation. Use when creating PRs, submitting changes for review, or when the user says /pr or asks to create a pull request. /create-pr by n8n-io](https://skilld.dev/gh/n8n-io/n8n/create-pr)
- [

  **/mutate-changed**![n8n-io](https://github.com/n8n-io.png?size=40)

  n8n - Workflow Automation · n8n-io/n8n204k

  Run Stryker mutation testing on the source files changed in the current branch (vs origin/master). One command for "did my work hold up under mutation?" before pushing. Triages on the side which files dropped below threshold and offers to invoke n8n:strengthen-tests on them. Use when the user says /mutate-changed, "mutate what I changed", "check my changes", or has just finished writing a feature and wants pre-merge feedback. Scope: only packages/workflow/src/\*\* changes are mutated today. /mutate-changed by n8n-io](https://skilld.dev/gh/n8n-io/n8n/mutate-changed)
- [

  **/add-community-extension**![github](https://github.com/github.png?size=40)

  github/spec-kit134k

  Add a community extension to the Spec Kit catalog from a GitHub issue submission. USE FOR: processing extension submission issues, validating catalog entries, updating catalog.community.json and docs/community/extensions.md, creating PRs. DO NOT USE FOR: creating new extensions from scratch, or first-party extension work. /add-community-extension by github](https://skilld.dev/gh/github/spec-kit/add-community-extension)
- [

  **/code-review**![github](https://github.com/github.png?size=40)

  github/spec-kit134k

  Reviews Spec Kit code changes for positive and negative test coverage, regression evidence for bug fixes, and consistent repository terminology. Use when reviewing a diff or pull request. Do not use for implementing changes or posting GitHub review actions. /code-review by github](https://skilld.dev/gh/github/spec-kit/code-review)
- [

  **/careful**![garrytan](https://github.com/garrytan.png?size=40)

  Garry Tan · garrytan/gstack132k

  Safety guardrails for destructive commands. (gstack) /careful by garrytan](https://skilld.dev/gh/garrytan/gstack/careful)
- [

  **/context-save**![garrytan](https://github.com/garrytan.png?size=40)

  Garry Tan · garrytan/gstack132k

  Save working context. (gstack) /context-save by garrytan](https://skilld.dev/gh/garrytan/gstack/context-save)
- [

  **/gstack-openclaw-retro**![garrytan](https://github.com/garrytan.png?size=40)

  Garry Tan · garrytan/gstack132k

  Weekly engineering retrospective. Analyzes commit history, work patterns, and code quality metrics with persistent history and trend tracking. Team-aware with per-person contributions, praise, and growth areas. Use when asked for weekly retro, what shipped this week, or engineering retrospective. /gstack-openclaw-retro by garrytan](https://skilld.dev/gh/garrytan/gstack/gstack-openclaw-retro)
- [

  **/landing-report**![garrytan](https://github.com/garrytan.png?size=40)

  Garry Tan · garrytan/gstack132k

  Read-only queue dashboard for workspace-aware ship. (gstack) /landing-report by garrytan](https://skilld.dev/gh/garrytan/gstack/landing-report)
- [

  **/review**![garrytan](https://github.com/garrytan.png?size=40)

  Garry Tan · garrytan/gstack132k

  Pre-landing PR review. (gstack) /review by garrytan](https://skilld.dev/gh/garrytan/gstack/review)
- [

  **/ship**![garrytan](https://github.com/garrytan.png?size=40)

  Garry Tan · garrytan/gstack132k

  Ship workflow: detect + merge base branch, run tests, review diff, bump VERSION, update CHANGELOG, commit, push, create PR. (gstack) /ship by garrytan](https://skilld.dev/gh/garrytan/gstack/ship)
- [

  **/code-reviewer**![google-gemini](https://github.com/google-gemini.png?size=40)

  google-gemini/gemini-cli107k

  Use this skill to review code. It supports both local changes (staged or working tree) and remote Pull Requests (by ID or URL). It focuses on correctness, maintainability, and adherence to project standards. /code-reviewer by google-gemini](https://skilld.dev/gh/google-gemini/gemini-cli/code-reviewer)
- [

  **/github-issue-creator**![google-gemini](https://github.com/google-gemini.png?size=40)

  google-gemini/gemini-cli107k

  An open-source AI agent that brings the power of Gemini directly into your terminal. /github-issue-creator by google-gemini](https://skilld.dev/gh/google-gemini/gemini-cli/github-issue-creator)
- [

  **/git-workflow-and-versioning**![addyosmani](https://github.com/addyosmani.png?size=40)

  Addy Osmani · addyosmani/agent-skills93k

  Structures git workflow practices. Use when making any code change. Use when committing, branching, resolving conflicts, splitting uncommitted work in a messy working tree into clean atomic commits, opening or reviewing a pull request (PR), pushing to a remote, or when you need to organize work across multiple parallel streams. Use when cutting a release, choosing a semantic version bump, tagging, or writing a changelog. /git-workflow-and-versioning by addyosmani](https://skilld.dev/gh/addyosmani/agent-skills/git-workflow-and-versioning)
- [

  **/incremental-implementation**![addyosmani](https://github.com/addyosmani.png?size=40)

  Addy Osmani · addyosmani/agent-skills93k

  Delivers changes incrementally in thin, verifiable slices. Use when implementing any feature or change that touches more than one file, or when picking up the next task from a plan. Use when rolling a change out behind a feature flag, when you're about to write a large amount of code at once, or when a task feels too big to land in one step. /incremental-implementation by addyosmani](https://skilld.dev/gh/addyosmani/agent-skills/incremental-implementation)
- [

  **/github-deep-research**![bytedance](https://github.com/bytedance.png?size=40)

  Bytedance Inc. · bytedance/deer-flow82k

  Conduct multi-round deep research on any GitHub Repo. Use when users request comprehensive analysis, timeline reconstruction, competitive analysis, or in-depth investigation of GitHub. Produces structured markdown reports with executive summaries, chronological timelines, metrics analysis, and Mermaid diagrams. Triggers on Github repository URL or open source projects. /github-deep-research by bytedance](https://skilld.dev/gh/bytedance/deer-flow/github-deep-research)
- [

  **/clean-copy**![tldraw](https://github.com/tldraw.png?size=40)

  tldraw/tldraw50k

  Reimplement the current branch on a new branch with a clean, narrative-quality git commit history. Use when asked to make a clean copy branch, clean up commit history by replaying work, or rebuild a branch as reviewable commits. /clean-copy by tldraw](https://skilld.dev/gh/tldraw/tldraw/clean-copy)
- [

  **/commit-changes**![tldraw](https://github.com/tldraw.png?size=40)

  tldraw/tldraw50k

  Create a git commit for the current changes. Use when asked to commit changes, make a commit, generate a commit message, or commit the current worktree with optional user-provided context. /commit-changes by tldraw](https://skilld.dev/gh/tldraw/tldraw/commit-changes)
- [

  **/pr**![tldraw](https://github.com/tldraw.png?size=40)

  tldraw/tldraw50k

  Create or update a pull request for the current branch in the tldraw repository. Use when the user invokes pr, asks to create a PR, update an existing PR, push current branch changes for review, or prepare a pull request. /pr by tldraw](https://skilld.dev/gh/tldraw/tldraw/pr)
- [

  **/take**![tldraw](https://github.com/tldraw.png?size=40)

  tldraw/tldraw50k

  Find a GitHub issue in tldraw/tldraw, assign it, implement it, verify it, and open a pull request. Use when the user invokes take, asks to take an issue, implement an issue, work on an issue number or URL, or pick up an issue from a description. /take by tldraw](https://skilld.dev/gh/tldraw/tldraw/take)
- [

  **/update-release-notes**![tldraw](https://github.com/tldraw.png?size=40)

  tldraw/tldraw50k

  Update the release notes file at \`apps/docs/content/releases/next.mdx\` in the tldraw/tldraw repo based on PRs since the previous release, or archive \`next.mdx\` to a versioned file when a new version is published. /update-release-notes by tldraw](https://skilld.dev/gh/tldraw/tldraw/update-release-notes)
- [

  **/clickhouse-autoresearch-campaign**![posthog](https://github.com/posthog.png?size=40)

  posthog/posthog40k

  Run a ClickHouse query optimization campaign on one git branch using pi-autoresearch, dynamic lanes and hypotheses, baseline result capture, correctness checks, and stagnation-aware lane/campaign review. /clickhouse-autoresearch-campaign by posthog](https://skilld.dev/gh/posthog/posthog/clickhouse-autoresearch-campaign)
- [

  **/depot-github-runners**![posthog](https://github.com/posthog.png?size=40)

  posthog/posthog40k

  Configures Depot-managed GitHub Actions runners as a drop-in replacement for GitHub-hosted runners. Use when setting up or migrating GitHub Actions workflows to use Depot runners, choosing runner sizes (CPU/RAM), configuring runs-on labels, setting up ARM or Windows or macOS runners, troubleshooting GitHub Actions runner issues, configuring egress filtering, using Depot Cache with GitHub Actions, or running Dagger/Dependabot on Depot runners. Also use when the user mentions depot-ubuntu, depot-windows, depot-macos runner labels, or asks about faster/cheaper GitHub Actions runners. Not for Depot CI, the separate engine that reads .depot/workflows/ — that is the depot-ci skill. /depot-github-runners by posthog](https://skilld.dev/gh/posthog/posthog/depot-github-runners)
- [

  **/managing-github-actions-secrets**![posthog](https://github.com/posthog.png?size=40)

  posthog/posthog40k

  Creates and updates GitHub Actions secrets for PostHog workflows. Use when adding a new CI secret, rotating an existing secret, wiring a workflow to an API token, package registry credential, deploy key, or any value referenced via \`${{ secrets.\* }}\` in \`.github/workflows/\`. /managing-github-actions-secrets by posthog](https://skilld.dev/gh/posthog/posthog/managing-github-actions-secrets)
- [

  **/changelog-automation**![wshobson](https://github.com/wshobson.png?size=40)

  Seth Hobson · wshobson/agents40k

  Automate changelog generation from commits, PRs, and releases following Keep a Changelog format. Use when setting up release workflows, generating release notes, or standardizing commit conventions. /changelog-automation by wshobson](https://skilld.dev/gh/wshobson/agents/changelog-automation)
- [

  **/git-advanced-workflows**![wshobson](https://github.com/wshobson.png?size=40)

  Seth Hobson · wshobson/agents40k

  Master advanced Git workflows including rebasing, cherry-picking, bisect, worktrees, and reflog to maintain clean history and recover from any situation. Use when managing complex Git histories, collaborating on feature branches, or troubleshooting repository issues. /git-advanced-workflows by wshobson](https://skilld.dev/gh/wshobson/agents/git-advanced-workflows)
- [

  **/github-actions-templates**![wshobson](https://github.com/wshobson.png?size=40)

  Seth Hobson · wshobson/agents40k

  Create production-ready GitHub Actions workflows for automated testing, building, and deploying applications. Use when setting up CI/CD with GitHub Actions, automating development workflows, or creating reusable workflow templates. /github-actions-templates by wshobson](https://skilld.dev/gh/wshobson/agents/github-actions-templates)
- [

  **/gitlab-ci-patterns**![wshobson](https://github.com/wshobson.png?size=40)

  Seth Hobson · wshobson/agents40k

  Build GitLab CI/CD pipelines with multi-stage workflows, caching, and distributed runners for scalable automation. Use when implementing GitLab CI/CD, optimizing pipeline performance, or setting up automated testing and deployment. /gitlab-ci-patterns by wshobson](https://skilld.dev/gh/wshobson/agents/gitlab-ci-patterns)
- [

  **/gitops-workflow**![wshobson](https://github.com/wshobson.png?size=40)

  Seth Hobson · wshobson/agents40k

  Implement GitOps workflows with ArgoCD and Flux for automated, declarative Kubernetes deployments with continuous reconciliation. Use when implementing GitOps practices, automating Kubernetes deployments, or setting up declarative infrastructure management. /gitops-workflow by wshobson](https://skilld.dev/gh/wshobson/agents/gitops-workflow)
- [

  **/workflow-patterns**![wshobson](https://github.com/wshobson.png?size=40)

  Seth Hobson · wshobson/agents40k

  Use this skill when implementing tasks according to Conductor's TDD workflow, handling phase checkpoints, managing git commits for tasks, or understanding the verification protocol. /workflow-patterns by wshobson](https://skilld.dev/gh/wshobson/agents/workflow-patterns)
- [

  **/acquire-codebase-knowledge**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Use this skill when the user explicitly asks to map, document, or onboard into an existing codebase. Trigger for prompts like "map this codebase", "document this architecture", "onboard me to this repo", or "create codebase docs". Do not trigger for routine feature implementation, bug fixes, or narrow code edits unless the user asks for repository-level discovery. /acquire-codebase-knowledge by github](https://skilld.dev/gh/github/awesome-copilot/acquire-codebase-knowledge)
- [

  **/acreadiness-assess**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Run the AgentRC readiness assessment on the current repository and produce a static HTML dashboard at reports/index.html. Wraps \`npx github:microsoft/agentrc readiness\` and hands off rendering to the @ai-readiness-reporter custom agent. Supports policies (--policy) for org-specific scoring. Use when asked to assess, audit, or score the AI readiness of a repo. /acreadiness-assess by github](https://skilld.dev/gh/github/awesome-copilot/acreadiness-assess)
- [

  **/acreadiness-generate-instructions**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Generate tailored AI agent instruction files via AgentRC instructions command. Produces .github/copilot-instructions.md (default, recommended for Copilot in VS Code) plus optional per-area .instructions.md files with applyTo globs for monorepos. Use after running /acreadiness-assess to close gaps in the AI Tooling pillar. /acreadiness-generate-instructions by github](https://skilld.dev/gh/github/awesome-copilot/acreadiness-generate-instructions)
- [

  **/acreadiness-policy**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Help the user pick, write, or apply an AgentRC policy. Policies customise readiness scoring by disabling irrelevant checks, overriding impact/level, setting pass-rate thresholds, or chaining org baselines with team overrides. Use when the user asks about strict mode, AI-only scoring, custom weights, CI gating, or wants org-wide standardisation. /acreadiness-policy by github](https://skilld.dev/gh/github/awesome-copilot/acreadiness-policy)
- [

  **/ad-campaign-analyzer**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Use this skill when the user shares ad campaign performance data and asks what to cut, scale, or test. Trigger for prompts like "analyze my ad campaigns", "where am I wasting ad spend", "reallocate my ad budget", "which ads are actually working", or "ROAS analysis". Do not trigger for campaign planning or creative generation without performance data. /ad-campaign-analyzer by github](https://skilld.dev/gh/github/awesome-copilot/ad-campaign-analyzer)
- [

  **/add-educational-comments**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Add educational comments to the file specified, or prompt asking for file to comment if one is not provided. /add-educational-comments by github](https://skilld.dev/gh/github/awesome-copilot/add-educational-comments)
- [

  **/adobe-illustrator-scripting**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Write, debug, and optimize Adobe Illustrator automation scripts using ExtendScript (JavaScript/JSX). Use when creating or modifying scripts that manipulate documents, layers, paths, text frames, colors, symbols, artboards, or any Illustrator DOM objects. Covers the complete JavaScript object model, coordinate system, measurement units, export workflows, and scripting best practices. /adobe-illustrator-scripting by github](https://skilld.dev/gh/github/awesome-copilot/adobe-illustrator-scripting)
- [

  **/agent-governance**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Patterns and techniques for adding governance, safety, and trust controls to AI agent systems. Use this skill when: - Building AI agents that call external tools (APIs, databases, file systems) - Implementing policy-based access controls for agent tool usage - Adding semantic intent classification to detect dangerous prompts - Creating trust scoring systems for multi-agent workflows - Building audit trails for agent actions and decisions - Enforcing rate limits, content filters, or tool restrictions on agents - Working with any agent framework (PydanticAI, CrewAI, OpenAI Agents, LangChain, AutoGen) /agent-governance by github](https://skilld.dev/gh/github/awesome-copilot/agent-governance)
- [

  **/agent-owasp-compliance**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Check any AI agent codebase against the OWASP Agentic Security Initiative (ASI) Top 10 risks. Use this skill when: - Evaluating an agent system's security posture before production deployment - Running a compliance check against OWASP ASI 2026 standards - Mapping existing security controls to the 10 agentic risks - Generating a compliance report for security review or audit - Comparing agent framework security features against the standard - Any request like "is my agent OWASP compliant?", "check ASI compliance", or "agentic security audit" /agent-owasp-compliance by github](https://skilld.dev/gh/github/awesome-copilot/agent-owasp-compliance)
- [

  **/agent-skill-stack**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Find, evaluate, and assemble the smallest compatible set of AI Agent Skills for an end-to-end natural-language goal. Use when a user wants Skills for a multi-step workflow, asks which Skills fit a project, needs an installed-Skill audit or conflict check, has low Skill recall, wants indirect helpers such as humanizers or compliance checks, or wants a project-specific Skill Stack with controlled installation. Search local Skills, registries, GitHub, and OpenCLI; compare adoption, verified fit, safety, and overlap. Do not use for locating one known or common Skill; use the generic find-skills workflow. /agent-skill-stack by github](https://skilld.dev/gh/github/awesome-copilot/agent-skill-stack)
- [

  **/agent-supply-chain**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Verify supply chain integrity for AI agent plugins, tools, and dependencies. Use this skill when: - Generating SHA-256 integrity manifests for agent plugins or tool packages - Verifying that installed plugins match their published manifests - Detecting tampered, modified, or untracked files in agent tool directories - Auditing dependency pinning and version policies for agent components - Building provenance chains for agent plugin promotion (dev → staging → production) - Any request like "verify plugin integrity", "generate manifest", "check supply chain", or "sign this plugin" /agent-supply-chain by github](https://skilld.dev/gh/github/awesome-copilot/agent-supply-chain)
- [

  **/agentic-eval**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Patterns and techniques for evaluating and improving AI agent outputs. Use this skill when: - Implementing self-critique and reflection loops - Building evaluator-optimizer pipelines for quality-critical generation - Creating test-driven code refinement workflows - Designing rubric-based or LLM-as-judge evaluation systems - Adding iterative improvement to agent outputs (code, reports, analysis) - Measuring and improving agent response quality /agentic-eval by github](https://skilld.dev/gh/github/awesome-copilot/agentic-eval)
- [

  **/agentic-workflows**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Route gh-aw workflow design/create/debug/upgrade requests to the right prompts. /agentic-workflows by github](https://skilld.dev/gh/github/awesome-copilot/agentic-workflows)
- [

  **/ai-prompt-engineering-safety-review**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Comprehensive AI prompt engineering safety review and improvement prompt. Analyzes prompts for safety, bias, security vulnerabilities, and effectiveness while providing detailed improvement recommendations with extensive frameworks, testing methodologies, and educational content. /ai-prompt-engineering-safety-review by github](https://skilld.dev/gh/github/awesome-copilot/ai-prompt-engineering-safety-review)
- [

  **/ai-ready**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Make any repo AI-ready — analyzes your codebase and generates AGENTS.md, copilot-instructions.md, CI workflows, issue templates, and more. Mines your PR review patterns and creates files customized to your stack. USE THIS SKILL when the user asks to "make this repo ai-ready", "set up AI config", or "prepare this repo for AI contributions". /ai-ready by github](https://skilld.dev/gh/github/awesome-copilot/ai-ready)
- [

  **/ai-team-orchestration**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Bootstrap and run a lightweight multi-agent development team. Use when starting or adopting a project, planning work, coordinating implementation and optional QA, brainstorming with distinct perspectives, or preserving context across sessions. /ai-team-orchestration by github](https://skilld.dev/gh/github/awesome-copilot/ai-team-orchestration)
- [

  **/anti-ui-slop**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Stop coding agents from shipping generic UI. Use UIZZE''s 800,000+ real web and iOS screens to build product-specific interfaces, define a design contract, cover required states, and run a hard finish gate. Use when designing, implementing, redesigning, critiquing, or pre-ship reviewing a web or iOS interface in Codex, Claude Code, Cursor, Copilot, or another coding agent. Trigger with "anti-ui-slop", "stop UI slop", "ground this UI in real screens", or "run the UI finish gate". /anti-ui-slop by github](https://skilld.dev/gh/github/awesome-copilot/anti-ui-slop)
- [

  **/appinsights-instrumentation**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Instrument a webapp to send useful telemetry data to Azure App Insights /appinsights-instrumentation by github](https://skilld.dev/gh/github/awesome-copilot/appinsights-instrumentation)
- [

  **/apple-appstore-reviewer**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Serves as a reviewer of the codebase with instructions on looking for Apple App Store optimizations or rejection reasons. /apple-appstore-reviewer by github](https://skilld.dev/gh/github/awesome-copilot/apple-appstore-reviewer)
- [

  **/arch-linux-triage**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Triage and resolve Arch Linux issues with pacman, systemd, and rolling-release best practices. /arch-linux-triage by github](https://skilld.dev/gh/github/awesome-copilot/arch-linux-triage)
- [

  **/architecture-blueprint-generator**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Comprehensive project architecture blueprint generator that analyzes codebases to create detailed architectural documentation. Automatically detects technology stacks and architectural patterns, generates visual diagrams, documents implementation patterns, and provides extensible blueprints for maintaining architectural consistency and guiding new development. /architecture-blueprint-generator by github](https://skilld.dev/gh/github/awesome-copilot/architecture-blueprint-generator)
- [

  **/arduino-azure-iot-edge-integration**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Design and implement Arduino integration with Azure IoT Hub and IoT Edge, including secure provisioning, resilient telemetry, command handling, and production guardrails. /arduino-azure-iot-edge-integration by github](https://skilld.dev/gh/github/awesome-copilot/arduino-azure-iot-edge-integration)
- [

  **/arize-ai-provider-integration**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Creates, reads, updates, and deletes Arize AI integrations that store LLM provider credentials used by evaluators and other Arize features. Supports any LLM provider (e.g. OpenAI, Anthropic, Azure OpenAI, AWS Bedrock, Vertex AI, Gemini, NVIDIA NIM). Use when the user mentions AI integration, LLM provider credentials, create integration, list integrations, update credentials, delete integration, or connecting an LLM provider to Arize. /arize-ai-provider-integration by github](https://skilld.dev/gh/github/awesome-copilot/arize-ai-provider-integration)
- [

  **/arize-annotation**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Creates and manages annotation configs (categorical, continuous, freeform label schemas) and annotation queues (human review workflows) on Arize. Applies human annotations to project spans via the Python SDK. Use when the user mentions annotation config, annotation queue, label schema, human feedback, bulk annotate spans, update\_annotations, labeling queue, annotate record, or human review. /arize-annotation by github](https://skilld.dev/gh/github/awesome-copilot/arize-annotation)
- [

  **/arize-dataset**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Creates, manages, and queries Arize datasets and examples. Covers dataset CRUD, appending examples, exporting data, and file-based dataset creation using the ax CLI. Use when the user needs test data, evaluation examples, or mentions create dataset, list datasets, export dataset, append examples, dataset version, golden dataset, or test set. /arize-dataset by github](https://skilld.dev/gh/github/awesome-copilot/arize-dataset)
- [

  **/arize-evaluator**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Handles LLM-as-judge evaluation workflows on Arize including creating/updating evaluators, running evaluations on spans or experiments, managing tasks, trigger-run operations, column mapping, and continuous monitoring. Use when the user mentions create evaluator, LLM judge, hallucination, faithfulness, correctness, relevance, run eval, score spans, score experiment, trigger-run, column mapping, continuous monitoring, or improve evaluator prompt. /arize-evaluator by github](https://skilld.dev/gh/github/awesome-copilot/arize-evaluator)
- [

  **/arize-experiment**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Creates, runs, and analyzes Arize experiments for evaluating and comparing model performance. Covers experiment CRUD, exporting runs, comparing results, and evaluation workflows using the ax CLI. Use when the user mentions create experiment, run experiment, compare models, model performance, evaluate AI, experiment results, benchmark, A/B test models, or measure accuracy. /arize-experiment by github](https://skilld.dev/gh/github/awesome-copilot/arize-experiment)
- [

  **/arize-instrumentation**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Adds Arize AX tracing to an LLM application for the first time. Follows a two-phase agent-assisted flow to analyze the codebase then implement instrumentation after user confirmation. Use when the user wants to instrument their app, add tracing from scratch, set up LLM observability, integrate OpenTelemetry or openinference, or get started with Arize tracing. /arize-instrumentation by github](https://skilld.dev/gh/github/awesome-copilot/arize-instrumentation)
- [

  **/arize-link**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Generates deep links to the Arize UI for traces, spans, sessions, datasets, labeling queues, evaluators, and annotation configs. Produces clickable URLs for sharing Arize resources with team members. Use when the user wants to link to or open a trace, span, session, dataset, evaluator, or annotation config in the Arize UI. /arize-link by github](https://skilld.dev/gh/github/awesome-copilot/arize-link)
- [

  **/arize-prompt-optimization**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Optimizes, improves, and debugs LLM prompts using production trace data, evaluations, and annotations. Extracts prompts from spans, gathers performance signal, and runs a data-driven optimization loop using the ax CLI. Use when the user mentions optimize prompt, improve prompt, make AI respond better, improve output quality, prompt engineering, prompt tuning, or system prompt improvement. /arize-prompt-optimization by github](https://skilld.dev/gh/github/awesome-copilot/arize-prompt-optimization)
- [

  **/arize-trace**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Downloads, exports, and inspects existing Arize traces and spans to understand what an LLM app is doing or debug runtime issues. Covers exporting traces by ID, spans by ID, sessions by ID, and root-cause investigation using the ax CLI. Use when the user wants to look at existing trace data, see what their LLM app is doing, export traces, download spans, investigate errors, or analyze behavior regressions. /arize-trace by github](https://skilld.dev/gh/github/awesome-copilot/arize-trace)
- [

  **/aspire**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Aspire skill covering the Aspire CLI, AppHost orchestration, service discovery, integrations, MCP server, VS Code extension, Dev Containers, GitHub Codespaces, templates, dashboard, and deployment. Use when the user asks to create, run, debug, configure, deploy, or troubleshoot an Aspire distributed application. /aspire by github](https://skilld.dev/gh/github/awesome-copilot/aspire)
- [

  **/aspnet-minimal-api-openapi**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Create ASP.NET Minimal API endpoints with proper OpenAPI documentation /aspnet-minimal-api-openapi by github](https://skilld.dev/gh/github/awesome-copilot/aspnet-minimal-api-openapi)
- [

  **/audit-integrity**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Shared audit integrity framework for all AppSec agents — enforces output quality, intellectual honesty, and continuous improvement through anti-rationalization guards, self-critique loops, retry protocols, non-negotiable behaviors, self-reflection quality gates (1-10 scoring, ≥8 threshold), and a self-learning system with lesson/memory governance for security analysis agents. /audit-integrity by github](https://skilld.dev/gh/github/awesome-copilot/audit-integrity)
- [

  **/automate-this**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Analyze a screen recording of a manual process and produce targeted, working automation scripts. Extracts frames and audio narration from video files, reconstructs the step-by-step workflow, and proposes automation at multiple complexity levels using tools already installed on the user machine. /automate-this by github](https://skilld.dev/gh/github/awesome-copilot/automate-this)
- [

  **/autoresearch**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Autonomous iterative experimentation loop for any programming task. Guides the user through defining goals, measurable metrics, and scope constraints, then runs an autonomous loop of code changes, testing, measuring, and keeping/discarding results. Inspired by Karpathy''s autoresearch. USE FOR: autonomous improvement, iterative optimization, experiment loop, auto research, performance tuning, automated experimentation, hill climbing, try things automatically, optimize code, run experiments, autonomous coding loop. DO NOT USE FOR: one-shot tasks, simple bug fixes, code review, or tasks without a measurable metric. /autoresearch by github](https://skilld.dev/gh/github/awesome-copilot/autoresearch)
- [

  **/aws-cdk-python-setup**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Setup and initialization guide for developing AWS CDK (Cloud Development Kit) applications in Python. This skill enables users to configure environment prerequisites, create new CDK projects, manage dependencies, and deploy to AWS. /aws-cdk-python-setup by github](https://skilld.dev/gh/github/awesome-copilot/aws-cdk-python-setup)
- [

  **/aws-cloudwatch-investigation**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Reusable investigation patterns for AWS CloudWatch: Logs Insights query templates, alarm-to-deployment correlation, blast-radius narrowing decision tree, and PromQL-style metric query patterns for structured incident triage. /aws-cloudwatch-investigation by github](https://skilld.dev/gh/github/awesome-copilot/aws-cloudwatch-investigation)
- [

  **/aws-cost-optimize**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Analyze AWS resources used in the app (IaC files and/or resources in a target account/region) and optimize costs - creating GitHub issues for identified optimizations. /aws-cost-optimize by github](https://skilld.dev/gh/github/awesome-copilot/aws-cost-optimize)
- [

  **/aws-resource-health-diagnose**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Analyze AWS resource health, diagnose issues from CloudWatch logs and metrics, and create a remediation plan for identified problems. /aws-resource-health-diagnose by github](https://skilld.dev/gh/github/awesome-copilot/aws-resource-health-diagnose)
- [

  **/aws-resource-query**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Query AWS resources using natural language. Covers EC2, S3, RDS, Lambda, ECS, EKS, Secrets Manager, IAM, VPC, networking, messaging, and more. Strictly read-only — no writes, deletes, or mutations. /aws-resource-query by github](https://skilld.dev/gh/github/awesome-copilot/aws-resource-query)
- [

  **/aws-well-architected-review**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Perform an AWS Well-Architected Framework review of the current workload IaC and architecture, generating findings and GitHub issues for improvements. /aws-well-architected-review by github](https://skilld.dev/gh/github/awesome-copilot/aws-well-architected-review)
- [

  **/az-cost-optimize**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Analyze Azure resources used in the app (IaC files and/or resources in a target rg) and optimize costs - creating GitHub issues for identified optimizations. /az-cost-optimize by github](https://skilld.dev/gh/github/awesome-copilot/az-cost-optimize)
- [

  **/azure-architecture-autopilot**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Design Azure infrastructure using natural language, or analyze existing Azure resources to auto-generate architecture diagrams, refine them through conversation, and deploy with Bicep. When to use this skill: - "Create X on Azure", "Set up a RAG architecture" (new design) - "Analyze my current Azure infrastructure", "Draw a diagram for rg-xxx" (existing analysis) - "Foundry is slow", "I want to reduce costs", "Strengthen security" (natural language modification) - Azure resource deployment, Bicep template generation, IaC code generation - Microsoft Foundry, AI Search, OpenAI, Fabric, ADLS Gen2, Databricks, and all Azure services /azure-architecture-autopilot by github](https://skilld.dev/gh/github/awesome-copilot/azure-architecture-autopilot)
- [

  **/azure-container-registry-cli**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Manage Azure Container Registry via the az acr CLI including registries, images, cloud builds, ACR Tasks, authentication, tokens, geo-replication, and networking. Use when working with ACR, az acr commands, pushing/importing/purging container images in Azure, or when the user mentions Azure Container Registry. /azure-container-registry-cli by github](https://skilld.dev/gh/github/awesome-copilot/azure-container-registry-cli)
- [

  **/azure-deployment-preflight**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Performs comprehensive preflight validation of Bicep deployments to Azure, including template syntax validation, what-if analysis, and permission checks. Use this skill before any deployment to Azure to preview changes, identify potential issues, and ensure the deployment will succeed. Activate when users mention deploying to Azure, validating Bicep files, checking deployment permissions, previewing infrastructure changes, running what-if, or preparing for azd provision. /azure-deployment-preflight by github](https://skilld.dev/gh/github/awesome-copilot/azure-deployment-preflight)
- [

  **/azure-developer-cli**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Design, create, review, migrate, or troubleshoot Azure Developer CLI (azd) projects using current Microsoft guidance. Use for azd, azure.yaml, AZD templates, Bicep or Terraform under infra, AZD environments and secrets, hooks, deployment workflows, and azd-managed CI/CD. /azure-developer-cli by github](https://skilld.dev/gh/github/awesome-copilot/azure-developer-cli)
- [

  **/azure-devops-cli**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Manage Azure DevOps resources via CLI including projects, repos, pipelines, builds, pull requests, work items, artifacts, and service endpoints. Use when working with Azure DevOps, az commands, devops automation, CI/CD, or when user mentions Azure DevOps CLI. /azure-devops-cli by github](https://skilld.dev/gh/github/awesome-copilot/azure-devops-cli)
- [

  **/azure-pricing**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Fetches real-time Azure retail pricing using the Azure Retail Prices API (prices.azure.com) and estimates Copilot Studio agent credit consumption. Use when the user asks about the cost of any Azure service, wants to compare SKU prices, needs pricing data for a cost estimate, mentions Azure pricing, Azure costs, Azure billing, or asks about Copilot Studio pricing, Copilot Credits, or agent usage estimation. Covers compute, storage, networking, databases, AI, Copilot Studio, and all other Azure service families. /azure-pricing by github](https://skilld.dev/gh/github/awesome-copilot/azure-pricing)
- [

  **/azure-resource-health-diagnose**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Analyze Azure resource health, diagnose issues from logs and telemetry, and create a remediation plan for identified problems. /azure-resource-health-diagnose by github](https://skilld.dev/gh/github/awesome-copilot/azure-resource-health-diagnose)
- [

  **/azure-resource-visualizer**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Analyze Azure resource groups and generate detailed Mermaid architecture diagrams showing the relationships between individual resources. Use this skill when the user asks for a diagram of their Azure resources or help in understanding how the resources relate to each other. /azure-resource-visualizer by github](https://skilld.dev/gh/github/awesome-copilot/azure-resource-visualizer)
- [

  **/azure-role-selector**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  When user is asking for guidance for which role to assign to an identity given desired permissions, this agent helps them understand the role that will meet the requirements with least privilege access and how to apply that role. /azure-role-selector by github](https://skilld.dev/gh/github/awesome-copilot/azure-role-selector)
- [

  **/azure-smart-city-iot-solution-builder**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Design and plan end-to-end Azure IoT and Smart City solutions: requirements, architecture, security, operations, cost, and a phased delivery plan with concrete implementation artifacts. /azure-smart-city-iot-solution-builder by github](https://skilld.dev/gh/github/awesome-copilot/azure-smart-city-iot-solution-builder)
- [

  **/azure-static-web-apps**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Helps create, configure, and deploy Azure Static Web Apps using the SWA CLI. Use when deploying static sites to Azure, setting up SWA local development, configuring staticwebapp.config.json, adding Azure Functions APIs to SWA, or setting up GitHub Actions CI/CD for Static Web Apps. /azure-static-web-apps by github](https://skilld.dev/gh/github/awesome-copilot/azure-static-web-apps)
- [

  **/azure-well-architected-review**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Perform an Azure Well-Architected Framework review of the current workload IaC and architecture, generating findings and GitHub issues for improvements. /azure-well-architected-review by github](https://skilld.dev/gh/github/awesome-copilot/azure-well-architected-review)
- [

  **/batch-files**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Expert-level Windows batch file (.bat/.cmd) skill for writing, debugging, and maintaining CMD scripts. Use when asked to "create a batch file", "write a .bat script", "automate a Windows task", "CMD scripting", "batch automation", "scheduled task script", "Windows shell script", or when working with .bat/.cmd files in the workspace. Covers cmd.exe syntax, environment variables, control flow, string processing, error handling, and integration with system tools. /batch-files by github](https://skilld.dev/gh/github/awesome-copilot/batch-files)
- [

  **/bench-read**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Read artifacts from the shared bench — the workspace where desks leave findings, verdicts, and work products for each other and the operator. /bench-read by github](https://skilld.dev/gh/github/awesome-copilot/bench-read)
- [

  **/bigquery-pipeline-audit**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Audits Python + BigQuery pipelines for cost safety, idempotency, and production readiness. Returns a structured report with exact patch locations. /bigquery-pipeline-audit by github](https://skilld.dev/gh/github/awesome-copilot/bigquery-pipeline-audit)
- [

  **/boost-prompt**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Interactive prompt refinement workflow: interrogates scope, deliverables, constraints; copies final markdown to clipboard; never writes code. Requires the Joyride extension. /boost-prompt by github](https://skilld.dev/gh/github/awesome-copilot/boost-prompt)
- [

  **/brag-sheet**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Turn vague "what did I do?" into evidence-backed impact statements for performance reviews, self-reviews, promotion packets, and weekly updates. Uniquely mines Copilot CLI session logs to reconstruct forgotten work, plus git commits and GitHub PRs. Enforces a 3-part impact contract (action → result → evidence). Works standalone with zero dependencies. Trigger for: "brag", "log work", "what did I do", "backfill my work history", "performance review", "self-review", "self assessment", "write impact statement", "review prep", "promo packet", "promotion case", "weekly update", "status report", "accomplishments", "what did I ship", "I forgot to log my work", "summarize my work", "track my wins", "what should I highlight", "end of half", "career growth", "work journal", or any request to document, summarize, or organize work accomplishments. /brag-sheet by github](https://skilld.dev/gh/github/awesome-copilot/brag-sheet)
- [

  **/breakdown-epic-arch**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Prompt for creating the high-level technical architecture for an Epic, based on a Product Requirements Document. /breakdown-epic-arch by github](https://skilld.dev/gh/github/awesome-copilot/breakdown-epic-arch)
- [

  **/breakdown-epic-pm**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Prompt for creating an Epic Product Requirements Document (PRD) for a new epic. This PRD will be used as input for generating a technical architecture specification. /breakdown-epic-pm by github](https://skilld.dev/gh/github/awesome-copilot/breakdown-epic-pm)
- [

  **/breakdown-feature-implementation**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Prompt for creating detailed feature implementation plans, following Epoch monorepo structure. /breakdown-feature-implementation by github](https://skilld.dev/gh/github/awesome-copilot/breakdown-feature-implementation)
- [

  **/breakdown-feature-prd**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Prompt for creating Product Requirements Documents (PRDs) for new features, based on an Epic. /breakdown-feature-prd by github](https://skilld.dev/gh/github/awesome-copilot/breakdown-feature-prd)
- [

  **/breakdown-plan**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Issue Planning and Automation prompt that generates comprehensive project plans with Epic > Feature > Story/Enabler > Test hierarchy, dependencies, priorities, and automated tracking. /breakdown-plan by github](https://skilld.dev/gh/github/awesome-copilot/breakdown-plan)
- [

  **/breakdown-test**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Test Planning and Quality Assurance prompt that generates comprehensive test strategies, task breakdowns, and quality validation plans for GitHub projects. /breakdown-test by github](https://skilld.dev/gh/github/awesome-copilot/breakdown-test)
- [

  **/bug-receipt**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Close defects and incidents with a BUG RECEIPT and VERIFIED, PARTIAL, or BLOCKED status after diagnosis, repair, or recovery. /bug-receipt by github](https://skilld.dev/gh/github/awesome-copilot/bug-receipt)
- [

  **/bug-reproduction-brief**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Turn a vague, intermittent, or environment-specific bug report into a minimal evidence-backed reproduction before proposing a fix. /bug-reproduction-brief by github](https://skilld.dev/gh/github/awesome-copilot/bug-reproduction-brief)
- [

  **/build-evidence-map**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Build an auditable evidence map for a contested technical choice, research synthesis, proposal review, or consequential decision. Use when Copilot must preserve supporting, contradicting, qualifying, and missing evidence with exact source regions instead of collapsing disagreement into prose. /build-evidence-map by github](https://skilld.dev/gh/github/awesome-copilot/build-evidence-map)
- [

  **/centos-linux-triage**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Triage and resolve CentOS issues using RHEL-compatible tooling, SELinux-aware practices, and firewalld. /centos-linux-triage by github](https://skilld.dev/gh/github/awesome-copilot/centos-linux-triage)
- [

  **/chrome-devtools**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Expert-level browser automation, debugging, and performance analysis using Chrome DevTools MCP. Use for interacting with web pages, capturing screenshots, analyzing network traffic, and profiling performance. /chrome-devtools by github](https://skilld.dev/gh/github/awesome-copilot/chrome-devtools)
- [

  **/cli-mastery**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Interactive training for the GitHub Copilot CLI. Guided lessons, quizzes, scenario challenges, and a full reference covering slash commands, shortcuts, modes, agents, skills, MCP, and configuration. Say "cliexpert" to start. /cli-mastery by github](https://skilld.dev/gh/github/awesome-copilot/cli-mastery)
- [

  **/cloud-design-patterns**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Cloud design patterns for distributed systems architecture covering 42 industry-standard patterns across reliability, performance, messaging, security, and deployment categories. Use when designing, reviewing, or implementing distributed system architectures. /cloud-design-patterns by github](https://skilld.dev/gh/github/awesome-copilot/cloud-design-patterns)
- [

  **/code-exemplars-blueprint-generator**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Technology-agnostic prompt generator that creates customizable AI prompts for scanning codebases and identifying high-quality code exemplars. Supports multiple programming languages (.NET, Java, JavaScript, TypeScript, React, Angular, Python) with configurable analysis depth, categorization methods, and documentation formats to establish coding standards and maintain consistency across development teams. /code-exemplars-blueprint-generator by github](https://skilld.dev/gh/github/awesome-copilot/code-exemplars-blueprint-generator)
- [

  **/code-tour**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Use this skill to create CodeTour .tour files — persona-targeted, step-by-step walkthroughs that link to real files and line numbers. Trigger for: "create a tour", "make a code tour", "generate a tour", "onboarding tour", "tour for this PR", "tour for this bug", "RCA tour", "architecture tour", "explain how X works", "vibe check", "PR review tour", "contributor guide", "help someone ramp up", or any request for a structured walkthrough through code. Supports 20 developer personas (new joiner, bug fixer, architect, PR reviewer, vibecoder, security reviewer, and more), all CodeTour step types (file/line, selection, pattern, uri, commands, view), and tour-level fields (ref, isPrimary, nextTour). Works with any repository in any language. /code-tour by github](https://skilld.dev/gh/github/awesome-copilot/code-tour)
- [

  **/codebase-memory-mcp**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Use when exploring unfamiliar code, mapping architecture, finding symbols or relationships, tracing callers, callees, data flow or dependencies, assessing impact, auditing dead or complex code, or handling explicit Codebase Memory requests. Otherwise skip tasks confined to a supplied known file, tiny one-file check, exact literal, configuration value, error string, or non-code text. /codebase-memory-mcp by github](https://skilld.dev/gh/github/awesome-copilot/codebase-memory-mcp)
- [

  **/codeql**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Comprehensive guide for setting up and configuring CodeQL code scanning via GitHub Actions workflows and the CodeQL CLI. This skill should be used when users need help with code scanning configuration, CodeQL workflow files, CodeQL CLI commands, SARIF output, security analysis setup, or troubleshooting CodeQL analysis. /codeql by github](https://skilld.dev/gh/github/awesome-copilot/codeql)
- [

  **/comment-code-generate-a-tutorial**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Transform this Python script into a polished, beginner-friendly project by refactoring the code, adding clear instructional comments, and generating a complete markdown tutorial. /comment-code-generate-a-tutorial by github](https://skilld.dev/gh/github/awesome-copilot/comment-code-generate-a-tutorial)
- [

  **/commit-message-storyteller**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Analyzes git diffs or staged changes and generates narrative commit messages that explain WHY a change was made, not just what changed — following Conventional Commits format. Use when asked to "write a commit message", "generate a commit", "describe my changes", "what should I commit this as", "commit this", "summarize my diff", or "help me commit". Works with git diff output, staged files, or plain descriptions of changes. /commit-message-storyteller by github](https://skilld.dev/gh/github/awesome-copilot/commit-message-storyteller)
- [

  **/competitor-ad-intelligence**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Use this skill when the user asks to analyze, tear down, or reverse-engineer a competitor''s paid ads. Trigger for prompts like "what ads is \[competitor\] running", "tear down their ad strategy", "competitor ad analysis", "find ad angles we haven''t tried", or "reverse-engineer their paid funnel". Do not trigger for organic/SEO competitor research or website positioning analysis. /competitor-ad-intelligence by github](https://skilld.dev/gh/github/awesome-copilot/competitor-ad-intelligence)
- [

  **/containerize-aspnet-framework**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Containerize an ASP.NET .NET Framework project by creating Dockerfile and .dockerfile files customized for the project. /containerize-aspnet-framework by github](https://skilld.dev/gh/github/awesome-copilot/containerize-aspnet-framework)
- [

  **/containerize-aspnetcore**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Containerize an ASP.NET Core project by creating Dockerfile and .dockerfile files customized for the project. /containerize-aspnetcore by github](https://skilld.dev/gh/github/awesome-copilot/containerize-aspnetcore)
- [

  **/content-management-systems**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Workflow for building and modifying content management systems across WordPress, Shopify, Wix, Squarespace, Drupal, WooCommerce, Joomla, HubSpot CMS Hub, Webflow, Adobe Experience Manager, and similar platforms. Use when working on CMS themes, plugins, apps, modules, admin panels, media uploads, content models, editors, markdown pipelines, or static export workflows. /content-management-systems by github](https://skilld.dev/gh/github/awesome-copilot/content-management-systems)
- [

  **/context-map**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Generate a map of all files relevant to a task before making changes /context-map by github](https://skilld.dev/gh/github/awesome-copilot/context-map)
- [

  **/conventional-branch**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Create Git branches following the Conventional Branch specification (feature/, bugfix/, hotfix/, release/, chore/). Use when creating a new branch, naming a branch, or checking whether a branch name complies with the spec. /conventional-branch by github](https://skilld.dev/gh/github/awesome-copilot/conventional-branch)
- [

  **/conventional-commit**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Prompt and workflow for generating conventional commit messages using a structured XML format. Guides users to create standardized, descriptive commit messages in line with the Conventional Commits specification, including instructions, examples, and validation. /conventional-commit by github](https://skilld.dev/gh/github/awesome-copilot/conventional-commit)
- [

  **/convert-excel-to-md**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Converts Excel (.xlsx) workbooks into Markdown so their contents can be accurately analyzed, summarized, searched, or extracted from. Use this skill whenever the user shares, references, or asks about a .xlsx file — even if they don''t say "convert" or "markdown" explicitly. This includes requests to "read", "summarize", "review", "extract data from", "compare", "chart", or "analyze" a spreadsheet, workbook, budget, data export, or tracker. Always run the bundled conversion script to produce Markdown first; do not attempt to parse .xlsx content directly or write ad-hoc extraction code. Also use this skill for batch requests involving a whole folder of Excel workbooks. IMPORTANT: When the user references a folder or set of documents containing multiple file types (.pdf, .docx, .xlsx), invoke ALL three sibling skills — convert-pdf-to-md, convert-word-to-md, and convert-excel-to-md — so no file type is silently skipped. /convert-excel-to-md by github](https://skilld.dev/gh/github/awesome-copilot/convert-excel-to-md)
- [

  **/convert-pdf-to-md**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Converts PDF (.pdf) documents into Markdown so their contents can be accurately analyzed, summarized, searched, or extracted from. Use this skill whenever the user shares, references, or asks about a .pdf file — even if they don''t say "convert" or "markdown" explicitly. This includes requests to "read", "summarize", "review", "extract data from", "compare", or "analyze" a PDF report, paper, invoice, form, contract, or scanned document. Always run the bundled conversion script to produce Markdown first; do not attempt to parse PDF content directly or write ad-hoc extraction code. Also use this skill for batch requests involving a whole folder of PDF documents. IMPORTANT: When the user references a folder or set of documents containing multiple file types (.pdf, .docx, .xlsx), invoke ALL three sibling skills — convert-pdf-to-md, convert-word-to-md, and convert-excel-to-md — so no file type is silently skipped. /convert-pdf-to-md by github](https://skilld.dev/gh/github/awesome-copilot/convert-pdf-to-md)
- [

  **/convert-plaintext-to-md**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Convert a text-based document to markdown following instructions from prompt, or if a documented option is passed, follow the instructions for that option. /convert-plaintext-to-md by github](https://skilld.dev/gh/github/awesome-copilot/convert-plaintext-to-md)
- [

  **/convert-word-to-md**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Converts Word (.docx) documents into Markdown so their contents can be accurately analyzed, summarized, searched, or extracted from. Use this skill whenever the user shares, references, or asks about a .docx file — even if they don''t say "convert" or "markdown" explicitly. This includes requests to "read", "summarize", "review", "extract data from", "compare", or "analyze" a Word document, resume, report, contract, or proposal. Always run the bundled conversion script to produce Markdown first; do not attempt to parse .docx content directly or write ad-hoc conversion code. Also use this skill for batch requests involving a whole folder of Word documents. IMPORTANT: When the user references a folder or set of documents containing multiple file types (.pdf, .docx, .xlsx), invoke ALL three sibling skills — convert-pdf-to-md, convert-word-to-md, and convert-excel-to-md — so no file type is silently skipped. /convert-word-to-md by github](https://skilld.dev/gh/github/awesome-copilot/convert-word-to-md)
- [

  **/copilot-cli-quickstart**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Use this skill when someone wants to learn GitHub Copilot CLI from scratch. Offers interactive step-by-step tutorials with separate Developer and Non-Developer tracks, plus on-demand Q&A. Just say "start tutorial" or ask a question! Note: This skill targets GitHub Copilot CLI specifically and uses CLI-specific tools (ask\_user, sql, fetch\_copilot\_cli\_documentation). /copilot-cli-quickstart by github](https://skilld.dev/gh/github/awesome-copilot/copilot-cli-quickstart)
- [

  **/copilot-instructions-blueprint-generator**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Technology-agnostic blueprint generator for creating comprehensive copilot-instructions.md files that guide GitHub Copilot to produce code consistent with project standards, architecture patterns, and exact technology versions by analyzing existing codebase patterns and avoiding assumptions. /copilot-instructions-blueprint-generator by github](https://skilld.dev/gh/github/awesome-copilot/copilot-instructions-blueprint-generator)
- [

  **/copilot-pr-autopilot**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Copilot left 14 review comments on your PR — half are nits. Hours of fix → reply → resolve → re-request, and each round lands MORE comments. This skill runs loop engineering: auto-triggers Copilot Code Review via GraphQL (no @copilot mention), triages every open thread (Copilot, humans, advanced-security) with a fix / decline / escalate rubric, dispatches parallel fix sub-agents that obey the repo build/test/lint conventions, commits per iteration, replies+resolves citing the pushed SHA, then re-triggers until HEAD is reviewed with zero threads awaiting the agent''s reply (remaining open threads are explicit hand-offs to the human — escalated declines, design tradeoffs). You merge a clean PR; the bot runs it. Trigger phrases: "address copilot comments", "run a copilot review loop", "fix this PR", "iterate on copilot feedback". Repo-agnostic, gh CLI + PowerShell. Full autopilot needs repo Triage/Write; external PR authors get single-iteration mode plus manual re-trigger (UI 🔄 or substantive-commit push). /copilot-pr-autopilot by github](https://skilld.dev/gh/github/awesome-copilot/copilot-pr-autopilot)
- [

  **/copilot-sdk**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Build agentic applications with GitHub Copilot SDK. Use when embedding AI agents in apps, creating custom tools, implementing streaming responses, managing sessions, connecting to MCP servers, or creating custom agents. Triggers on Copilot SDK, GitHub SDK, agentic app, embed Copilot, programmable agent, MCP server, custom agent. /copilot-sdk by github](https://skilld.dev/gh/github/awesome-copilot/copilot-sdk)
- [

  **/copilot-spaces**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Use Copilot Spaces to provide project-specific context to conversations. Use this skill when users mention a "Copilot space", want to load context from a shared knowledge base, discover available spaces, or ask questions grounded in curated project documentation, code, and instructions. /copilot-spaces by github](https://skilld.dev/gh/github/awesome-copilot/copilot-spaces)
- [

  **/copilot-usage-metrics**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Retrieve and display GitHub Copilot usage metrics for organizations and enterprises using the GitHub CLI and REST API. /copilot-usage-metrics by github](https://skilld.dev/gh/github/awesome-copilot/copilot-usage-metrics)
- [

  **/cosmosdb-datamodeling**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Step-by-step guide for capturing key application requirements for NoSQL use-case and produce Azure Cosmos DB Data NoSQL Model design using best practices and common patterns, artifacts\_produced: "cosmosdb\_requirements.md" file and "cosmosdb\_data\_model.md" file /cosmosdb-datamodeling by github](https://skilld.dev/gh/github/awesome-copilot/cosmosdb-datamodeling)
- [

  **/create-agentsmd**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Prompt for generating an AGENTS.md file for a repository /create-agentsmd by github](https://skilld.dev/gh/github/awesome-copilot/create-agentsmd)
- [

  **/create-architectural-decision-record**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Create an Architectural Decision Record (ADR) document for AI-optimized decision documentation. /create-architectural-decision-record by github](https://skilld.dev/gh/github/awesome-copilot/create-architectural-decision-record)
- [

  **/create-canvas-extension**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Create or register a canvas extension in the awesome-copilot repository. Use when asked to scaffold a new canvas extension, create its plugin.json, add a reusable extension to one or more plugins, or migrate extension metadata. Extensions are reusable source under extensions/; shippable plugin manifests belong under plugins/. /create-canvas-extension by github](https://skilld.dev/gh/github/awesome-copilot/create-canvas-extension)
- [

  **/create-github-action-workflow-specification**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Create a formal specification for an existing GitHub Actions CI/CD workflow, optimized for AI consumption and workflow maintenance. /create-github-action-workflow-specification by github](https://skilld.dev/gh/github/awesome-copilot/create-github-action-workflow-specification)
- [

  **/create-github-issue-feature-from-specification**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Create GitHub Issue for feature request from specification file using feature\_request.yml template. /create-github-issue-feature-from-specification by github](https://skilld.dev/gh/github/awesome-copilot/create-github-issue-feature-from-specification)
- [

  **/create-github-issues-feature-from-implementation-plan**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Create GitHub Issues from implementation plan phases using feature\_request.yml or chore\_request.yml templates. /create-github-issues-feature-from-implementation-plan by github](https://skilld.dev/gh/github/awesome-copilot/create-github-issues-feature-from-implementation-plan)
- [

  **/create-github-issues-for-unmet-specification-requirements**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Create GitHub Issues for unimplemented requirements from specification files using feature\_request.yml template. /create-github-issues-for-unmet-specification-requirements by github](https://skilld.dev/gh/github/awesome-copilot/create-github-issues-for-unmet-specification-requirements)
- [

  **/create-implementation-plan**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Create a new implementation plan file for new features, refactoring existing code or upgrading packages, design, architecture or infrastructure. /create-implementation-plan by github](https://skilld.dev/gh/github/awesome-copilot/create-implementation-plan)
- [

  **/create-llms**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Create an llms.txt file from scratch based on repository structure following the llms.txt specification at https://llmstxt.org/ /create-llms by github](https://skilld.dev/gh/github/awesome-copilot/create-llms)
- [

  **/create-readme**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Create a README.md file for the project /create-readme by github](https://skilld.dev/gh/github/awesome-copilot/create-readme)
- [

  **/create-specification**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Create a new specification file for the solution, optimized for Generative AI consumption. /create-specification by github](https://skilld.dev/gh/github/awesome-copilot/create-specification)
- [

  **/create-spring-boot-java-project**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Create Spring Boot Java Project Skeleton /create-spring-boot-java-project by github](https://skilld.dev/gh/github/awesome-copilot/create-spring-boot-java-project)
- [

  **/create-spring-boot-kotlin-project**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Create Spring Boot Kotlin Project Skeleton /create-spring-boot-kotlin-project by github](https://skilld.dev/gh/github/awesome-copilot/create-spring-boot-kotlin-project)
- [

  **/create-technical-spike**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Create time-boxed technical spike documents for researching and resolving critical development decisions before implementation. /create-technical-spike by github](https://skilld.dev/gh/github/awesome-copilot/create-technical-spike)
- [

  **/create-tldr-page**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Create a tldr page from documentation URLs and command examples, requiring both URL and command name. /create-tldr-page by github](https://skilld.dev/gh/github/awesome-copilot/create-tldr-page)
- [

  **/creating-oracle-to-postgres-master-migration-plan**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Discovers all projects in a .NET solution, classifies each for Oracle-to-PostgreSQL migration eligibility, and produces a persistent master migration plan. Use when starting a multi-project Oracle-to-PostgreSQL migration, creating a migration inventory, or assessing which .NET projects contain Oracle dependencies. /creating-oracle-to-postgres-master-migration-plan by github](https://skilld.dev/gh/github/awesome-copilot/creating-oracle-to-postgres-master-migration-plan)
- [

  **/creating-oracle-to-postgres-migration-bug-report**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Creates structured bug reports for defects found during Oracle-to-PostgreSQL migration. Use when documenting behavioral differences between Oracle and PostgreSQL as actionable bug reports with severity, root cause, and remediation steps. /creating-oracle-to-postgres-migration-bug-report by github](https://skilld.dev/gh/github/awesome-copilot/creating-oracle-to-postgres-migration-bug-report)
- [

  **/creating-oracle-to-postgres-migration-integration-tests**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Creates integration test cases targeting Oracle for .NET data access artifacts. Tests capture Oracle expected behavior as the authoritative baseline; they are written once and later ported to PostgreSQL by migrating the test project in Phase 6. Use only during Phase 3, before any PostgreSQL migration work has begun. Do not invoke during Phase 6 or against a project that has already been migrated. /creating-oracle-to-postgres-migration-integration-tests by github](https://skilld.dev/gh/github/awesome-copilot/creating-oracle-to-postgres-migration-integration-tests)
- [

  **/csharp-async**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Get best practices for C# async programming /csharp-async by github](https://skilld.dev/gh/github/awesome-copilot/csharp-async)
- [

  **/csharp-docs**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Ensure that C# types are documented with XML comments and follow best practices for documentation. /csharp-docs by github](https://skilld.dev/gh/github/awesome-copilot/csharp-docs)
- [

  **/csharp-mcp-server-generator**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Generate a complete MCP server project in C# with tools, prompts, and proper configuration /csharp-mcp-server-generator by github](https://skilld.dev/gh/github/awesome-copilot/csharp-mcp-server-generator)
- [

  **/csharp-mstest**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Get best practices for MSTest 3.x/4.x unit testing, including modern assertion APIs and data-driven tests /csharp-mstest by github](https://skilld.dev/gh/github/awesome-copilot/csharp-mstest)
- [

  **/csharp-nunit**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Get best practices for NUnit unit testing, including data-driven tests /csharp-nunit by github](https://skilld.dev/gh/github/awesome-copilot/csharp-nunit)
- [

  **/csharp-tunit**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Get best practices for TUnit unit testing, including data-driven tests /csharp-tunit by github](https://skilld.dev/gh/github/awesome-copilot/csharp-tunit)
- [

  **/csharp-xunit**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Get best practices for XUnit unit testing, including data-driven tests /csharp-xunit by github](https://skilld.dev/gh/github/awesome-copilot/csharp-xunit)
- [

  **/d365-solution-blueprint**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Authors a Dynamics 365 Finance and Supply Chain Management Solution Blueprint from scratch through a structured, section-by-section architect interview, establishing scope, target operating model, application and data architecture, integration landscape, migration strategy, security model, ALM, testing, deployment, and support approach, with a decision log capturing rationale and rejected alternatives. Use when the user wants to create D365 implementation architecture documentation, start a D365 implementation, design the architecture, prepare a Solution Blueprint, or identify the architectural decisions the programme must make. Do not use for critique of an existing design; that is a review task rather than blueprint authoring. /d365-solution-blueprint by github](https://skilld.dev/gh/github/awesome-copilot/d365-solution-blueprint)
- [

  **/daily-focus-board**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Spin up a personal, motivating daily focus board that renders in a browser canvas and that the user drives by talking to their AI partner. Tasks track status (to-do → in progress → done) with timestamped progress notes and roll up into a "today''s momentum" feed; numeric-goal tasks (pages, pomodoros, reps) render as progress-bar counters. Executive-function / neurodivergent-friendly by design: Focus mode, kind "not today" carryover (no overdue-shaming), a brain-dump box, reduced-motion, and gentle deadline countdowns. Add, reorder, and relabel tasks live, assign Eisenhower priority (Do first / Schedule / Delegate / Later), open with an above/below-the-line check-in and a daily mantra, and save an end-of-day recap. Use when someone wants to plan their day, stay focused, kick off a work session, or track progress. Progress persists in the browser (localStorage). /daily-focus-board by github](https://skilld.dev/gh/github/awesome-copilot/daily-focus-board)
- [

  **/daily-prep**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Prepare for tomorrow''s meetings and tasks. Pulls calendar from Outlook via WorkIQ, cross-references open tasks and workspace context, classifies meetings, detects conflicts and day-fit issues, finds learning and deep-work slots, and generates a structured HTML prep file with productivity recommendations. /daily-prep by github](https://skilld.dev/gh/github/awesome-copilot/daily-prep)
- [

  **/data-breach-blast-radius**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Pre-breach impact analysis: inventories sensitive data (PII, PHI, PCI-DSS, credentials), traces data flows, scores exposure vectors, and produces a regulatory blast radius report with fine ranges sourced verbatim from GDPR Art. 83, CCPA § 1798.155(a), and HIPAA 45 CFR § 160.404. Cost benchmarks from IBM Cost of a Data Breach Report (annually updated). All citations in references/SOURCES.md for verification. Use when asked: "assess breach impact", "what data could be exposed", "calculate blast radius", "data exposure analysis", "how bad would a breach be", "quantify data risk", "sensitive data inventory", "data flow security audit", "pre-breach assessment", "worst-case breach scenario", "breach readiness", "data risk report", "/data-breach-blast-radius". For any stack handling user data, health records, or financial information. Output labels law-sourced figures (exact) vs heuristic estimates (planning only). Does not replace legal counsel. /data-breach-blast-radius by github](https://skilld.dev/gh/github/awesome-copilot/data-breach-blast-radius)
- [

  **/datanalysis-credit-risk**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Credit risk data cleaning and variable screening pipeline for pre-loan modeling. Use when working with raw credit data that needs quality assessment, missing value analysis, or variable selection before modeling. it covers data loading and formatting, abnormal period filtering, missing rate calculation, high-missing variable removal,low-IV variable filtering, high-PSI variable removal, Null Importance denoising, high-correlation variable removal, and cleaning report generation. Applicable scenarios arecredit risk data cleaning, variable screening, pre-loan modeling preprocessing. /datanalysis-credit-risk by github](https://skilld.dev/gh/github/awesome-copilot/datanalysis-credit-risk)
- [

  **/dataverse-python-advanced-patterns**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Generate production code for Dataverse SDK using advanced patterns, error handling, and optimization techniques. /dataverse-python-advanced-patterns by github](https://skilld.dev/gh/github/awesome-copilot/dataverse-python-advanced-patterns)
- [

  **/dataverse-python-production-code**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Generate production-ready Python code using Dataverse SDK with error handling, optimization, and best practices /dataverse-python-production-code by github](https://skilld.dev/gh/github/awesome-copilot/dataverse-python-production-code)
- [

  **/dataverse-python-quickstart**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Generate Python SDK setup + CRUD + bulk + paging snippets using official patterns. /dataverse-python-quickstart by github](https://skilld.dev/gh/github/awesome-copilot/dataverse-python-quickstart)
- [

  **/dataverse-python-usecase-builder**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Generate complete solutions for specific Dataverse SDK use cases with architecture recommendations /dataverse-python-usecase-builder by github](https://skilld.dev/gh/github/awesome-copilot/dataverse-python-usecase-builder)
- [

  **/debian-linux-triage**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Triage and resolve Debian Linux issues with apt, systemd, and AppArmor-aware guidance. /debian-linux-triage by github](https://skilld.dev/gh/github/awesome-copilot/debian-linux-triage)
- [

  **/debugging**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Diagnoses Qdrant production issues using metrics and observability tools. Use when someone reports 'optimizer stuck', 'indexing too slow', 'memory too high', 'OOM crash', 'queries are slow', 'latency spike', or 'search was fast now it's slow'. Also use when performance degrades without obvious config changes. /debugging by github](https://skilld.dev/gh/github/awesome-copilot/debugging)
- [

  **/declarative-agents**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Complete development kit for Microsoft 365 Copilot declarative agents with three comprehensive workflows (basic, advanced, validation), TypeSpec support, and Microsoft 365 Agents Toolkit integration /declarative-agents by github](https://skilld.dev/gh/github/awesome-copilot/declarative-agents)
- [

  **/dependabot**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Comprehensive guide for configuring and managing GitHub Dependabot. Use this skill when users ask about creating or optimizing dependabot.yml files, managing Dependabot pull requests, configuring dependency update strategies, setting up grouped updates, monorepo patterns, multi-ecosystem groups, security update configuration, auto-triage rules, or any GitHub Advanced Security (GHAS) supply chain security topic related to Dependabot. For pre-commit dependency vulnerability scanning in AI coding agents via the GitHub MCP Server, this skill references the Advanced Security plugin (\`advanced-security@copilot-plugins\`). Use this skill when an agent needs to scan dependencies for known vulnerabilities before committing. /dependabot by github](https://skilld.dev/gh/github/awesome-copilot/dependabot)
- [

  **/desk-journal**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Write, append, or read desk journal entries. The journal is persistent memory — what survives session boundaries. A good entry has: what was done, current state, next step. /desk-journal by github](https://skilld.dev/gh/github/awesome-copilot/desk-journal)
- [

  **/desk-open**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Create and open a new desk in the workshop. Sets up the folder structure, initial journal, and desk identity so the next session that sits down finds the trail. /desk-open by github](https://skilld.dev/gh/github/awesome-copilot/desk-open)
- [

  **/devops-rollout-plan**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Generate comprehensive rollout plans with preflight checks, step-by-step deployment, verification signals, rollback procedures, and communication plans for infrastructure and application changes /devops-rollout-plan by github](https://skilld.dev/gh/github/awesome-copilot/devops-rollout-plan)
- [

  **/diagnose**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Perform a systematic diagnostic scan of an AI workflow across 5 quality dimensions — prompt quality, context efficiency, tool health, architecture fitness, and safety — producing a scored report with prioritized remediation actions. /diagnose by github](https://skilld.dev/gh/github/awesome-copilot/diagnose)
- [

  **/diagnosis**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Diagnoses Qdrant search quality issues. Use when someone reports 'results are bad', 'wrong results', 'not relevant results', 'missing matches', 'recall is low', 'approximate search worse than exact', 'which embedding model', or 'quality dropped after quantization'. Also use when search quality degrades without obvious changes. /diagnosis by github](https://skilld.dev/gh/github/awesome-copilot/diagnosis)
- [

  **/doc-and-modernize**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Two related workflows for a locally-cloned codebase, in one skill. Documentation mode produces a single, comprehensive, verifiable architecture document primarily by reading files on disk (local-first) — use it whenever the user wants to understand, map, document, research, or onboard onto a codebase ("research this repo", "write up the architecture", "do an architecture deep dive", "document how this codebase works", "map the system design", "create an onboarding doc"). Modernization mode generates a phased plan to modernize, migrate, upgrade, or rewrite a legacy system ("modernize this", "plan the migration", "how would we rewrite this", "how do we get off this legacy stack"); if no architecture document exists yet it first runs Documentation mode, then continues straight through to the plan. It assumes the legacy stack may be dead, runs a time-boxed feasibility spike, and picks the highest achievable rung on a safety ladder instead of demanding a fully-green legacy CI gate up front. /doc-and-modernize by github](https://skilld.dev/gh/github/awesome-copilot/doc-and-modernize)
- [

  **/docs-sync-audit**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Run a read-only documentation drift audit for a feature, PR, branch, release, API, configuration change, workflow, CLI, package, or repository area. Use when the user asks whether docs are stale, missing, inconsistent with code, or need updates after code changes. Checks README files, setup guides, API docs, env docs, changelogs, examples, comments, generated docs, and user-facing instructions. This is not a general code review; it compares what the docs claim against what the code does. /docs-sync-audit by github](https://skilld.dev/gh/github/awesome-copilot/docs-sync-audit)
- [

  **/documentation-writer**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Diátaxis Documentation Expert. An expert technical writer specializing in creating high-quality software documentation, guided by the principles and structure of the Diátaxis technical documentation authoring framework. /documentation-writer by github](https://skilld.dev/gh/github/awesome-copilot/documentation-writer)
- [

  **/dotnet-best-practices**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Ensure .NET/C# code meets best practices for the solution/project. /dotnet-best-practices by github](https://skilld.dev/gh/github/awesome-copilot/dotnet-best-practices)
- [

  **/dotnet-design-pattern-review**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Review the C#/.NET code for design pattern implementation and suggest improvements. /dotnet-design-pattern-review by github](https://skilld.dev/gh/github/awesome-copilot/dotnet-design-pattern-review)
- [

  **/dotnet-mcp-builder**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Build Model Context Protocol (MCP) servers in C#/.NET against the current ModelContextProtocol 2.x NuGet packages. Helps with cases the model gets wrong without guidance — stale versions (0.x preview or 1.x-era defaults), the v2 stateless-by-default HTTP flip, the 2026-07-28 spec deprecations (roots/sampling/logging), MCP Apps and Tasks extension packages, elicitation URL mode, per-session HTTP wiring, OAuth and reverse-proxy deploy specifics, and debugging MapMcp / STDIO / Streamable-HTTP errors. Also covers STDIO and Streamable HTTP transports (SSE is deprecated), tools, prompts, resources, completions, and a basic .NET MCP client. Trigger when the user says or implies any .NET MCP server work: ModelContextProtocol, McpServerTool, MapMcp, WithStdioServerTransport, "MCP server in C#", "MCP tool in dotnet", "expose this as MCP", or names a primitive (prompt/resource/elicitation/MCP App) in a .NET context. Skip for MCP work in other languages. /dotnet-mcp-builder by github](https://skilld.dev/gh/github/awesome-copilot/dotnet-mcp-builder)
- [

  **/dotnet-timezone**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  .NET timezone handling guidance for C# applications. Use when working with TimeZoneInfo, DateTimeOffset, NodaTime, UTC conversion, daylight saving time, scheduling across timezones, cross-platform Windows/IANA timezone IDs, or when a .NET user needs the timezone for a city, address, region, or country and copy-paste-ready C# code. /dotnet-timezone by github](https://skilld.dev/gh/github/awesome-copilot/dotnet-timezone)
- [

  **/dotnet-upgrade**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Ready-to-use prompts for comprehensive .NET framework upgrade analysis and execution /dotnet-upgrade by github](https://skilld.dev/gh/github/awesome-copilot/dotnet-upgrade)
- [

  **/doublecheck**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Three-layer verification pipeline for AI output. Extracts verifiable claims, finds supporting or contradicting sources via web search, runs adversarial review for hallucination patterns, and produces a structured verification report with source links for human review. /doublecheck by github](https://skilld.dev/gh/github/awesome-copilot/doublecheck)
- [

  **/draw-io-diagram-generator**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Use when creating, editing, or generating draw.io diagram files (.drawio, .drawio.svg, .drawio.png). Covers mxGraph XML authoring, shape libraries, style strings, flowcharts, system architecture, sequence diagrams, ER diagrams, UML class diagrams, network topology, layout strategy, the hediet.vscode-drawio VS Code extension, and the full agent workflow from request to a ready-to-open file. /draw-io-diagram-generator by github](https://skilld.dev/gh/github/awesome-copilot/draw-io-diagram-generator)
- [

  **/drawio**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Generate draw.io diagrams as .drawio files and export to PNG/SVG/PDF with embedded XML /drawio by github](https://skilld.dev/gh/github/awesome-copilot/drawio)
- [

  **/editorconfig**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Generates a comprehensive and best-practice-oriented .editorconfig file based on project analysis and user preferences. /editorconfig by github](https://skilld.dev/gh/github/awesome-copilot/editorconfig)
- [

  **/ef-core**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Get best practices for Entity Framework Core /ef-core by github](https://skilld.dev/gh/github/awesome-copilot/ef-core)
- [

  **/efcore-d2-db-diagram**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Generate D2 database diagrams from Entity Framework Core models. USE FOR: EF Core database diagram, Entity Framework Core ERD, DbContext diagram, C# entity relationship diagram, PostgreSQL schema visualization, generate .d2 file from EF Core entities, Fluent API mapping diagram, migrations-based database diagram, table relationships, owned types, many-to-many join tables, indexes and constraints. DO NOT USE FOR: runtime debugging, database migration execution, schema deployment, SQL performance tuning, or draw.io diagrams. /efcore-d2-db-diagram by github](https://skilld.dev/gh/github/awesome-copilot/efcore-d2-db-diagram)
- [

  **/em-dash**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Expert on the history, origin, and correct use of the em dash. Use when writing or reviewing code, comments, or data files to avoid em and en dashes, defaulting to never using them and replacing any found with a hyphen (-). Includes strong knowledge of punctuation marks and the proper usage of punctuation characters when writing comments. /em-dash by github](https://skilld.dev/gh/github/awesome-copilot/em-dash)
- [

  **/email-drafter**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Draft and review professional emails that match your personal writing style. Analyzes your sent emails for tone, greeting, structure, and sign-off patterns via WorkIQ, then generates context-aware drafts for any recipient. USE FOR: draft email, write email, compose email, reply email, follow-up email, analyze email tone, email style. /email-drafter by github](https://skilld.dev/gh/github/awesome-copilot/email-drafter)
- [

  **/entra-agent-user**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Create Agent Users in Microsoft Entra ID from Agent Identities, enabling AI agents to act as digital workers with user identity capabilities in Microsoft 365 and Azure environments. /entra-agent-user by github](https://skilld.dev/gh/github/awesome-copilot/entra-agent-user)
- [

  **/eval-driven-dev**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Improve AI application with evaluation-driven development. Define eval criteria, instrument the application, build golden datasets, observe and evaluate application runs, analyze results, and produce a concrete action plan for improvements. ALWAYS USE THIS SKILL when the user asks to set up QA, add tests, add evals, evaluate, benchmark, fix wrong behaviors, improve quality, or do quality assurance for any Python project that calls an LLM model. /eval-driven-dev by github](https://skilld.dev/gh/github/awesome-copilot/eval-driven-dev)
- [

  **/exam-ready**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Activate this skill when a student provides study material (PDF or pasted notes) and a syllabus, and wants to prepare for an exam. Extracts key definitions, points, keywords, diagrams, exam-ready sentences, and practice questions strictly from the provided material. /exam-ready by github](https://skilld.dev/gh/github/awesome-copilot/exam-ready)
- [

  **/excalidraw-diagram-generator**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Generate Excalidraw diagrams from natural language descriptions. Use when asked to "create a diagram", "make a flowchart", "visualize a process", "draw a system architecture", "create a mind map", or "generate an Excalidraw file". Supports flowcharts, relationship diagrams, mind maps, and system architecture diagrams. Outputs .excalidraw JSON files that can be opened directly in Excalidraw. /excalidraw-diagram-generator by github](https://skilld.dev/gh/github/awesome-copilot/excalidraw-diagram-generator)

## Related tags

- [Documentation 24](https://skilld.dev/skills/tag/documentation)
- [Testing 23](https://skilld.dev/skills/tag/testing)