code-review

Review code changes against plans, standards, and learned patterns.

1|Updated Mar 15, 2026
One-click install
npx skills add https://github.com/Pixel-Process-UG/superkit-agents --skill code-review-pixel-process-ug
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/Pixel-Process-UG/superkit-agents/tree/main/templates/skills/code-review
Command: npx skills add https://github.com/Pixel-Process-UG/superkit-agents --skill code-review-pixel-process-ug

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the process of reviewing code changes against project plans, coding standards, and learned patterns, preventing bugs and ensuring high-quality software.

Core Features & Use Cases

  • Comprehensive Code Analysis: Reviews code for plan alignment, quality, security, and adherence to standards.
  • Automated Issue Resolution: Identifies critical issues and guides their fixing, with options to defer less critical ones.
  • Continuous Improvement: Learns from review findings to update project patterns and prevent future mistakes.
  • Use Case: Before merging a new feature, trigger this skill to perform a full code review, ensuring it meets all requirements and quality gates.

Quick Start

Use the code-review skill to review the latest changes against the project plan and coding standards.

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 review for plan alignment and security before merging?

Automated code review dispatches a dedicated agent to analyze changes against project plans, coding standards, and security requirements. It evaluates error handling, test coverage, and performance to ensure high-quality software before merging.

What is the best way to check if code changes meet project coding standards and learned patterns?

Checking code changes against project standards involves comparing new code to learned project patterns and defined plans. This process categorizes identified issues, guides fixing critical errors, and defers less critical ones to maintain quality.

How does a code reviewer agent learn from previous findings to prevent future mistakes?

A code reviewer agent learns from previous findings by integrating review results into self-learning mechanisms. This updates project patterns continuously, preventing similar bugs and standard violations in future development cycles.

Can I use automated code review to evaluate test coverage and error handling?

Yes, automated code review evaluates test coverage and error handling as part of its comprehensive analysis. It reviews code for alignment, quality, and security, ensuring all requirements and quality gates are met before integration.

Does code review work without external dependencies for software development quality assurance?

Yes, code review operates without external dependencies to perform software development quality assurance. It uses internal references to analyze code alignment, security, and performance, categorizing issues for resolution without requiring additional setup.