Skip to content
Chimera readability score 0.6333 out of 100, reading level.

Carie Fisher
Sr. Accessibility Program Manager, bridging accessibility, AI, and developer education to help teams ship inclusive products that work for everyone.
AI automates triage for accessibility feedback, allowing us to focus on fixing barriers—turning a chaotic backlog into continuous, rapid resolutions.
For years, accessibility feedback at GitHub didn’t have a clear place to go.
Unlike typical product feedback, accessibility issues don’t belong to any single team—they cut across the entire ecosystem. For example, a screen reader user might report a broken workflow that touches navigation, authentication, and settings. A keyboard-only user might hit a trap in a shared component used across dozens of pages. A low vision user might flag a color contrast issue that affects every surface using a shared design element. No single team owns any of these problems—but every one of them blocks a real person.
These reports require coordination that our existing processes weren’t originally built for. Feedback was often scattered across backlogs, bugs lingered without owners, and users followed up to silence. Improvements were often promised for a mythical “phase two” that rarely materialized.
We knew we needed to change this. But before we could build something better, we had to lay the groundwork—centralizing scattered reports, creating templates, and triaging years of backlog. Only once we had that foundation in place could we ask: How can AI make this easier?
The answer was an internal workflow, powered by GitHub Actions, GitHub Copilot, and GitHub Models, that ensures every piece of user and customer feedback becomes a tracked, prioritized issue. When someone reports an accessibility barrier, their feedback is captured, reviewed, and followed through until it’s addressed. We didn’t want AI to replace human judgment—we wanted it to handle repetitive work so humans could focus on fixing the software.
This is how we went from chaos to a system where every piece of accessibility feedback is tracked, prioritized, and acted on—not eventually, but continuously.
Continuous AI for accessibility weaves inclusion into the fabric of software development. It’s not a single product or a one-time audit—it’s a living methodology that combines automation, artificial intelligence, and human expertise.
This philosophy connects directly to our support for the 2025 Global Accessibility Awareness Day (GAAD) pledge: strengthening accessibility across the open source ecosystem by ensuring user and customer feedback is routed to the right teams and translated into meaningful platform improvements.
The most important breakthroughs rarely come from code scanners—they come from listening to real people. But listening at scale is hard, which is why we needed technology to help amplify those voices. We built a feedback workflow that functions less like a static ticketing system and more like a dynamic engine—leveraging GitHub products to clarify, structure, and track user and customer feedback, turning it into implementation-ready solutions.
Before jumping into solutions, we stepped back to understand who this system needed to serve:
With these personas in mind, we knew we wanted to 1) treat feedback as data flowing through a pipeline and 2) build a system able to evolve with us.
With that foundation set, we built an architecture around an event-driven pattern, where each step triggers a GitHub Action that orchestrates what comes next—ensuring consistent handling no matter where the feedback originates. We built this system largely by hand starting in mid-2024. Today, tools like Agentic Workflows let you create GitHub Actions using natural language—meaning this kind of system could be built in a fraction of the time.
The workflow reacts to key events: Issue creation launches GitHub Copilot analysis via the GitHub Models API, status changes initiate hand-offs between teams, and resolution triggers submitter follow-up with the user. Every Action can also be triggered manually or re-run as needed—automation covers the common path, while humans can step in at any point.
Feedback isn’t just captured—it continuously flows through the right channels, providing visibility, structure, and actionability at every stage.
*Click images to enlarge.
Feedback can come from anywhere—support tickets, social media posts, email, direct outreach—but most users choose the GitHub accessibility discussion board. It’s where they can work together and build community around shared experiences. Today, 90% of the accessibility feedback flows through that single channel. Because posts are public, other users can confirm the problem, add context, or suggest workarounds—so issues often arrive with richer detail than a support ticket ever could. Regardless of the source, every piece of feedback gets acknowledged within five business days, and even feedback we can’t act on gets a response pointing to helpful resources.
When feedback requires action from internal teams, a team member manually creates a tracking issue using our custom accessibility feedback issue template. Issue templates are pre-defined forms that standardize how information is collected when opening a new issue. The template captures the initial context—what the user reported, where it came from, and which components are involved—so nothing is lost between intake and triage.
This is where automation kicks in. Creating the issue triggers a GitHub Action that engages GitHub Copilot, and a second Action adds the issue to a project board, providing a centralized view of current status, surfacing trends, and helping identify emerging needs.
With the tracking issue created, a GitHub Action workflow programmatically calls the GitHub Models API to analyze the report. We chose stored prompts over model fine-tuning so that anyone on the team can update the AI’s behavior through a pull request—no retraining pipeline, no specialized ML knowledge required.
We configured GitHub Copilot using custom instructions developed by our accessibility subject matter experts. Our prompt serves two roles: triage analysis, which classifies issues by WCAG violation, severity, and affected user group, and accessibility coaching, where GitHub Copilot acts as a subject-matter expert to help teams write and review accessible code.
These instruction files point to our accessibility policies, component library, and internal documentation that details how we interpret and apply WCAG success criteria. When our standards evolve, the team updates the markdown and instruction files via pull request—the AI’s behavior changes with the next run, not the next training cycle. For a detailed walkthrough of this approach, see our guide on optimizing GitHub Copilot custom instructions for accessibility.
The automation works in two steps. First, an Action fires on issue creation and triggers GitHub Copilot to analyze the report. GitHub Copilot populates approximately 80% of the issue’s metadata automatically—over 40 data points including issue type, user segment, original source, affected components, and enough context to understand the user’s experience. The remaining 20% requires manual input from the team member. GitHub Copilot then posts a comment on the issue containing:
Then a second Action fires on that comment, parses the response, applies labels based on the severity GitHub Copilot assigned, updates the issue’s status on the project board, and assigns it to the submitter for review.
If GitHub Copilot’s analysis seems off, anyone can flag it by opening an issue describing what it got wrong and what it should have said—feeding directly into our continuous improvement process.
Before we act on GitHub Copilot’s recommendations, two layers of review happen—starting with the issue submitter.
The submitter attempts to replicate the problem the user reported. The checklist GitHub Copilot provides in its comment guides our community managers, support agents, and sales reps through expert-level testing procedures—no accessibility expertise required. Each item includes plain-language explanations, step-by-step instructions, and links to tools and documentation.
Example questions include:
alt
attribute describe the image’s purpose, or is it a generic file name?If the submitter can replicate the problem, they mark the issue as reviewed, which triggers the next GitHub Action. If they can’t reproduce it, they reach out to the user for more details. Once new information arrives, the submitter can re-run the GitHub Copilot analysis—either by manually triggering the Action from the Actions tab or by removing and re-adding the relevant label to kick it off automatically. AI provides the draft, but humans provide the verification.
Once the submitter marks the issue as reviewed, a GitHub Action updates its status on the workflow project board and adds it to a separate accessibility first responder board. This alerts the accessibility team—engineers, designers, champions, testing vendors, and managers—that GitHub Copilot’s analysis is ready for their review.
The team validates GitHub Copilot’s analysis—checking the severity level, WCAG mapping, and category labels—and corrects anything the AI got wrong. When there’s a discrepancy, we assume the human is correct. We log these corrections and use them to refine the prompt files, improving future accuracy.
Once validated, the team determines the resolution approach:
With a path forward set, the team marks the issue as triaged. An Action then reassigns it to the submitter, who communicates the plan to the user—letting them know what’s being done and what to expect.
As part of the review process, the team connects user and customer feedback to our formal accessibility audit system.
Roughly 75–80% of the time, reported issues correspond to something we already know about from internal audits. Instead of creating duplicates, we find the existing internal audit issue and add a customer-reported label. This lets us prioritize based on real-world impact—a sev2 issue might technically be less critical than a sev1, but if multiple users are reporting it, we bump up its priority.
If the feedback reveals something new, we create a new audit issue and link it to the tracking issue.
This is the most critical step for trust. Users who take the time to report accessibility barriers deserve to know their feedback led to action.
Once a resolution path is set, the submitter reaches out to the original user to let them know the plan—what’s being fixed, and what to expect. When the fix ships, the submitter follows up again and asks the user to test it. Because most issues originate from the community discussion board, we post confirmations there for everyone to see.
If the user confirms the fix works, we close the tracking issue. If the fix doesn’t fully address the problem, the submitter gathers more details and the process loops back to the accessibility team review. We don’t close issues until the user confirms the fix works for them.
The workflow doesn’t end when an issue closes—it feeds back into itself.
When submitters or accessibility team members spot inaccuracies in GitHub Copilot’s output, they open a new issue requesting a review of the results. Every GitHub Copilot analysis comment includes a link to create this issue at the bottom, so the feedback loop is built into the workflow itself. The team reviews the inaccuracy, and the correction becomes a pull request to the custom instruction and prompt files described earlier.
We also automate the integration of new accessibility guidance. A separate GitHub Action scans our internal accessibility guide repository weekly and incorporates changes into GitHub Copilot’s custom instructions automatically.
The goal isn’t perfection—it’s continuous improvement. Each quarter, we review accuracy metrics and refine our instructions. These reviews feed into quarterly and fiscal year reports that track resolution times, WCAG failure patterns, and feedback volume trends—giving leadership visibility into both progress and persistent gaps. The system gets smarter over time, and now we have the data to show it.
A year ago, nearly half of accessibility feedback sat unresolved for over 300 days. Today, that backlog isn’t just smaller—it’s gone. And the improvements don’t stop there.
We track this through automated weekly and quarterly reports generated by GitHub Actions—surfacing which WCAG criteria fail most often and how resolution times trend over time.
A user named James emailed us to report that the GitHub Copilot CLI was inaccessible. Decorative formatting created noise for screen readers, and interactive elements were impossible to navigate.
A team member created a tracking issue. Within moments, GitHub Copilot analyzed the report—mapping James’s description to specific technical concepts, linking to internal documentation, and providing reproduction steps so the submitter could experience the product exactly as James did.
With that context, the team member realized our engineering team had already shipped accessible CLI updates earlier in the year—James simply wasn’t aware.
They replied immediately. His response? “Thanks for pointing out the –screen-reader mode, which I think will help massively.”
Because the AI workflow identified the problem correctly, we turned a frustration into a resolution in hours.
But the most rewarding result isn’t the speed—it’s the feedback from users. Not just that we responded, but that the fixes actually worked for them:
That independence is the point. Every workflow, every automation, every review—it all exists so moments like these are the expectation, not the exception.
Stories like these remind us why the foundation matters. Design annotations, code scanners, accessibility champions, and testing with people with disabilities—these aren’t replaced by AI. They are what make AI-assisted workflows effective. Without that human foundation, AI is just a faster way to miss the point.
We’re still learning, and the system is still evolving. But every piece of feedback teaches us something, and that knowledge now flows continuously back to our team, our users, and the tools we build.
If you maintain a repository—whether it’s a massive enterprise project or a weekend open-source library—you can build this kind of system today. Start small. Create an issue template for accessibility. Add a .github/copilot-instructions.md
file with your team’s accessibility standards. Let AI handle the triage and formatting so your team can focus on what really matters: writing more inclusive code.
And if you hit an accessibility barrier while using GitHub, please share your feedback. It won’t disappear into a backlog. We’re listening—and now we have the system to follow through.
Sr. Accessibility Program Manager, bridging accessibility, AI, and developer education to help teams ship inclusive products that work for everyone.
AI is shifting from prompt-response interactions to programmable execution. See how the GitHub Copilot SDK enables agentic workflows directly inside your applications.
GitHub Agentic Workflows are built with isolation, constrained outputs, and comprehensive logging. Learn how our threat model and security architecture help teams run agents safely in GitHub Actions.
GitHub Security Lab Taskflow Agent is very effective at finding Auth Bypasses, IDORs, Token Leaks, and other high-impact vulnerabilities.
Discover tips, technical guides, and best practices in our biweekly newsletter just for devs.

Facts Only

GitHub implemented an AI-powered workflow to manage accessibility feedback.
The system uses GitHub Actions, GitHub Copilot, and GitHub Models to automate triage and tracking.
Accessibility feedback previously lacked clear ownership and often went unresolved.
The new workflow centralizes feedback and ensures every report is tracked and prioritized.
90% of accessibility feedback comes through GitHub’s public discussion board.
Feedback is acknowledged within five business days, even if no action is taken.
Issue templates standardize feedback intake, capturing context and affected components.
GitHub Copilot analyzes reports, populating metadata and suggesting severity levels.
Human reviewers validate AI output, correcting inaccuracies to improve future analysis.
The system links user feedback to formal accessibility audits, prioritizing issues based on real-world impact.
Users are notified of resolution plans and asked to test fixes before issues are closed.
Continuous feedback loops refine AI accuracy through pull requests to custom instructions.
Resolution times have improved dramatically, with previously unresolved backlogs cleared.
The system integrates with GitHub’s 2025 Global Accessibility Awareness Day pledge.
A user reported an inaccessible GitHub Copilot CLI, which was resolved within hours using the new workflow.

Executive Summary

GitHub has implemented an AI-driven workflow to streamline accessibility feedback, addressing long-standing challenges in managing cross-team issues. Historically, accessibility feedback was scattered across backlogs, lacked clear ownership, and often went unresolved. The new system centralizes feedback, uses GitHub Actions and Copilot to automate triage, and ensures every report is tracked, prioritized, and acted upon. Key features include automated analysis of feedback via custom prompts, human review layers, and continuous improvement loops where inaccuracies in AI output refine future responses. The system has reduced resolution times dramatically, with nearly half of previously unresolved feedback now addressed. User feedback is integrated into formal accessibility audits, and fixes are validated by the original reporters. The approach combines automation with human expertise, ensuring accessibility is woven into development processes rather than treated as an afterthought. GitHub’s initiative aligns with its 2025 Global Accessibility Awareness Day pledge to strengthen accessibility across open-source ecosystems.
The workflow begins with user feedback, often submitted via GitHub’s accessibility discussion board, which is then structured into tracking issues using templates. GitHub Copilot analyzes these issues, populating metadata and suggesting severity levels, while human reviewers validate and refine the AI’s output. The system ensures transparency by updating users on progress and confirming fixes work as intended. Continuous feedback loops allow the AI’s accuracy to improve over time, with corrections fed back into the system via pull requests. This methodology has transformed a chaotic backlog into a dynamic, responsive process, demonstrating how AI can amplify human efforts in inclusive design. The system’s success is measured not just in efficiency but in user trust and real-world impact, as evidenced by positive feedback from individuals who reported barriers.

Full Take

The strongest version of this narrative highlights GitHub’s innovative use of AI to solve a systemic problem: the fragmentation of accessibility feedback in large organizations. By automating triage and integrating human oversight, GitHub has created a scalable model for inclusive design, demonstrating how technology can amplify human effort rather than replace it. The system’s emphasis on continuous improvement—where AI inaccuracies are fed back into the process—reflects a mature approach to AI-assisted workflows, prioritizing transparency and user trust.
However, the narrative leans heavily on GitHub’s proprietary tools (Actions, Copilot, Models), which could raise questions about vendor lock-in or accessibility for teams outside the GitHub ecosystem. The focus on automation might also obscure the human labor still required—submitters, reviewers, and accessibility experts remain critical to the process. While the system is presented as a universal solution, its effectiveness depends on organizational buy-in, resource allocation, and the quality of the underlying accessibility standards.
Root cause: The paradigm here is "accessibility as a continuous process," not a one-time audit. This challenges the traditional view of accessibility as a compliance checkbox, instead framing it as an ongoing conversation between users and developers. The unstated assumption is that AI can bridge the gap between user feedback and technical implementation—but this only works if the AI is trained on robust, evolving accessibility standards.
Implications: For human agency, this system empowers users by ensuring their feedback leads to action, but it also places responsibility on them to validate fixes. The cost of implementation may be prohibitive for smaller teams, potentially widening the gap between well-resourced and underfunded projects. Second-order consequences could include increased expectations for rapid resolution across the tech industry, pressuring teams to adopt similar systems without adequate support.
Bridge questions: How might this model adapt to organizations without GitHub’s resources? What risks arise when AI triage replaces human judgment in complex accessibility cases? Could this system inadvertently prioritize quantifiable issues over nuanced user experiences?
Counterstrike scan: A bad actor pushing this narrative might frame AI as a silver bullet for accessibility, downplaying the need for human expertise or systemic change. However, GitHub’s emphasis on human review layers and continuous feedback loops mitigates this risk. The content aligns with a healthy, iterative approach rather than a manipulative oversimplification.
Patterns detected: none

Sentinel — Human

Confidence

The article shows strong evidence of human authorship, with a clear personal voice, technical expertise, and narrative depth inconsistent with AI generation.

Signals Detected
low severity: Sentence length variance is high, with a mix of short and long sentences, inconsistent with AI-generated uniformity.
low severity: The text exhibits strong personal voice and idiosyncratic emphasis, particularly in the narrative around user feedback and workflow improvements.
low severity: No signs of template-driven argumentation or verbatim repetition of talking points across sources.
low severity: Specific examples (e.g., user 'James' and the GitHub Copilot CLI issue) are detailed and contextually plausible, with no obvious confabulation.
Human Indicators
Detailed, firsthand account of workflow development with personal anecdotes and specific user interactions.
Idiosyncratic phrasing and emphasis (e.g., 'mythical “phase two”', 'moments like these are the expectation, not the exception').
Technical depth and domain-specific knowledge (e.g., WCAG criteria, GitHub Actions, Copilot custom instructions) that aligns with the author's stated role.
Continuous AI for accessibility: How GitHub transforms feedback into inclusion — Arc Codex