Skip to content

Custom Prompts

github-actions[bot] edited this page Feb 23, 2026 · 3 revisions

Custom Prompts

Pre-built prompt files in .github/prompts/ provide one-click workflows for common tasks. Select them from the prompt picker in Copilot Chat.

There are 45 prompts across three categories: document accessibility (9), web accessibility (5), and GitHub workflow (31).

How to Use

In Copilot Chat, open the prompt picker (click the prompt icon or type /) and select a prompt. The prompt provides structured instructions that guide the agent through the workflow.

In Claude Code, type / to browse agents directly. Equivalent workflows are available through the corresponding agent.


Document Accessibility Prompts

These prompts invoke the document-accessibility-wizard agent. They work with .docx, .xlsx, .pptx, and .pdf files.

Prompt What It Does Detailed Docs
audit-single-document Scan a single document with severity scoring and metadata dashboard audit-single-document guide
audit-document-folder Recursively scan an entire folder with cross-document analysis audit-document-folder guide
audit-changed-documents Delta scan - only audit documents changed since last commit audit-changed-documents guide
quick-document-check Fast triage - errors only, high confidence, pass/fail verdict quick-document-check guide
generate-vpat Generate a VPAT 2.5 / ACR compliance report from existing audit results generate-vpat guide
generate-remediation-scripts Create PowerShell/Bash scripts to batch-fix common document issues generate-remediation-scripts guide
compare-audits Compare two audit reports side-by-side to track remediation progress compare-audits guide
setup-document-cicd Set up CI/CD pipelines for automated document scanning setup-document-cicd guide
create-accessible-template Guidance for creating accessible Word, Excel, or PowerPoint templates create-accessible-template guide

Web Accessibility Prompts

These prompts invoke the accessibility-lead and specialist agents. They work with live URLs and web codebases.

Prompt What It Does Detailed Docs
audit-web-page Full single-page audit: axe-core scan + manual code review + scored report audit-web-page guide
quick-web-check Fast axe-core-only triage with pass/fail verdict quick-web-check guide
audit-web-multi-page Multi-page comparison audit with cross-page pattern detection audit-web-multi-page guide
compare-web-audits Compare two web audit reports to track remediation progress compare-web-audits guide
fix-web-issues Interactive fix mode - apply fixes from an audit report fix-web-issues guide

GitHub Workflow Prompts

These prompts invoke the GitHub workflow agents (pr-review, issue-tracker, daily-briefing, analytics, insiders-a11y-tracker, repo-admin, template-builder).

Pull Request Workflows

Prompt What It Does Detailed Docs
review-pr Full code review saved as markdown and HTML to .github/reviews/prs/ review-pr guide
pr-report Generate a review document without posting inline GitHub comments pr-report guide
my-prs Dashboard of your open PRs and pending review requests my-prs guide
pr-author-checklist Pre-submit 15-point readiness checklist for PR authors pr-author-checklist guide
pr-comment Add a targeted comment to a specific line or file in a PR pr-comment guide
address-comments Track and resolve all review comments systematically address-comments guide
manage-branches List, compare, find stale, protect, or delete branches manage-branches guide
merge-pr Verify readiness and merge a PR with strategy selection merge-pr guide
explain-code Explain specific lines or files from a PR with before/after views explain-code guide

Issue Workflows

Prompt What It Does Detailed Docs
my-issues Prioritized dashboard of issues assigned to or @mentioning you my-issues guide
create-issue Create an issue guided by type detection and template pre-fill create-issue guide
triage Score and prioritize all open issues; saved triage report triage guide
issue-reply Draft a context-aware reply to an issue thread (preview + confirm) issue-reply guide
manage-issue Edit, label, assign, close, lock, or transfer issues manage-issue guide
refine-issue Add acceptance criteria, edge cases, and testing strategy to an issue refine-issue guide
project-status Snapshot of a project board with stale and blocked item detection project-status guide
react Add emoji reactions to issues, PRs, or specific comments react guide

Briefing, CI, and Monitoring

Prompt What It Does Detailed Docs
daily-briefing Comprehensive daily GitHub briefing across all repos daily-briefing guide
ci-status CI/CD health table with failing, slow, and flaky workflow detection ci-status guide
notifications View and manage GitHub notifications with bulk-action support notifications guide
security-dashboard Dependabot and Renovate alert summary by severity security-dashboard guide
onboard-repo First-time repo health check with saved onboarding report onboard-repo guide

Releases

Prompt What It Does Detailed Docs
draft-release Generate categorized release notes from merged PRs draft-release guide
release-prep Guided 8-step release readiness workflow with sign-off checklist release-prep guide

Analytics

Prompt What It Does Detailed Docs
my-stats Personal contribution analytics with period-over-period comparison my-stats guide
team-dashboard Team contributions dashboard with bottleneck detection team-dashboard guide
sprint-review End-of-sprint analytics with velocity metrics and retrospective prompts sprint-review guide

Community and Tooling

Prompt What It Does Detailed Docs
a11y-update Latest accessibility issues grouped by access need with WCAG mapping a11y-update guide
add-collaborator Add a collaborator with role guidance and confirmation add-collaborator guide
build-template Interactive GitHub issue template builder build-template guide
build-a11y-template Generate a pre-built accessibility bug report issue template build-a11y-template guide

Getting Started

Agents

Orchestrators

  • Accessibility Lead
  • Web Accessibility Wizard
  • Document Accessibility Wizard

Web Specialists

  • Alt Text and Headings
  • ARIA Specialist
  • Contrast Master
  • Forms Specialist
  • Keyboard Navigator
  • Link Checker
  • Live Region Controller
  • Modal Specialist
  • Tables Data Specialist

Document Specialists

  • Word Accessibility
  • Excel Accessibility
  • PowerPoint Accessibility
  • PDF Accessibility
  • Office Scan Config
  • PDF Scan Config

Learning

  • Testing Coach
  • WCAG Guide

Scanning

Tools

Advanced

Clone this wiki locally