Add Markdown Accessibility Assistant agent#768
Open
v-rperez030 wants to merge 2 commits intogithub:stagedfrom
Open
Add Markdown Accessibility Assistant agent#768v-rperez030 wants to merge 2 commits intogithub:stagedfrom
v-rperez030 wants to merge 2 commits intogithub:stagedfrom
Conversation
Contributor
There was a problem hiding this comment.
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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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:
It integrates
markdownlintfor structural validation and flags alt text/plain language changes for human review before applying them.Changes:
agents/markdown-accessibility-assistant.agent.md— new agent definitiondocs/README.agents.md— auto-generated update vianpm run build