文件历史

提交图

4 次代码提交

作者 SHA1 备注 提交日期
Michael Hablich adac7c537e fix: repair broken markdown and extract snippets in a11y-debugging skill (#1096)
## Summary
- Fix broken markdown fences in `skills/a11y-debugging/SKILL.md` — a
stray quadruple-backtick on line 72 broke the numbered list
continuation, and a mismatched fence on line 95 disrupted rendering
- Extract verbose JS snippets (orphaned inputs, tap targets, color
contrast, global checks) into `references/a11y-snippets.md`, keeping
SKILL.md scannable and following the same `references/` pattern used by
`debug-optimize-lcp`

## Test plan
- [x] Verify SKILL.md renders correctly in GitHub markdown preview (no
broken fences or orphaned code blocks)
- [x] Verify `references/a11y-snippets.md` renders correctly and all 4
snippets are present
- [x] Confirm the relative links from SKILL.md to
`references/a11y-snippets.md` resolve correctly on GitHub
2026-03-04 08:05:47 +00:00
Michael Hablich 21634e660c docs: Adapt a11y skill to utilize Lighthouse (#1054)
- **feat: Add Lighthouse audit as the initial step in the accessibility
debugging workflow and reorder subsequent sections.**
- **feat: Add critical instructions for parsing Lighthouse audit reports
to efficiently extract failing elements.**
2026-02-27 06:47:06 +00:00
Michael Hablich 5cedcaad2c refactor: simplify JavaScript code examples, update code block language, and refine descriptions in a11y debugging skill documentation. (#1009) 2026-02-20 14:04:03 +00:00
Michael Hablich b0c6d042e4 feat: add a new skill for accessibility debugging and auditing with Chrome DevTools MCP. (#1002) 2026-02-20 12:34:00 +00:00