Skip to content
This repository was archived by the owner on Apr 21, 2026. It is now read-only.

feat: 3 accessibility specialist skills for marketplace#407

Merged
LucasSantana-Dev merged 1 commit intomainfrom
feat/a11y-specialist-skills
Mar 8, 2026
Merged

feat: 3 accessibility specialist skills for marketplace#407
LucasSantana-Dev merged 1 commit intomainfrom
feat/a11y-specialist-skills

Conversation

@LucasSantana-Dev
Copy link
Copy Markdown
Member

Summary

  • 3 new SKILL.md files for the skill marketplace (PR feat: Anthropic Agent Skills spec compatibility #388 system)
  • siza-color-contrast-checker: WCAG 2.1 AA/AAA contrast ratios, dark mode, color blindness, semantic token validation
  • siza-keyboard-nav-auditor: Tab order, focus management, keyboard traps, ARIA APG patterns, skip navigation
  • siza-semantic-html-reviewer: Heading hierarchy, landmark regions, ARIA roles, lists/tables/forms semantics
  • Complements existing siza-accessibility-audit (general) with deep specialist expertise
  • Inspired by accessibility-agents (11 WCAG specialists)

Test plan

  • All 3 SKILL.md files parse correctly (valid YAML frontmatter)
  • Pre-commit gate passes (lint-staged + type-check)
  • No code changes — skills are static .md files
  • No bundle size impact

Color contrast checker (WCAG 2.1 AA/AAA ratios, dark mode, color
blindness), keyboard navigation auditor (tab order, focus management,
keyboard traps), semantic HTML reviewer (heading hierarchy, landmarks,
ARIA roles). Complements existing siza-accessibility-audit general
skill with deep expertise in specific areas.
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Mar 8, 2026

Important

Review skipped

Review was skipped due to path filters

⛔ Files ignored due to path filters (4)
  • .serena/memories/project_overview.md is excluded by !**/*.md
  • skills/siza-color-contrast-checker/SKILL.md is excluded by !**/*.md
  • skills/siza-keyboard-nav-auditor/SKILL.md is excluded by !**/*.md
  • skills/siza-semantic-html-reviewer/SKILL.md is excluded by !**/*.md

CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including **/dist/** will override the default block on the dist directory, by removing the pattern from both the lists.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 69d4782a-ad11-496c-8ad3-c9b263b47b60

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch feat/a11y-specialist-skills

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 and usage tips.

@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud Bot commented Mar 8, 2026

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Mar 8, 2026

Project Scorecard


Scorecard: 82/100
────────────────────────────────────────
  security: 100/100
  quality: 80/100 (1 violations)
  performance: 67/100 (1 violations)
  compliance: 75/100 (1 violations)

Recommendations:
  - Increase test coverage to meet the 80% threshold
  - Extend log retention to at least 90 days for compliance

@LucasSantana-Dev LucasSantana-Dev merged commit 7bc861a into main Mar 8, 2026
25 checks passed
@LucasSantana-Dev LucasSantana-Dev deleted the feat/a11y-specialist-skills branch March 8, 2026 22:22
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant