code-review

Analyze code quality and detect bugs across files, directories, or PRs.

2|1|Updated Mar 22, 2026
One-click install
npx skills add https://github.com/solitasroh/mcukit --skill code-review-solitasroh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/solitasroh/mcukit/tree/main/skills/code-review
Command: npx skills add https://github.com/solitasroh/mcukit --skill code-review-solitasroh

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Code reviews are essential to identify defects, improve readability, and enforce coding standards across projects. This skill provides structured analysis and actionable feedback to ensure code quality.

Core Features & Use Cases

  • Automated quality checks: Analyze code for potential bugs, complexity, naming conventions, and safety issues.
  • Comprehensive feedback: Generate detailed review reports with prioritized issues and recommended fixes.
  • Use Case: A developer requests a review of a new feature module; the skill analyzes the codebase and returns a prioritized plan for fixes before merging.

Quick Start

To review a directory of source files, run the code-review command with the target path and optional --auto-fix flag if you want minor/major issues automatically resolved.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I automate code reviews for a directory of source files?

To automate code reviews for a directory, run the code-review command with the target path. The skill analyzes code quality and detects bugs to provide actionable feedback across multiple languages.

Can I automatically fix code quality issues found during a static analysis review?

Yes, you can automatically resolve minor and major code quality issues detected during static analysis by including the optional --auto-fix flag when you run the code-review command.

What kind of feedback does automated static analysis provide for pull requests?

Automated static analysis generates detailed review reports containing prioritized issues, bug detection results, and recommended fixes to improve code quality before merging pull requests.

Does the code review automation support analyzing code written in multiple programming languages?

Yes, the code review automation supports analyzing individual files, full directories, or PRs across multiple programming languages, enabling both targeted and broad codebase reviews.

How does the code-analyzer agent work during a structured code review workflow?

The code-analyzer agent integrates into the structured review workflow to perform in-depth analysis and safety checks, ensuring comprehensive code quality and security review coverage.