code-review

Analyze git diffs or PRs for security, quality, and maintainability issues.

2|2|Updated Apr 3, 2026
One-click install
npx skills add https://github.com/chrisxue90/oh-my-qwencode --skill code-review-chrisxue90
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/chrisxue90/oh-my-qwencode/tree/main/skills/code-review
Command: npx skills add https://github.com/chrisxue90/oh-my-qwencode --skill code-review-chrisxue90

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Conduct comprehensive code reviews that highlight security, quality, and maintainability issues with severity-based feedback to guide safe merges.

Core Features & Use Cases

  • Delegates to the code-reviewer agent (THOROUGH tier) for deep analysis of changes.
  • Reviews across Security, Code Quality, Performance, Best Practices, and Maintainability.
  • Severity ratings: CRITICAL, HIGH, MEDIUM, LOW with concrete recommendations.
  • Specific recommendations include file:line locations and actionable fixes to apply before merge.

Quick Start

Provide a git diff or PR reference and the skill will generate a comprehensive code-review report.

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 code review for security and maintainability issues?

Automate a pull request code review by providing a git diff or PR reference to generate a comprehensive report identifying security, quality, and maintainability issues with severity ratings and concrete fixes.

What is static analysis for code quality in a git diff?

Static analysis for code quality in a git diff applies a structured checklist across security, performance, and best practices to identify issues, returning detailed file locations and severity-based recommendations.

Can I get concrete code fixes and line numbers from an automated code review?

Yes, an automated code review returns specific recommendations that include file:line locations and actionable fixes to apply before merge, ensuring you know exactly where and how to resolve detected issues.

How do I check my code changes for security vulnerabilities before merging?

Check code changes for security vulnerabilities before merging by analyzing the diff against a structured review checklist, which flags CRITICAL or HIGH severity issues and provides an approval recommendation.

Does this automated code review tool work with any git diff?

Yes, this automated code review tool works with any git diff or PR reference, applying deep analysis across multiple dimensions like code quality and performance without requiring specific platform integrations.

What are the limitations of automated code quality reviews?

The primary limitation of automated code quality reviews is that they analyze provided diffs or PR references, meaning they evaluate changes in isolation and may not catch issues stemming from broader architectural context or runtime behavior.