Workflows Review React Augment
Goal
Keep upstream workflows-review as the source of truth while adding a frontend lens for React quality.
Non-negotiable execution contract
- •This skill is only considered complete if all required review lenses are explicitly invoked and reported.
- •Do not do an implicit/manual-only review when this skill applies.
- •If any required lens cannot be run, state that explicitly before findings and mark the review as partial.
Procedure
- •Run
workflows-reviewfirst, unchanged. - •Identify changed frontend files from the review target:
- •Prefer files in
src/pages/**,src/components/**,src/**/components/**,src/**/hooks/** - •Limit to
*.tsxand related*.tsUI logic files
- •Prefer files in
- •Explicitly invoke and run two additional review lenses:
- •
vercel-react-best-practices - •
vercel-composition-patterns
- •
- •Synthesize findings into the same report format/severity model used by
workflows-review.
Severity policy for augment findings
- •P1: correctness/perf/a11y regressions or production risk.
- •P2: maintainability/composition issues likely to cause defects.
- •P3: optional cleanup and ergonomics improvements.
Output additions
- •Add a required
Skills/Lenses Invokedsection before findings:- •
workflows-review - •
vercel-react-best-practices - •
vercel-composition-patterns
- •
- •For each finding, include
source_lensmetadata (workflows-review,react-best-practice, orcomposition-pattern). - •Tag relevant findings with
react-best-practiceand/orcomposition-pattern. - •Avoid style-only nitpicks unless they impact correctness, accessibility, performance, or long-term maintainability.