code-review

Review code for security, correctness, test quality, performance, and architecture issues.

2|Updated Dec 26, 2025
One-click install
npx skills add https://github.com/ks6088ts-labs/skills --skill code-review-ks6088ts-labs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/ks6088ts-labs/skills/tree/main/skills/code-review
Command: npx skills add https://github.com/ks6088ts-labs/skills --skill code-review-ks6088ts-labs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill addresses the critical need for high-quality, secure, and performant code by providing comprehensive reviews that identify and suggest fixes for potential issues.

Core Features & Use Cases

  • Multi-faceted Review: Analyzes code from security, correctness, testing, performance, and architectural perspectives.
  • Prioritized Feedback: Issues are categorized by severity (Critical, Important, Suggestion) to guide remediation efforts.
  • Use Case: A developer submits a pull request. This Skill reviews the code, flags a potential SQL injection vulnerability (Critical), suggests optimizing a database query (Important), and points out a minor naming convention issue (Suggestion).

Quick Start

Review the provided code snippet for potential issues and suggest improvements.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I perform a comprehensive code review for security vulnerabilities and performance issues?

Comprehensive code review analyzes code across security, correctness, testing, performance, and architecture dimensions. It identifies potential vulnerabilities and prioritizes issues by severity, providing actionable remediation advice to enhance overall code quality.

What is the best way to identify and prioritize critical bugs in a pull request?

Identifying and prioritizing critical bugs during code review involves categorizing issues by severity. Critical vulnerabilities like SQL injection are flagged first, followed by important optimizations and minor stylistic suggestions, guiding your remediation efforts effectively.

How does automated code review handle architectural and test quality analysis?

Automated code review evaluates architectural integrity and test quality by leveraging detailed checklists and comment templates. This ensures consistent and thorough analysis, identifying structural issues and testing gaps across multiple code dimensions.

Can I use a code review tool to check correctness and suggest database query optimizations?

Yes, code review tools can check correctness and suggest database query optimizations. They analyze code from multiple perspectives, flagging critical vulnerabilities while providing prioritized feedback on important performance improvements like query optimization.

What severity levels are used when flagging code quality and security issues?

Code quality and security issues are categorized by severity into Critical, Important, and Suggestion levels. This prioritization helps developers address critical bugs and vulnerabilities first, followed by performance and minor naming convention issues.