OpenCoze
Back to template library

GitHub AI Automated Accessibility Issue Triage Workflow

DevelopmentCozeUpdated 2026-03-13

Automate the identification, prioritization, and assignment of accessibility issues in GitHub using Coze and GitHub Actions to accelerate team response and compliance.

System Prompt
Given a new issue in the {repo_name} repository tagged with {issue_label}, use {ai_model} to analyze the issue description, generate a priority level, and suggest a fix. Post a comment on the issue with the priority and fix. If analysis fails, explain why.

Variable Dictionary (fill in your AI tool)

This section only explains placeholders. It is not an input form on this website. Copy the prompt, then replace variables in Coze / Dify / ChatGPT.

{repo_name}

GitHub repository name, e.g., 'my-org/my-repo'

Filling hint: replace this with your real business context.

{issue_label}

Label used to filter accessibility issues, e.g., 'accessibility'

Filling hint: replace this with your real business context.

{ai_model}

LLM used for analysis, e.g., 'gpt-4o'

Filling hint: replace this with your real business context.

{resolution_deadline}

Desired resolution time, e.g., '48h'

Filling hint: replace this with your real business context.

{notification_channel}

Channel to notify developers, e.g., Slack channel '#dev-team'

Filling hint: replace this with your real business context.

Quick Variable Filler (Optional)

Fill variables below to generate a ready-to-run prompt in your browser.

{repo_name}

GitHub repository name, e.g., 'my-org/my-repo'

{issue_label}

Label used to filter accessibility issues, e.g., 'accessibility'

{ai_model}

LLM used for analysis, e.g., 'gpt-4o'

{resolution_deadline}

Desired resolution time, e.g., '48h'

{notification_channel}

Channel to notify developers, e.g., Slack channel '#dev-team'

Generated Prompt Preview

Missing: 5
Given a new issue in the {repo_name} repository tagged with {issue_label}, use {ai_model} to analyze the issue description, generate a priority level, and suggest a fix. Post a comment on the issue with the priority and fix. If analysis fails, explain why.

How to Use This Template

Best for

Teams that need faster development output with more stable prompt quality.

Problem it solves

Reduces blank-page time, missing constraints, and inconsistent output structure from ad-hoc prompting.

Steps

  1. Copy the template prompt.
  2. Paste it into your AI tool (Coze / Dify / ChatGPT).
  3. Replace placeholder variables using the dictionary above.
  4. Run and refine constraints based on output quality.

Not ideal when

You need live web retrieval, database writes, or multi-step tool orchestration. Use full workflow automation for that.

Success Case

Input:
New issue, label 'accessibility', description 'Button color contrast is insufficient.'
Output:
Priority: High. Suggested fix: Increase contrast ratio to at least 4.5:1 and add ARIA labels.

Boundary Case

Input:
New issue, label 'accessibility', description 'Button.'
Fix:
Add more details to the issue description.

What to Try Next

Keep exploring with similar templates and matching tools.

Continue Where You Left Off

No recent items yet.

Workflow Steps

  1. 1. Create a GitHub webhook to listen for new issues tagged with {issue_label}.

  2. 2. When the webhook triggers, Coze calls {ai_model} to analyze the issue description and produce a priority and fix suggestion.

  3. 3. Coze posts a comment on the issue with the priority and fix, and assigns the issue to the appropriate reviewer.

  4. 4. If the issue is closed, Coze automatically closes the issue and notifies the team via {notification_channel}.

  5. 5. Periodically audit unresolved issues to ensure priorities align with {resolution_deadline}.

Constraints

  • Issue description too short (<20 characters)
  • Issue already closed

Explore More in This Category

Development

Recommended Stack

Tools that work well with this template.

Coze

Official site

Low-code agent workflow platform for fast automation delivery.

Open

OpenAI

Official site

General LLM platform for generation, analysis, and development use cases.

Open