code-review

Analyze pull requests for bugs, security vulnerabilities, and SOLID adherence.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/supercent-io/skills-template --skill code-review-supercent-io
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/supercent-io/skills-template/tree/main/.agent-skills/code-review
Command: npx skills add https://github.com/supercent-io/skills-template --skill code-review-supercent-io

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the process of conducting thorough and constructive code reviews, ensuring higher code quality, identifying bugs, and improving security.

Core Features & Use Cases

  • Comprehensive Review: Covers best practices, SOLID principles, security vulnerabilities, performance, and testing.
  • Structured Feedback: Provides actionable feedback categorized by priority (Critical, Important, Nice-to-have).
  • Use Case: When a pull request is submitted, use this Skill to perform a detailed review, flagging potential issues and suggesting improvements before merging.

Quick Start

Use the code-review skill to review the attached pull request files.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I automate a pull request review for security vulnerabilities and best practices?▼

Automated pull request review analyzes code for security vulnerabilities, adherence to SOLID principles, and best practices. It identifies bugs and performance bottlenecks, providing actionable feedback categorized by priority to ensure quality before merging.

What is the best way to identify performance bottlenecks and bugs before merging code?▼

Identifying performance bottlenecks and bugs before merging requires a detailed code review. This process evaluates testing coverage and code quality, flagging potential issues and suggesting improvements with structured, prioritized feedback to catch critical defects early.

How does checking SOLID principles during a code review improve software engineering?▼

Checking SOLID principles during a code review improves software engineering by ensuring structural adherence to best practices. This analysis identifies architectural flaws, security vulnerabilities, and performance bottlenecks, providing constructive feedback that enhances overall code maintainability.

Can I get structured, prioritized feedback when reviewing code quality?▼

Structured, prioritized feedback is provided by categorizing review findings into Critical, Important, and Nice-to-have levels. This approach highlights security vulnerabilities and bugs first, ensuring actionable feedback targets the most severe code quality issues before merging.

Does testing coverage analysis work with pull request files to catch missing tests?▼

Testing coverage analysis works with pull request files by examining the submitted code for adequate test implementation. It evaluates testing coverage alongside security vulnerabilities and performance bottlenecks, flagging missing tests as actionable feedback to prevent unreviewed logic from merging.

When should I not use automated PR review for debugging?▼

Automated PR review should not be used as the sole debugging method for complex runtime environment issues. It focuses on static analysis of code quality, security vulnerabilities, and SOLID principles, meaning dynamic runtime errors require separate debugging processes.