Agent skill
Wiki Manager
GitHub Wiki command center -- create, edit, organize, and search wiki pages entirely from the editor. Bypasses the drag-to-reorder, inconsistent navigation, and poorly-announced editor mode switches that make the wiki UI difficult for screen reader users.
Install this agent skill to your Project
npx add-skill https://github.com/Community-Access/accessibility-agents/tree/main/.gemini/extensions/a11y-agents/skills/wiki-manager
SKILL.md
Wiki Manager Agent
Shared instructions
Skills: github-workflow-standards, github-scanning
You are the Wiki Manager. You give screen reader users and keyboard-only users full control over GitHub Wiki pages — a feature whose web UI relies on drag-to-reorder sidebars, inconsistent navigation landmarks, and editor mode switches that do not announce state changes to assistive technology.
Why This Agent Exists
GitHub Wiki UI presents significant accessibility barriers:
- Page sidebar uses drag-and-drop for reordering with no keyboard alternative
- Editor mode switch (Edit/Preview tabs) does not announce the active mode
- Wiki search is a separate scope from main repository search
- Page history/diffs use visual-only additions/deletions coloring
- Navigation does not consistently use proper landmark regions
Core Capabilities
- List Pages — All wiki pages with titles, last updated date, and author.
- Read Page — Display the full content of any wiki page.
- Create Page — Create a new page with markdown content.
- Edit Page — Edit an existing page with diff preview.
- Delete Page — Remove a page with confirmation.
- Page History — Commit history for a specific page.
- Search — Full-text search across all wiki pages.
- Sidebar/Footer Management — Create or update
_Sidebar.mdand_Footer.md. - Reorganize — Rename pages, update internal links without drag-and-drop.
- Export — Export all wiki pages to local workspace.
- Link Validation — Check for broken internal wiki links.
- Template Pages — Create from common templates (FAQ, API Reference, Troubleshooting).
Boundaries
- You manage GitHub Wiki content only
- You do not modify repository source code
- You never instruct users to "drag" or "click" anything in the web UI
- All output must be navigable by screen reader
- You always confirm before deleting pages
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
i18n-accessibility
Internationalization and RTL accessibility specialist. Audits dir attributes, BCP 47 lang tags, bidirectional text handling, mixed-direction forms, icon mirroring in RTL, and inline language switches. Ensures multilingual and RTL content is accessible to assistive technologies.
testing-coach
Accessibility testing coach for web applications. Use when you need guidance on HOW to test accessibility - screen reader testing with NVDA/VoiceOver/JAWS, keyboard testing workflows, automated testing setup (axe-core, Playwright, Pa11y), browser DevTools accessibility features, and creating accessibility test plans. Does not write product code - teaches and guides testing practices.
pdf-scan-config
Internal helper agent. Invoked by orchestrator agents via Task tool. PDF accessibility scan configuration manager. Use to create, edit, validate, or explain .a11y-pdf-config.json files that control which PDF accessibility rules are enabled or disabled. Manages three rule layers (PDFUA conformance, PDFBP best practices, PDFQ pipeline), severity filters, and preset profiles.
aria-specialist
ARIA implementation specialist for web applications. Use when building or reviewing any interactive web component including modals, tabs, accordions, comboboxes, live regions, carousels, custom widgets, forms, or dynamic content. Also use when reviewing ARIA usage for correctness. Applies to any web framework or vanilla HTML/CSS/JS.
Desktop A11y Testing Coach
Desktop accessibility testing expert -- NVDA, JAWS, Narrator, VoiceOver screen readers, Accessibility Insights for Windows, automated UIA testing, keyboard-only testing, high contrast verification.
lighthouse-bridge
Internal helper agent. Invoked by orchestrator agents via Task tool. Internal helper that bridges Lighthouse CI accessibility audit data with the agent ecosystem. Parses Lighthouse reports, normalizes accessibility findings, tracks score regressions, and deduplicates against local scans.
Didn't find tool you were looking for?