code-review

Review current git changes against SOLID, security, performance, and accessibility checklists.

11|3|Updated Aug 31, 2025
One-click install
npx skills add https://github.com/tonehq/tone --skill code-review-tonehq
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/tonehq/tone/tree/main/frontend/.claude/skills/code-review
Command: npx skills add https://github.com/tonehq/tone --skill code-review-tonehq

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Reviewers often struggle to consistently apply quality gates across changes; this skill guides a structured, multi-check review focusing on SOLID, security, performance, accessibility, and general code quality for current git changes.

Core Features & Use Cases

  • Structured, checklist-driven code reviews that cover SOLID, security, performance, accessibility, and code quality.
  • Applies to diffs, PRs, and pre-commit checks in modern React/Next.js codebases.
  • Produces a prioritized issue list with severities and suggested fixes for rapid remediation.

Quick Start

Provide a structured code-review of the latest changes in the current branch using the included SOLID, security, performance, and accessibility checklists.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I perform a structured code review for a Next.js or React pull request?

A structured code review for a Next.js or React pull request evaluates current git changes against SOLID, security, performance, and accessibility checklists to generate a prioritized issues report.

What should I check during a pre-commit code review for React components?

A pre-commit code review for React components should check error handling, architecture boundaries, accessibility compliance, and security vulnerabilities to ensure general code quality before changes are merged.

Can I use this to review git diffs for accessibility and security issues?

Yes, you can review git diffs to identify accessibility and security issues by applying checklist-driven evaluations that produce a prioritized list of suggested fixes for rapid remediation.

What is the best way to enforce quality gates across code changes in a React project?

The best way to enforce quality gates across React code changes is applying a multi-check review process that consistently validates SOLID principles, performance metrics, and security boundaries.

Does the code review process work with Next.js and Solid architecture principles?

Yes, the code review process works with Next.js by systematically validating Solid architecture principles, ensuring error handling and component boundaries meet quality gate requirements.

Why does my code review miss security and performance issues in modern React codebases?

Code reviews miss security and performance issues in React codebases when they lack structured checklists, making it difficult to consistently apply quality gates across architectural boundaries and diffs.