Directory / library

Every skill,
out in the open.

1,024 skills indexed

Every entry names its source repo and pinned content SHA.

241

github / awesome-copilot

codeql

updated 1d ago36.5K0

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.

242

github / awesome-copilot

comment-code-generate-a-tutorial

updated 1d ago36.5K0

Transform this Python script into a polished, beginner-friendly project by refactoring the code, adding clear instructional comments, and generating a complete markdown tutorial.

243

github / awesome-copilot

commit-message-storyteller

updated 1d ago36.5K0

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.

244

github / awesome-copilot

containerize-aspnet-framework

updated 1d ago36.5K0

Containerize an ASP.NET .NET Framework project by creating Dockerfile and .dockerfile files customized for the project.

245

github / awesome-copilot

containerize-aspnetcore

updated 1d ago36.5K0

Containerize an ASP.NET Core project by creating Dockerfile and .dockerfile files customized for the project.

246

github / awesome-copilot

content-management-systems

updated 1d ago36.5K0

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.

247

github / awesome-copilot

context-map

updated 1d ago36.5K0

Generate a map of all files relevant to a task before making changes

248

github / awesome-copilot

conventional-branch

updated 1d ago36.5K0

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.

249

github / awesome-copilot

conventional-commit

updated 1d ago36.5K0

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.

250

github / awesome-copilot

convert-plaintext-to-md

updated 1d ago36.5K0

Convert a text-based document to markdown following instructions from prompt, or if a documented option is passed, follow the instructions for that option.

251

github / awesome-copilot

copilot-cli-quickstart

updated 1d ago36.5K0

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

252
updated 1d ago36.5K0

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.

253

github / awesome-copilot

copilot-pr-autopilot

updated 1d ago36.5K0

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

254

github / awesome-copilot

copilot-sdk

updated 1d ago36.5K0

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.

255

github / awesome-copilot

copilot-spaces

updated 1d ago36.5K0

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.

256

github / awesome-copilot

copilot-usage-metrics

updated 1d ago36.5K0

Retrieve and display GitHub Copilot usage metrics for organizations and enterprises using the GitHub CLI and REST API.

257

github / awesome-copilot

cosmosdb-datamodeling

updated 1d ago36.5K0

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

258

github / awesome-copilot

create-agentsmd

updated 1d ago36.5K0

Prompt for generating an AGENTS.md file for a repository

259

github / awesome-copilot

create-architectural-decision-record

updated 1d ago36.5K0

Create an Architectural Decision Record (ADR) document for AI-optimized decision documentation.

260
updated 1d ago36.5K0

Create a formal specification for an existing GitHub Actions CI/CD workflow, optimized for AI consumption and workflow maintenance.

261
updated 1d ago36.5K0

Create GitHub Issue for feature request from specification file using feature_request.yml template.

262
updated 1d ago36.5K0

Create GitHub Issues from implementation plan phases using feature_request.yml or chore_request.yml templates.

263
updated 1d ago36.5K0

Create GitHub Issues for unimplemented requirements from specification files using feature_request.yml template.

264

github / awesome-copilot

create-implementation-plan

updated 1d ago36.5K0

Create a new implementation plan file for new features, refactoring existing code or upgrading packages, design, architecture or infrastructure.