code-review

Analyze pull request commits for code quality, security, and performance issues.

2|Updated Jan 27, 2026
One-click install
npx skills add https://github.com/novskidev/codex-skill-template --skill code-review-novskidev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/novskidev/codex-skill-template/tree/main/skills/code-review
Command: npx skills add https://github.com/novskidev/codex-skill-template --skill code-review-novskidev

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Manages automated code reviews for pull requests, enhancing code quality, security, and performance, streamlining the review process.

Core Features & Use Cases

  • Automated Code Review: Analyzes code changes for security vulnerabilities, performance bottlenecks, and adherence to best practices.
  • Customizable Patterns: Utilizes specialized review patterns to check for SQL injection, XSS, performance issues, code quality, and testing comprehensiveness.
  • Use Case: Use this skill when conducting code audits or reviewing pull requests for a team, improving the overall codebase health.

Quick Start

Review the pull request at [PR link].

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I automate code reviews for pull requests?

To automate code reviews for pull requests, you can use specialized scripts that analyze commit history to identify code quality issues, security vulnerabilities, and performance bottlenecks automatically.

What security checks are included in automated PR analysis?

Automated PR analysis includes security checks for vulnerabilities like SQL injection and XSS, utilizing customizable review patterns to detect threats and ensure code adherence to best practices.

How does performance review work for code commits?

Performance review works by analyzing code changes in pull request commits to detect performance bottlenecks, using specialized patterns to evaluate efficiency and identify areas needing optimization.

Do I need a specific repository setup to run automated code audits?

Yes, you need a code repository with commit history and support for review patterns defined in SKILL.md to run automated code audits and analyze pull requests effectively.

Can I customize code quality checks for my team's pull requests?

Yes, you can customize code quality checks by utilizing specialized review patterns defined in SKILL.md, allowing your team to target specific issues like testing comprehensiveness and code quality standards.

Why should I use automated PR analysis instead of manual code reviews?

Automated PR analysis streamlines the review process by consistently checking for security vulnerabilities, performance bottlenecks, and code quality issues, enhancing overall codebase health without manual effort.