code-review

Review code changes for security and quality issues with file:line recommendations.

Updated Feb 15, 2026
One-click install
npx skills add https://github.com/leejaedus/pepcode --skill code-review-leejaedus
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/leejaedus/pepcode/tree/main/skills/code-review
Command: npx skills add https://github.com/leejaedus/pepcode --skill code-review-leejaedus

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Conduct thorough code reviews to identify security vulnerabilities, code-quality issues, and maintainability concerns, providing severity-rated feedback to guide fixes.

Core Features & Use Cases

  • Identify Changes: Run git diff to detect modified files and scope the review.
  • Review Categories: Security, Code Quality, Performance, Best Practices, Maintainability.
  • Severity Rating: CRITICAL, HIGH, MEDIUM, LOW with guidance.
  • Specific Recommendations: Provide file:line locations and concrete fixes.
  • Agent Delegation: Explain that it delegates to code-reviewer agent with options for external validation.

Quick Start

Ask the AI to perform a code review on the changed files and return a prioritized, actionable report including file:line locations and concrete fixes.

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 thorough code review before a pull request merge?

A thorough code review before a pull request merge runs git diff to identify modified files, then scopes the review across security, code quality, performance, and maintainability categories to detect vulnerabilities and code smells.

What are the best ways to identify security vulnerabilities and code smells in modified files?

Identifying security vulnerabilities and code smells in modified files requires a comprehensive review of changes that applies category-specific detection to generate severity-rated feedback with concrete fixes.

Can I get actionable file and line recommendations for code quality issues?

Yes, you can get actionable file and line recommendations for code quality issues, as the code review process provides specific file:line locations and concrete fixes guided by severity ratings like CRITICAL, HIGH, MEDIUM, and LOW.

Does this code review approach work across various programming languages and repositories?

Yes, this code review approach works across various programming languages and repositories, applying to code review scenarios before merges and pull requests to detect maintainability concerns and performance issues.

How are code quality and security issues rated for prioritization during a code review?

Code quality and security issues are rated for prioritization using severity levels of CRITICAL, HIGH, MEDIUM, and LOW, providing guidance to help developers fix the most impactful maintainability and security vulnerabilities first.