Add measured-design-audit and design-regression-guard (Development & Code Tools) - #1556
Open
Yuxiang-Ma wants to merge 2 commits into
Open
Add measured-design-audit and design-regression-guard (Development & Code Tools)#1556Yuxiang-Ma wants to merge 2 commits into
Yuxiang-Ma wants to merge 2 commits into
Conversation
Two skills distilled from real design-engineering sessions on a static research site: an audit that replaces visual review with measurement (computed WCAG contrast on composited backgrounds, 44px touch targets, type-scale census, multi-viewport overflow; found 133 contrast failures and seventeen font sizes that three visual reviews missed), and its counterpart that freezes each fixed defect class as a Playwright assertion in the same commit -- in the source sessions the guard caught its own author twice within hours. Both live in Yuxiang-Ma/agent-skills (research-kit plugin), tested with Claude Code, with runnable starter blocks in each SKILL.md.
The previous commit's tooling wrote the README back with CRLF endings, turning a two-line addition into a 505-line rewrite and tripping the validator's 'changes before the Skills section' rule. The file is restored from upstream byte-for-byte with only the two entries added.
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 two skills to Development & Code Tools, both distilled from real design-engineering sessions (not hypothetical):
Checklist per CONTRIBUTING: