codereview

Analyze branch diffs and generate a Markdown pre-PR review report.

8|Updated Apr 1, 2026
One-click install
npx skills add https://github.com/j0ruge/skills_commands_manager --skill codereview-j0ruge
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: codereview
Source: https://github.com/j0ruge/skills_commands_manager/tree/main/plugins/codereview/skills/codereview
Command: npx skills add https://github.com/j0ruge/skills_commands_manager --skill codereview-j0ruge

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Automated pre-PR code review by analyzing diffs between the current branch and the main branch, producing a structured report with severity-rated findings, test coverage, documentation sync checks, and a final grade.

Core Features & Use Cases

  • Automated detection of code quality issues, security concerns, race conditions, and documentation gaps across changed files.
  • Generates a unified Markdown report with a Secrets Detection table and a conclusions section for quick triage.
  • Supports optional external secret scanners (ggshield/gitleaks) and cross-file risk assessment.

Quick Start

Run the codereview workflow on a feature branch to generate a comprehensive review report.

Frequently Asked Questions about codereview

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

FAQPage Schema
How do I perform an automated pre-PR code review on my feature branch?▼

To perform an automated pre-PR code review, the tool analyzes the diff between your current and main branch to generate a structured Markdown report containing severity-rated findings, test coverage, and a final grade.

What is included in an automated pre-PR code review report?▼

An automated pre-PR code review report includes severity-rated findings across code, UI libraries, configs, and tests, applying detection passes for security, performance, type safety, documentation, and a Secrets Detection table.

Can I integrate external secret scanners like gitleaks into my pre-PR review?▼

Yes, you can optionally integrate external secret scanners like ggshield or gitleaks into the pre-PR review to enhance the embedded Secrets Detection table and cross-file risk assessment.

Does automated code review check for documentation gaps and race conditions?▼

Yes, automated code review detects documentation gaps and race conditions alongside security concerns and code quality issues, ensuring changed files are thoroughly evaluated before generating a conclusions section.

What file types are analyzed during a pre-PR static analysis?▼

Pre-PR static analysis operates across CODE, UI_LIB, CONFIG, and TESTS file categories, applying targeted detection passes to identify type safety, performance bottlenecks, and exposed secrets.