- Playwright CliAutomate browser interactions, test web pages and work with Playwright tests.github/gh-aw4,715
- Pr FinisherPrepare an open pull request for merge from a GitHub Copilot cloud agent. Drives Reviews, local validation, and Mergeable to a ready state. Does not merge, and cannot trigger CI.github/gh-aw4,715
- Pr To Go LinterGenerate a new pkg/linters analyzer from a merged or open PR pattern.github/gh-aw4,715
- Prompt Token EfficiencyRewrite prompts for minimal tokens, maximal clarity, and low ambiguity for LLM consumption.github/gh-aw4,715
- ReportingFormat reports with HTML details/summary blocks for readable output.github/gh-aw4,715
- Sergo ExamplesOptional Sergo examples for cache formats and reporting templates.github/gh-aw4,715
- Skillz IntegrationRun and integrate Skillz MCP server with Docker for skill execution.github/gh-aw4,715
- Ssl Skill NormalizerNormalize SKILL.md artifacts into Scheduling-Structural-Logical (SSL) JSON representations using a conservative multi-pass extraction pipeline.github/gh-aw4,715
- Temporary Id Safe OutputAdd temporary ID support to safe-output jobs end to end.github/gh-aw4,715
- Workflow Step SummariesWrite clear GitHub Actions step summaries with progressive disclosure.github/gh-aw4,715
- Code ChecklistTeam code quality checklist - use for checking Python code quality, bugs, security issues, and best practicesgithub/copilot-cli-for-beginners2,710
- Code ChecklistTeam code quality checklist - use for checking Python code quality, bugs, security issues, and best practicesgithub/copilot-cli-for-beginners2,710
- Commit MessageGenerate conventional commit messages - use when creating commits, writing commit messages, or asking for git commit helpgithub/copilot-cli-for-beginners2,710
- Commit MessageGenerate conventional commit messages - use when creating commits, writing commit messages, or asking for git commit helpgithub/copilot-cli-for-beginners2,710
- Pytest GenGenerate comprehensive pytest tests - use when generating tests, creating test suites, or testing Python codegithub/copilot-cli-for-beginners2,710
- Pytest GenGenerate comprehensive pytest tests - use when generating tests, creating test suites, or testing Python codegithub/copilot-cli-for-beginners2,710
- Gh StackManage stacked branches and pull requests with the gh-stack GitHub CLI extension. Use when the user wants to create, push, rebase, sync, navigate, or view stacks of dependent PRs. Triggers on tasks involving stacked diffs, dependent pull requests, branch chains, or incremental code review workflows.github/gh-stack506
- Spark App TemplateComprehensive guidance for building web apps with opinionated defaults for tech stack, design system, and code standards. Use when user wants to create a new web application, dashboard, or interactive interface. Provides tech choices, styling guidance, project structure, and design philosophy to get users up and running quickly with a fully functional, beautiful web app.github/copilot-plugins310
- Agentic WorkflowsRoute gh-aw workflow design/create/debug/upgrade requests to the right prompts.github/gh-aw-mcpg142
- Update DepsKeep dependencies up-to-date. Discovers outdated deps via dependabot alerts/PRs, creates one PR per ecosystem, iterates until CI is green, then assigns for review.github/rust-gems110
- Agentic WorkflowsRoute gh-aw workflow design/create/debug/upgrade requests to the right prompts.github/gh-aw-firewall104
- Awf Debug ToolsPractical Python scripts for debugging awf - parse logs, diagnose issues, inspect containers, test domainsgithub/gh-aw-firewall104
- Awf SkillUse the AWF (Agentic Workflow Firewall) to run commands with network isolation and domain whitelisting. Provides L7 HTTP/HTTPS egress control for AI agents.github/gh-aw-firewall104
- Debug FirewallDebug the AWF firewall by inspecting Docker containers (awf-squid, awf-agent), analyzing Squid access logs, checking iptables rules, and troubleshooting blocked domains or network issues.github/gh-aw-firewall104
- Debugging WorkflowsDebug GitHub Actions workflows by downloading logs, analyzing summaries, and understanding how agentic workflows and the AWF firewall work together.github/gh-aw-firewall104
- Pr FinisherPrepare an open pull request for merge from a GitHub Copilot cloud agent. Drives Reviews, local validation, and Mergeable to a ready state. Does not merge, and cannot trigger CI.github/gh-aw-firewall104
- Recompile WorkflowsRegenerate and post-process all agentic workflows. Use when gh-aw is updated, workflow .md files change, or when asked to recompile/regenerate workflows.github/gh-aw-firewall104
- Documentation CoverageAssess whether the documentation in src/site/markdown/ adequately covers the Java SDK functionality.github/copilot-sdk-java64
- ActionlintInstall, run, and fix errors from actionlint — the GitHub Actions workflow linter. Load when validating `.github/workflows/*.yml` files after migration or generation.github/actions-migrations-via-copilot63
- Azure Devops MigrationAzure DevOps migration to GitHub Actions — syntax mappings and the migration report template for YAML pipelines, templates, variable groups, service connections, deployment jobs, stages, conditional logic. Load with `migration-core` when migrating Azure DevOps sources to GitHub Actions.github/actions-migrations-via-copilot63
- Bamboo MigrationBamboo migration to GitHub Actions — syntax mappings and the migration report template for Build plans, deployment projects, tasks, requirements, variables, plan branches. Load with `migration-core` when migrating Bamboo sources to GitHub Actions.github/actions-migrations-via-copilot63
- Bitbucket MigrationBitbucket Pipelines migration to GitHub Actions — syntax mappings and the migration report template for Pipelines, Pipes, parallel steps, branch/pull-request workflows, deployments, variables. Load with `migration-core` when migrating Bitbucket Pipelines sources to GitHub Actions.github/actions-migrations-via-copilot63
- Circleci MigrationCircleCI migration to GitHub Actions — syntax mappings and the migration report template for Workflows, jobs, Orbs, executors, contexts, parameters, matrix jobs, approval gates. Load with `migration-core` when migrating CircleCI sources to GitHub Actions.github/actions-migrations-via-copilot63
- Droneci MigrationDrone CI migration to GitHub Actions — syntax mappings and the migration report template for Pipelines, plugins, services, secrets, triggers, multi-platform pipelines. Load with `migration-core` when migrating Drone CI sources to GitHub Actions.github/actions-migrations-via-copilot63
- Gitlab MigrationGitLab CI migration to GitHub Actions — syntax mappings and the migration report template for Pipelines, includes, Pages, environments, rules/only/except, parallel jobs, GitLab-specific variables. Load with `migration-core` when migrating GitLab CI sources to GitHub Actions.github/actions-migrations-via-copilot63
- Jenkins MigrationJenkins migration to GitHub Actions — syntax mappings and the migration report template for Pipelines (declarative + scripted), shared libraries, Groovy scripts, credential bindings, agent labels, parallel stages, plugin replacements. Load with `migration-core` when migrating Jenkins sources to GitHub Actions.github/actions-migrations-via-copilot63
- Migration Core5-phase migration process, security guardrails, deliverables, archival protocol, and the 10-item completion checklist for any CI/CD migration to GitHub Actions. Load at the start of every migration.github/actions-migrations-via-copilot63
- Reusable Workflow PatternsCatalog of common CI/CD patterns (build, test, deploy, security, quality), scan scope resolution (org-wide or specific repos), the reusable workflow template, selection criteria, and usage-documentation template. Load when detecting recurring CI/CD patterns across GitHub orgs and/or repositories to generate standardized `reusable-*.yml` workflows with corresponding `docs/<name>-usage.md` files.github/actions-migrations-via-copilot63
- Travisci MigrationTravis CI migration to GitHub Actions — syntax mappings and the migration report template for Build matrix (language/env/os), deploy providers, before/after hooks, stages, conditions. Load with `migration-core` when migrating Travis CI sources to GitHub Actions.github/actions-migrations-via-copilot63
- Editorial ReviewReview and refine GitHub Well-Architected Framework (WAF) documentation under the content/ folder for clarity, precision, consistency, and publication readiness. Use this when reviewing pull requests, markdown files, or draft content in content/ to ensure guidance is unambiguous, readable, and aligned with editorial standards.github/github-well-architected40
- Technical Writing ReviewValidate and improve GitHub Well-Architected Framework (WAF) documentation under the content/ folder for architectural correctness, decision quality, explicit trade-offs, and actionable guidance. Use this when reviewing pull requests, markdown files, or draft content in content/ to ensure recommendations are technically sound, context-aware, and guide readers toward correct architecture and design decisions.github/github-well-architected40
- Git WorkflowHandles git workflow: creating branches, atomic commits with conventional prefixes, PR creation with structured summaries, keeping PR descriptions updated on follow-up pushes, and post-merge cleanup. Use when the user asks to commit, create or update a PR, push changes, address PR feedback, or says a PR was merged.github/copilot-billing-preview24
- Dependency ScanningScan repository dependencies for known vulnerabilities using the GitHub MCP Server's Dependabot toolset and the GitHub Advisory Database. Use when asked to check dependency security, audit lockfiles, or verify packages before merging.github/copilot-advanced-security-plugin9
- Secret ScanningScan files, content, or recent changes for secrets such as API keys, passwords, tokens, and credentials using the GitHub MCP Server's run_secret_scanning tool.github/copilot-advanced-security-plugin9
- Console RenderingInstructions for using the struct tag-based console rendering system in Gogithub/gh-aw-threat-detection7
- Error MessagesError Message Style Guide for Validation Errorsgithub/gh-aw-threat-detection7
- Console RenderingInstructions for using the struct tag-based console rendering system in Gogithub/gh-aw-harness2
- Error MessagesError Message Style Guide for Validation Errorsgithub/gh-aw-harness2