- Centos Linux TriageTriage and resolve CentOS issues using RHEL-compatible tooling, SELinux-aware practices, and firewalld.github/awesome-copilot36,147
- Chrome DevtoolsExpert-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.github/awesome-copilot36,147
- Cli MasteryInteractive 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.github/awesome-copilot36,147
- Cloud Design PatternsCloud 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.github/awesome-copilot36,147
- Code Exemplars Blueprint GeneratorTechnology-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.github/awesome-copilot36,147
- Code TourUse 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, bugithub/awesome-copilot36,147
- CodeqlComprehensive 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.github/awesome-copilot36,147
- Comment Code Generate A TutorialTransform this Python script into a polished, beginner-friendly project by refactoring the code, adding clear instructional comments, and generating a complete markdown tutorial.github/awesome-copilot36,147
- Commit Message StorytellerAnalyzes 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.github/awesome-copilot36,147
- Containerize Aspnet FrameworkContainerize an ASP.NET .NET Framework project by creating Dockerfile and .dockerfile files customized for the project.github/awesome-copilot36,147
- Containerize AspnetcoreContainerize an ASP.NET Core project by creating Dockerfile and .dockerfile files customized for the project.github/awesome-copilot36,147
- Content Management SystemsWorkflow 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.github/awesome-copilot36,147
- Context MapGenerate a map of all files relevant to a task before making changesgithub/awesome-copilot36,147
- Conventional BranchCreate 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.github/awesome-copilot36,147
- Conventional CommitPrompt 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.github/awesome-copilot36,147
- Convert Plaintext To MdConvert a text-based document to markdown following instructions from prompt, or if a documented option is passed, follow the instructions for that option.github/awesome-copilot36,147
- Copilot Cli QuickstartUse 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).github/awesome-copilot36,147
- Copilot Instructions Blueprint GeneratorTechnology-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.github/awesome-copilot36,147
- Copilot Pr AutopilotCopilot 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 regithub/awesome-copilot36,147
- Copilot SdkBuild 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.github/awesome-copilot36,147
- Copilot SpacesUse 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.github/awesome-copilot36,147
- Copilot Usage MetricsRetrieve and display GitHub Copilot usage metrics for organizations and enterprises using the GitHub CLI and REST API.github/awesome-copilot36,147
- Cosmosdb DatamodelingStep-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" filegithub/awesome-copilot36,147
- Create AgentsmdPrompt for generating an AGENTS.md file for a repositorygithub/awesome-copilot36,147
- Create Architectural Decision RecordCreate an Architectural Decision Record (ADR) document for AI-optimized decision documentation.github/awesome-copilot36,147
- Create Github Action Workflow SpecificationCreate a formal specification for an existing GitHub Actions CI/CD workflow, optimized for AI consumption and workflow maintenance.github/awesome-copilot36,147
- Create Github Issue Feature From SpecificationCreate GitHub Issue for feature request from specification file using feature_request.yml template.github/awesome-copilot36,147
- Create Github Issues Feature From Implementation PlanCreate GitHub Issues from implementation plan phases using feature_request.yml or chore_request.yml templates.github/awesome-copilot36,147
- Create Github Issues For Unmet Specification RequirementsCreate GitHub Issues for unimplemented requirements from specification files using feature_request.yml template.github/awesome-copilot36,147
- Create Implementation PlanCreate a new implementation plan file for new features, refactoring existing code or upgrading packages, design, architecture or infrastructure.github/awesome-copilot36,147
- Create LlmsCreate an llms.txt file from scratch based on repository structure following the llms.txt specification at https://llmstxt.org/github/awesome-copilot36,147
- Create ReadmeCreate a README.md file for the projectgithub/awesome-copilot36,147
- Create SpecificationCreate a new specification file for the solution, optimized for Generative AI consumption.github/awesome-copilot36,147
- Create Spring Boot Java ProjectCreate Spring Boot Java Project Skeletongithub/awesome-copilot36,147
- Create Spring Boot Kotlin ProjectCreate Spring Boot Kotlin Project Skeletongithub/awesome-copilot36,147
- Create Technical SpikeCreate time-boxed technical spike documents for researching and resolving critical development decisions before implementation.github/awesome-copilot36,147
- Create Tldr PageCreate a tldr page from documentation URLs and command examples, requiring both URL and command name.github/awesome-copilot36,147
- Creating Oracle To Postgres Master Migration PlanDiscovers 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.github/awesome-copilot36,147
- Creating Oracle To Postgres Migration Bug ReportCreates 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.github/awesome-copilot36,147
- Creating Oracle To Postgres Migration Integration TestsCreates integration test cases for .NET data access artifacts during Oracle-to-PostgreSQL database migrations. Generates DB-agnostic xUnit tests with deterministic seed data that validate behavior consistency across both database systems. Use when creating integration tests for a migrated project, generating test coverage for data access layers, or writing Oracle-to-PostgreSQL migration validation tests.github/awesome-copilot36,147
- Csharp AsyncGet best practices for C# async programminggithub/awesome-copilot36,147
- Csharp DocsEnsure that C# types are documented with XML comments and follow best practices for documentation.github/awesome-copilot36,147
- Csharp MstestGet best practices for MSTest 3.x/4.x unit testing, including modern assertion APIs and data-driven testsgithub/awesome-copilot36,147
- Csharp NunitGet best practices for NUnit unit testing, including data-driven testsgithub/awesome-copilot36,147
- Csharp TunitGet best practices for TUnit unit testing, including data-driven testsgithub/awesome-copilot36,147
- Csharp XunitGet best practices for XUnit unit testing, including data-driven testsgithub/awesome-copilot36,147
- Daily PrepPrepare 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.github/awesome-copilot36,147
- Data Breach Blast RadiusPre-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 ragithub/awesome-copilot36,147
- Datanalysis Credit RiskCredit 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 scenagithub/awesome-copilot36,147
- Dataverse Python Advanced PatternsGenerate production code for Dataverse SDK using advanced patterns, error handling, and optimization techniques.github/awesome-copilot36,147
- Dataverse Python Production CodeGenerate production-ready Python code using Dataverse SDK with error handling, optimization, and best practicesgithub/awesome-copilot36,147
- Dataverse Python QuickstartGenerate Python SDK setup + CRUD + bulk + paging snippets using official patterns.github/awesome-copilot36,147
- Dataverse Python Usecase BuilderGenerate complete solutions for specific Dataverse SDK use cases with architecture recommendationsgithub/awesome-copilot36,147
- Debian Linux TriageTriage and resolve Debian Linux issues with apt, systemd, and AppArmor-aware guidance.github/awesome-copilot36,147
- Declarative AgentsComplete development kit for Microsoft 365 Copilot declarative agents with three comprehensive workflows (basic, advanced, validation), TypeSpec support, and Microsoft 365 Agents Toolkit integrationgithub/awesome-copilot36,147
- DependabotComprehensive 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 agithub/awesome-copilot36,147
- Devops Rollout PlanGenerate comprehensive rollout plans with preflight checks, step-by-step deployment, verification signals, rollback procedures, and communication plans for infrastructure and application changesgithub/awesome-copilot36,147
- DiagnosePerform 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.github/awesome-copilot36,147
- Documentation WriterDiá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.github/awesome-copilot36,147
- Dotnet Best PracticesEnsure .NET/C# code meets best practices for the solution/project.github/awesome-copilot36,147