code-review

Review code for quality, readability, logical correctness, and error handling.

105|8|Updated Feb 18, 2026
One-click install
npx skills add https://github.com/686f6c61/alfred-dev --skill code-review-686f6c61
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/686f6c61/alfred-dev/tree/main/skills/calidad/code-review
Command: npx skills add https://github.com/686f6c61/alfred-dev --skill code-review-686f6c61

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill addresses the critical need for thorough code quality assurance by systematically reviewing code for readability, logical errors, and potential bugs, ensuring higher software quality and maintainability.

Core Features & Use Cases

  • Comprehensive Code Analysis: Evaluates code for clarity, naming conventions, function size, and comment quality.
  • Logical Error Detection: Identifies subtle bugs like off-by-one errors, race conditions, and incorrect variable usage.
  • Error Handling Verification: Ensures proper propagation and user-friendly reporting of errors.
  • Complexity Assessment: Detects and suggests simplifications for overly nested or duplicated code.
  • Edge Case Coverage: Checks for robustness against various inputs and error conditions.
  • Tool Integration: Leverages specialized tools like pr-review-toolkit for deeper analysis when available.
  • Use Case: A developer submits a Pull Request. This Skill is invoked to perform a detailed review, identifying potential issues before they are merged, thus improving the overall codebase health and reducing future maintenance overhead.

Quick Start

Use the code-review skill to review the code changes in the current branch for quality and potential bugs.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I perform an automated code review on a pull request?

To perform an automated code review on a pull request, invoke the skill to evaluate code changes for readability, logical errors, and edge case coverage, generating a detailed report with confidence scores before merging.

What is the best way to detect race conditions and off-by-one errors before merging?

The best way to detect race conditions and off-by-one errors is to run an in-depth code analysis that identifies subtle bugs, verifies logical correctness, and checks error handling robustness against various inputs.

How does code quality analysis handle null values and edge cases?

Code quality analysis handles null values and edge cases by checking for robustness against various inputs, verifying proper error propagation, and ensuring user-friendly reporting of error conditions.

Can I use pr-review-toolkit for deeper pull request analysis?

Yes, you can use pr-review-toolkit for deeper pull request analysis as the code review process integrates with specialized tools to enhance the evaluation of naming conventions, function size, and comment quality.

How do I assess code maintainability and complexity in my current branch?

To assess code maintainability and complexity in your current branch, the skill evaluates code clarity and detects overly nested or duplicated code, suggesting simplifications to improve overall codebase health.