- Tiny SteppingIncremental development workflow that makes the smallest meaningful change per step and pauses for feedback, so the direction gets validated early before continuing. Use for careful, iterative implementation with continuous validation.github/awesome-copilot36,147
- Tldr PromptCreate tldr summaries for GitHub Copilot files (prompts, agents, instructions, collections), MCP servers, or documentation from URLs and queries.github/awesome-copilot36,147
- Transloadit Media ProcessingProcess media files (video, audio, images, documents) using Transloadit. Use when asked to encode video to HLS/MP4, generate thumbnails, resize or watermark images, extract audio, concatenate clips, add subtitles, OCR documents, or run any media processing pipeline. Covers 86+ processing robots for file transformation at scale.github/awesome-copilot36,147
- Typescript Mcp Server GeneratorGenerate a complete MCP server project in TypeScript with tools, resources, and proper configurationgithub/awesome-copilot36,147
- Typespec Api OperationsAdd GET, POST, PATCH, and DELETE operations to a TypeSpec API plugin with proper routing, parameters, and adaptive cardsgithub/awesome-copilot36,147
- Typespec Create AgentGenerate a complete TypeSpec declarative agent with instructions, capabilities, and conversation starters for Microsoft 365 Copilotgithub/awesome-copilot36,147
- Typespec Create Api PluginGenerate a TypeSpec API plugin with REST operations, authentication, and Adaptive Cards for Microsoft 365 Copilotgithub/awesome-copilot36,147
- Ui ScreenshotsCapture screenshots of web apps during development using Playwright and PIL. Supports full-page captures, interactive states, and an iterate-on-crop workflow that avoids slow re-screenshots.github/awesome-copilot36,147
- Unit Test Vue PiniaWrite and review unit tests for Vue 3 + TypeScript + Vitest + Pinia codebases. Use when creating or updating tests for components, composables, and stores; mocking Pinia with createTestingPinia; applying Vue Test Utils patterns; and enforcing black-box assertions over implementation details.github/awesome-copilot36,147
- Update Avm Modules In BicepUpdate Azure Verified Modules (AVM) to latest versions in Bicep files.github/awesome-copilot36,147
- Update Implementation PlanUpdate an existing implementation plan file with new or update requirements to provide new features, refactoring existing code or upgrading packages, design, architecture or infrastructure.github/awesome-copilot36,147
- Update LlmsUpdate the llms.txt file in the root folder to reflect changes in documentation or specifications following the llms.txt specification at https://llmstxt.org/github/awesome-copilot36,147
- Update Markdown File IndexUpdate a markdown file section with an index/table of files from a specified folder.github/awesome-copilot36,147
- Update SpecificationUpdate an existing specification file for the solution, optimized for Generative AI consumption based on new requirements or updates to any existing code.github/awesome-copilot36,147
- Vardoger AnalyzeUse when the user asks to personalize the GitHub Copilot CLI assistant, adapt Copilot to their style, use vardoger, or analyze their Copilot CLI conversation history. Reads the local session directory at `~/.copilot/session-state/`, extracts recurring preferences and conventions, and writes a fenced personalization block into `~/.copilot/copilot-instructions.md`. Runs entirely on the user's machine via the local `vardoger` CLI (`pipx install vardoger`); no network calls and no uploads. Triggers:github/awesome-copilot36,147
- Vscode Ext CommandsGuidelines for contributing commands in VS Code extensions. Indicates naming convention, visibility, localization and other relevant attributes, following VS Code extension development guidelines, libraries and good practicesgithub/awesome-copilot36,147
- Vscode Ext LocalizationGuidelines for proper localization of VS Code extensions, following VS Code extension development guidelines, libraries and good practicesgithub/awesome-copilot36,147
- Web Design ReviewerThis skill enables visual inspection of websites running locally or remotely to identify and fix design issues. Triggers on requests like "review website design", "check the UI", "fix the layout", "find design problems". Detects issues with responsive design, accessibility, visual consistency, and layout breakage, then performs fixes at the source code level.github/awesome-copilot36,147
- Webapp TestingToolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.github/awesome-copilot36,147
- What Context NeededAsk Copilot what files it needs to see before answering a questiongithub/awesome-copilot36,147
- Winmd Api SearchFind and explore Windows desktop APIs. Use when building features that need platform capabilities — camera, file access, notifications, UI controls, AI/ML, sensors, networking, etc. Discovers the right API for a task and retrieves full type details (methods, properties, events, enumeration values).github/awesome-copilot36,147
- Winui3 Migration GuideUWP-to-WinUI 3 migration reference. Maps legacy UWP APIs to correct Windows App SDK equivalents with before/after code snippets. Covers namespace changes, threading (CoreDispatcher to DispatcherQueue), windowing (CoreWindow to AppWindow), dialogs, pickers, sharing, printing, background tasks, and the most common Copilot code generation mistakes.github/awesome-copilot36,147
- Workiq CopilotGuides the Copilot CLI on how to use the WorkIQ CLI/MCP server to query Microsoft 365 Copilot data (emails, meetings, docs, Teams, people) for live context, summaries, and recommendations.github/awesome-copilot36,147
- Write Coding Standards From FileWrite a coding standards document for a project using the coding styles from the file(s) and/or folder(s) passed as arguments in the prompt.github/awesome-copilot36,147
- X Twitter ScraperBuild GitHub Copilot workflows with Xquik X API SDKs, REST endpoints, MCP tools, TweetClaw OpenClaw plugin installs, signed webhooks, tweet search, user lookup, follower exports, media actions, and agent automation.github/awesome-copilot36,147
- Java Coding SkillUse this skill whenever editing `*.java` files in the `java/` directore of the SDK in order to write idiomatic, well-structured Java code for the Copilot SDKgithub/copilot-sdk9,480
- New Java E2e Test Yaml And TestUse this skill when creating a new Java E2E integration test (failsafe IT) that requires a new replay proxy YAML snapshot file in test/snapshots/github/copilot-sdk9,480
- Rust Coding SkillUse this skill whenever editing `*.rs` files in the `rust/` SDK in order to write idiomatic, efficient, well-structured Rust codegithub/copilot-sdk9,480
- Agentic Workflow DesignerConversational skill that interviews users to design new agentic workflowsgithub/gh-aw4,715
- Agentic WorkflowsRoute gh-aw workflow design/create/debug/upgrade requests to the right prompts.github/gh-aw4,715
- Awf Release IntegratorUpgrade gh-aw to latest gh-aw-firewall release and identify follow-up spec tasks.github/gh-aw4,715
- Checkout Credential ReviewReview code that performs git or gh operations against repository checkouts in gh-aw, checking that the right credentials are available at the right time and that sparseness, shallowness and credential-free factors are properly considered.github/gh-aw4,715
- Console RenderingUse Go struct tags to render styled terminal output in gh-aw.github/gh-aw4,715
- Copilot ReviewTeach Copilot how to plan, address, and respond to pull request review feedback.github/gh-aw4,715
- Create CanvasAuthor, validate, and debug canvas extensions that the agent can open in the GitHub Copilot app's side panel. Use when creating, reviewing, or troubleshooting a canvas extension — including its actions, inputs, rendered content, and the surrounding extension wiring (tools, hooks, lifecycle).github/gh-aw4,715
- Custom AgentsDefine and validate GitHub custom agent files, prompts, and examples.github/gh-aw4,715
- Debugging WorkflowsDebug gh-aw workflows using run logs, audits, and failure triage.github/gh-aw4,715
- DeveloperCore developer rules and coding conventions for gh-aw changes.github/gh-aw4,715
- DocumentationWrite concise Diataxis docs for gh-aw with Starlight markdown conventions.github/gh-aw4,715
- Error MessagesWrite consistent, actionable validation error messages in gh-aw.github/gh-aw4,715
- Error Pattern SafetyApply safe error-pattern matching rules for agentic engines.github/gh-aw4,715
- Error Recovery PatternsDesign gh-aw error handling, retry, recovery, and debugging flows.github/gh-aw4,715
- Gh Agent SessionUse gh agent-session commands to inspect and manage agent sessions.github/gh-aw4,715
- Gh Agent TaskUse gh agent-task commands to create, run, and monitor agent tasks.github/gh-aw4,715
- Github Copilot Agent Tips And TricksPractical tips for reviewing and improving Copilot agent PRs.github/gh-aw4,715
- Github Discussion QueryQuery GitHub discussions with jq filtering and reusable selectors.github/gh-aw4,715
- Github Issue QueryQuery GitHub issues with jq filtering and reusable selectors.github/gh-aw4,715
- Github Labels QueryList GitHub repository labels with per_page pagination support.github/gh-aw4,715
- Github Mcp ServerReference for GitHub MCP server tools, methods, and usage patterns.github/gh-aw4,715
- Github Pr QueryQuery GitHub pull requests with jq filtering and reusable selectors.github/gh-aw4,715
- Github ScriptWrite robust JavaScript for GitHub Actions github-script steps.github/gh-aw4,715
- Github Workflows QueryList GitHub Actions workflows with per_page pagination support.github/gh-aw4,715
- Go CodemodImplement and test Go codemods for the gh aw fix command.github/gh-aw4,715
- Go LintersAdd and validate custom Go analysis linters in gh-aw.github/gh-aw4,715
- Http Mcp HeadersImplement secret-safe HTTP headers for MCP transport in gh-aw.github/gh-aw4,715
- Javascript RefactoringSplit large JavaScript files into maintainable modules safely.github/gh-aw4,715
- JqschemaInfer JSON structure and types with jq-based schema discovery.github/gh-aw4,715
- MessagesAdd new safe-output message types and wire validation/rendering.github/gh-aw4,715
- Optimize Agentic WorkflowAnalyze and reduce token consumption in agentic workflows — guardrail-specific entry points, measurement, and optimization techniques.github/gh-aw4,715
- Otel QueriesAnalyze gh-aw OpenTelemetry traces from JSONL mirrors or OTLP backends.github/gh-aw4,715