code-review

Review code for bugs, security vulnerabilities, and performance issues.

5|1|Updated Jan 19, 2026
One-click install
npx skills add https://github.com/xztxy/openwork --skill code-review-xztxy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/xztxy/openwork/tree/main/apps/desktop/bundled-skills/code-review
Command: npx skills add https://github.com/xztxy/openwork --skill code-review-xztxy

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill addresses the need for thorough code analysis to identify and rectify bugs, security vulnerabilities, performance bottlenecks, and deviations from best practices.

Core Features & Use Cases

  • Comprehensive Code Analysis: Reviews code for correctness, security, performance, and maintainability.
  • Actionable Feedback: Provides specific suggestions for improvement and fixes.
  • Use Case: A developer can submit a pull request to this Skill to receive a detailed report on potential issues before merging, ensuring higher code quality.

Quick Start

Review the attached code for any security vulnerabilities.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I check my code for security vulnerabilities and performance issues?

To check code for security vulnerabilities and performance issues, submit your source for analysis. The review identifies injection flaws, memory leaks, and performance bottlenecks, providing actionable feedback with specific locations, severity levels, and suggested fixes to enhance code quality.

What is the best way to analyze a pull request for bugs and best practice deviations?

The best way to analyze a pull request for bugs and best practice deviations is to run a comprehensive code review. It evaluates code logic, edge cases, input validation, and naming conventions to ensure correctness, security, and maintainability before merging.

Can I use code review to detect edge cases and input validation flaws?

Yes, you can use code review to detect edge cases and input validation flaws. The analysis specifically targets code logic and potential input validation issues, identifying deviations from best practices and offering specific suggestions to rectify them.

What kind of feedback does automated code analysis provide for fixing bugs?

Automated code analysis provides actionable feedback for fixing bugs by detailing the exact location, severity, and issue description. It delivers specific suggested fixes for security vulnerabilities, performance issues, and maintainability concerns directly within the code.

Does code review work for identifying memory leaks and potential injection flaws?

Yes, code review works for identifying memory leaks and potential injection flaws. The analysis process specifically scans for these security vulnerabilities alongside performance bottlenecks, ensuring deviations from best practices are caught and rectified with actionable feedback.