Frontend Reviewer
Review relevant frontend files and produce concrete findings ordered by severity. Keep the review evidence-based, concise, and actionable.
Workflow
- Read
references/severity-rubric.md. - Read
references/review-checklist.md. - Read
references/frontend-quality-rules.mdwhen architecture, layering, or maintainability questions matter. - Inspect only the files relevant to the request, the diff, or the changed surfaces implied by the task.
- Report findings grouped by severity, highest risk first.
- If no findings exist, state that explicitly and mention residual risks or testing gaps.
Output Contract
- Start with findings. Do not lead with a summary.
- For each finding include:
- affected file path
- optional line number when known
- severity
- why it matters
- shortest viable fix direction
- Prefer one issue per finding. Split unrelated problems.
- Use exact evidence. Avoid generic advice.
Guardrails
- Do not invent files, line numbers, or user intent.
- Do not upgrade style nits into blocking issues.
- Do not hide uncertainty. Mark assumptions when evidence is incomplete.
- Do not spend space on praise unless the user explicitly asks for it.
- Prefer behavioral regressions, data-flow bugs, accessibility issues, and missing tests over cosmetic commentary.