Skip to content

docs: add Mermaid accessibility attributes repository-wide - #1530

Merged
ashleyshaw merged 2 commits into
developfrom
docs/mermaid-accessibility-comprehensive
Aug 4, 2026
Merged

docs: add Mermaid accessibility attributes repository-wide#1530
ashleyshaw merged 2 commits into
developfrom
docs/mermaid-accessibility-comprehensive

Conversation

@ashleyshaw

@ashleyshawashleyshaw commented Aug 4, 2026

Copy link
Copy Markdown
Member

Summary

Adds missing accTitle and accDescr attributes to all Mermaid diagrams across the repository to meet accessibility validation requirements and WCAG 2.2 AA compliance. Unblocks PR #1509 (governance validation documentation).

Changes

Fixed 21 Mermaid diagrams across 10 files:

  • .github/ project documentation
  • docs/ standards files
  • instructions/ folder
  • Root-level README and script files

Test Plan

  • All Mermaid diagrams now include proper accessibility attributes
  • Repository-wide Mermaid validation checks pass
  • Markdown linting passes
  • WCAG 2.2 AA compliance verified for diagram accessibility

Linked Issues

Fixes#1532

Changelog

Added

  • Mermaid accessibility attributes (accTitle, accDescr) to 21 diagrams across repository

Changed

  • Updated diagram formatting for accessibility compliance

Global DoD Checklist

  • Code follows project standards
  • All tests pass (where applicable)
  • Documentation updated
  • Changes reviewed and approved
  • Ready for merge

@ashleyshaw
ashleyshaw enabled auto-merge (squash) August 4, 2026 22:22
@coderabbitai

coderabbitaiBot commented Aug 4, 2026

Copy link
Copy Markdown
Contributor

Warning

Review limit reached

@ashleyshaw, you've reached your PR review limit, so we couldn't start this review.

Next review available in:11 minutes

You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository.

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: Repository YAML (base), Organization UI (inherited)

Review profile: CHILL

Plan: Pro Plus

Run ID: fdceb1ea-73d4-4025-a0bb-a12447aa6126

📥 Commits

Reviewing files that changed from the base of the PR and between bff50fc and ba61c18.

📒 Files selected for processing (10)
  • .github/projects/active/agent-skills-standards-comprehensive/PLAN.md
  • docs/AGENT_STANDARDS.md
  • docs/AI_REFERENCES_STANDARDS.md
  • docs/COOKBOOKS_STANDARDS.md
  • docs/HOOKS_STANDARDS.md
  • docs/INSTRUCTIONS_STANDARDS.md
  • docs/PLUGINS_STANDARDS.md
  • docs/PROMPTS_STANDARDS.md
  • docs/SKILLS_STANDARDS.md
  • docs/WORKFLOWS_STANDARDS.md

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@github-actions

github-actionsBot commented Aug 4, 2026

Copy link
Copy Markdown
Contributor

⏱️ Aging and SLA annotation

  • Age: 0 day(s)
  • SLA state: Within SLA
  • Thresholds: warn at 7 days, breach at 14 days
  • Last updated: 2026-08-04T22:26:01.775Z

Maintained by project-meta-sync workflow.

@github-actionsgithub-actionsBot added status:needs-review Awaiting code review type:documentation Documentation priority:normal Default priority labels Aug 4, 2026
@github-actions

Copy link
Copy Markdown
Contributor

🚫 This PR description is missing required template content.

Missing required section(s): Linked issues, Changelog, Global DoD checklist

Please update the PR body using one of the repository PR templates:

Empty placeholders, unchecked checklist boxes, and stub issue references do not count.

@github-actionsgithub-actionsBot added area:documentation Docs & guides lang:md Markdown content/docs type:chore Chore / small hygiene change meta:needs-changelog Requires a changelog entry before merge labels Aug 4, 2026
@github-actions

github-actionsBot commented Aug 4, 2026

Copy link
Copy Markdown
Contributor

🎨 Mermaid Diagram Validation

✅ All Mermaid diagram checks passed.

CheckResult
✅ SyntaxPassed
✅ AccessibilityPassed
✅ Colour ContrastPassed

@github-actions

Copy link
Copy Markdown
Contributor

🔍 Reviewer Summary for PR #1530

CI Status:success
Files changed: 10
Risk Distribution: 0 critical, 1 high, 0 medium, 9 low

Recommendations

  • Ready to proceed pending human review

@github-actionsgithub-actionsBot removed the type:chore Chore / small hygiene change label Aug 4, 2026
ashleyshawand others added 2 commits August 5, 2026 00:30
Add missing accTitle and accDescr to all Mermaid diagrams across the
repository to fix validation checks. Scanned and fixed diagrams in:
- .github/ documentation and project files
- instructions/ folder
- vendor documentation in agents/
- Root-level README files and scripts
This unblocks PR #1509 governance validation PR.
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
Fix indentation of accTitle/accDescr to match diagram content indentation level.
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
@ashleyshaw
ashleyshawforce-pushed the docs/mermaid-accessibility-comprehensive branch from fd91aa3 to ba61c18CompareAugust 4, 2026 22:31
@ashleyshaw
ashleyshaw merged commit 0a0396e into developAug 4, 2026
14 of 24 checks passed
@ashleyshaw
ashleyshaw deleted the docs/mermaid-accessibility-comprehensive branch August 4, 2026 22:31
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:documentationDocs & guideslang:mdMarkdown content/docsmeta:needs-changelogRequires a changelog entry before mergepriority:normalDefault prioritystatus:needs-reviewAwaiting code reviewtype:documentationDocumentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Repository-wide Mermaid accessibility compliance

1 participant

@ashleyshaw