code-review-frontend

Coordinate multi-agent frontend PR reviews and report verifiable diff issues.

1|Updated May 7, 2026
One-click install
npx skills add https://github.com/ChristopherAlphonse/calphonse-skills --skill code-review-frontend
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review-frontend
Source: https://github.com/ChristopherAlphonse/calphonse-skills/tree/main/code-review-frontend
Command: npx skills add https://github.com/ChristopherAlphonse/calphonse-skills --skill code-review-frontend

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Self-contained orchestration of multiple agents to review PR diffs without modifying code, surfacing issues only.

Core Features & Use Cases

  • Distributes review workload across specialized agents (base-checklist, typescript-react-reviewer, frontend-patterns, jest-react-testing, vercel-perf)
  • Reads QUALITY_CONTEXT and adheres to project conventions to avoid false positives
  • Aggregates findings from all agents in a single report while preserving diff evidence

Quick Start

Run the skills CLI to activate this skill and review a PR diff.

Frequently Asked Questions about code-review-frontend

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate frontend PR reviews across multiple agents?

You can automate frontend PR reviews by orchestrating specialized agents in parallel to analyze diffs. This coordination surfaces only verifiable issues from the code changes without applying any fixes.

How does multi-agent code review handle project conventions to avoid false positives?

Multi-agent code review reads a predefined QUALITY_CONTEXT to align with codebase conventions. This context helps classify findings and ensures agents adhere to project standards during diff analysis.

Does the automated frontend review report include exact file and line evidence?

Yes, the automated frontend review aggregates findings from all specialized agents into a single structured report. This report preserves exact file:line evidence and diff references for every surfaced issue.

Can I use this orchestration to automatically fix TypeScript and React issues found in diffs?

No, this orchestration is designed strictly to surface issues without modifying code. It coordinates agents like typescript-react-reviewer to identify problems, but it does not apply fixes to your PR.

What specialized checks are included in a multi-agent frontend code review?

A multi-agent frontend code review distributes workload across specialized agents including base-checklist, typescript-react-reviewer, frontend-patterns, jest-react-testing, and vercel-perf for comprehensive analysis.