What problem does it solve?
This skill helps teams catch naming ambiguities, UI accessibility and layout regressions, and security vulnerabilities in code changes before they reach a PR merge, reducing review overhead and post-merge incidents.
Core Features & Use Cases
- Target detection: identify changed files from git diff, staged changes, or untracked files and present a selectable list of review targets.
- Naming quality assessment: evaluate identifiers using a seven-stage taxonomy and provide concrete refactoring recommendations.
- UI checks: run accessibility, spacing, contrast, touch target, and typography validations for component files and surface actionable fixes.
- Security static review: detect hardcoded secrets, injection patterns, XSS risks, auth/authorization gaps, and perform dependency audit prompts with prioritized severities.
- Concise reporting: produce per-issue findings with severity, explanation, and suggested fixes, plus a compact summary for PR reviewers.
Quick Start
Run the review skill on the current branch changes to generate naming, UI, and security findings with prioritized remediation suggestions.