review-code

Review code quality and identify testing gaps in repository changes.

1|Updated Jan 6, 2026
One-click install
npx skills add https://github.com/Levezze/devkit --skill review-code-levezze
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-code
Source: https://github.com/Levezze/devkit/tree/main/skills/review-code
Command: npx skills add https://github.com/Levezze/devkit --skill review-code-levezze

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Code changes often slip through with hidden quality issues, inconsistent patterns, or missing security/performance considerations, and teams may not realize when test coverage is insufficient until later.

Core Features & Use Cases

  • Quality-first review: Produces a structured assessment of code changes focused on best practices, DRY principles, security, and performance, including a commit-readiness signal.
  • Testing gap detection: Optionally evaluates testing needs and coverage by running tests and analyzing coverage when the quality report suggests gaps or the changes are significant.
  • Unified reporting: Combines the code-quality report and the testing assessment into a single consolidated result for faster decision-making.

Quick Start

Ask the AI to run the review-code skill on your current changes and include testing analysis if gaps are detected.

Frequently Asked Questions about review-code

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

FAQPage Schema
How do I review code quality and check commit readiness for recent changes?

Code quality review evaluates recent repository changes against best practices, DRY principles, security, and performance to produce a structured assessment with a commit-readiness signal.

How does code review detect testing gaps and insufficient coverage?

Testing gap detection analyzes the initial quality report and conditionally triggers test execution and coverage analysis when significant changes or gaps are found.

Can I use this code review for multiple commits and broad refactors?

Yes, code review supports scenarios involving multiple commits or broad refactors where both maintainability and verification readiness must be assessed.

What is the best way to combine code quality review and testing assessment?

Unified reporting combines the code-quality report and the testing assessment into a single consolidated result for faster decision-making.

Do I need to run tests manually after code review?

No, test execution and coverage analysis are conditionally triggered based on findings from the initial quality review.

What are the limitations of automated code quality review?

Automated code quality review focuses on best practices, security, and performance but relies on analyzing recent changes rather than the entire repository context.