review-sonnet

Reviews .task-based plan or code changes and outputs structured JSON report.

Updated Jan 16, 2026
One-click install
npx skills add https://github.com/cskwork/llm-review --skill review-sonnet
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-sonnet
Source: https://github.com/cskwork/llm-review/tree/main/skill/review-sonnet
Command: npx skills add https://github.com/cskwork/llm-review --skill review-sonnet

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quickly assess code quality, security, and test coverage to accelerate feedback and improve code quality.

Core Features & Use Cases

  • Plan reviews: Evaluate proposed changes using .task plan outputs to verify feasibility and completeness.
  • Code reviews: Inspect changed files using .task impl results to check correctness, error handling, and security concerns.
  • Output: Produce a structured .task/review-sonnet.json report to guide decisions and next steps.

Quick Start

Run a fast Sonnet review on the current project to surface issues in code quality, security, and tests and write the results to .task/review-sonnet.json.

Frequently Asked Questions about review-sonnet

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

FAQPage Schema
How do I automate code review for quality and security checks?

Automated code review for quality and security assesses changed files to check correctness, error handling, and security concerns. This process inspects implementation results and produces a structured JSON report to guide decisions and next steps.

What is a plan review and when do I need it for my project?

A plan review evaluates proposed changes to verify feasibility and completeness. You need it when your project has a refined plan file but no implementation results yet, ensuring the proposed approach meets standards before coding begins.

How do I run a fast code review on my implementation results?

Run a fast code review by selecting the code review option when an implementation result file exists in your project's task directory. It inspects changed files for correctness and security, then outputs findings to a structured JSON file.

Can I use this review process if I only have a plan file and no implementation results?

Yes, when only a refined plan file exists without implementation results, the process triggers a plan review instead of a code review. It evaluates the proposed changes for feasibility and completeness before any code is written.

What does the code review output report contain?

The code review output is a structured JSON report containing assessments of code quality, security, and test coverage. It provides guidance for common issues and decision rules to help determine next steps for your project.

What are the limitations of fast automated code reviews?

Fast automated code reviews focus on speed, practicality, and breadth rather than deep, exhaustive analysis. They provide guidance for common issues and decision rules but may not catch every complex security vulnerability or domain-specific logic error.