From frontend-skills
Reviews a diff by comparing against repo standards documents and the originating specification (issue/PRD). Reports violations, missing requirements, scope creep, and misimplementations.
How this skill is triggered — by the user, by Claude, or both
Slash command
/frontend-skills:reviewThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Two-axis diff review from fixed point to `HEAD`:
Two-axis diff review from fixed point to HEAD:
git diff <fixed>...HEAD + git log <fixed>..HEAD --oneline.CLAUDE.md, AGENTS.md, CONTRIBUTING.md, CONTEXT.md, ADRs, style docs, config files.## Standards and ## Spec. Keep axes separate. End with counts + worst issue.npx claudepluginhub redpanda-data/ui-harness --plugin frontend-skillsReviews code changes since a fixed point (commit, branch, tag) against coding standards and spec requirements, reporting results side by side.
Reviews local changes, PRs/MRs, or branch diffs against project coding guidelines using 5-7 parallel review agents (bug detection, security/logic, guideline compliance, code simplification, test coverage, contract quality). High-signal findings only.
Static code review of the active diff: trace changed paths and report P1/P2/P3 bugs with file:line evidence. Use for code review or bug checks.