Skip to content

Comments

Add Markdown Accessibility Assistant agent#768

Open
v-rperez030 wants to merge 2 commits intogithub:stagedfrom
v-rperez030:markdown-accessibility-assistant
Open

Add Markdown Accessibility Assistant agent#768
v-rperez030 wants to merge 2 commits intogithub:stagedfrom
v-rperez030:markdown-accessibility-assistant

Conversation

@v-rperez030
Copy link

Adds a new agent that helps improve the accessibility of existing markdown files based on GitHub's 5 tips for making your GitHub profile page accessible.

The agent focuses on five key areas:

  • Making links descriptive
  • Adding meaningful alt text to images
  • Using proper heading hierarchy
  • Writing in plain language
  • Structuring lists properly and using emoji thoughtfully

It integrates markdownlint for structural validation and flags alt text/plain language changes for human review before applying them.

Changes:

  • agents/markdown-accessibility-assistant.agent.md — new agent definition
  • docs/README.agents.md — auto-generated update via npm run build

Copilot AI review requested due to automatic review settings February 19, 2026 17:01
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a new custom agent to the repository’s agents/ catalog to help users improve the accessibility of existing Markdown documents, aligned to GitHub’s “5 tips for making your GitHub profile page accessible”.

Changes:

  • Added a new agent definition: Markdown Accessibility Assistant
  • Updated the auto-generated agents index to include the new agent

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
agents/markdown-accessibility-assistant.agent.md New agent definition with workflow guidance and markdownlint integration for accessibility-focused Markdown improvements.
docs/README.agents.md Auto-generated index update to list the new agent and its install links.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant