code-review

Review code diffs for reuse, simplicity, security, and performance issues.

Updated Mar 5, 2026
One-click install
npx skills add https://github.com/bouwerp/agentic-framework --skill code-review-bouwerp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/bouwerp/agentic-framework/tree/main/skills/code-review
Command: npx skills add https://github.com/bouwerp/agentic-framework --skill code-review-bouwerp

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill delivers a structured, multi-pass review to surface reuse opportunities, simplify complex changes, and uncover security or performance issues before code is merged.

Core Features & Use Cases

  • Three-pass framework: Reuse and Duplication, Simplicity and Quality, and Security & Performance checks to catch common AI-generated code smells.
  • Comprehensive guidance for post-implementation reviews on features, large refactors, and PR diffs across languages.
  • Actionable recommendations and a concise review summary to communicate findings to teammates and stakeholders.

Quick Start

Review a recent feature diff to surface reuse gaps, complexity hotspots, and security risks.

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 structured code review on a PR diff?

A structured code review uses a three-pass framework to check reuse, simplicity, and security on PR diffs. It identifies duplication, reduces complexity, and uncovers performance issues, generating a final review summary with actionable recommendations for teammates.

What is the best way to find security and performance issues after a large refactor?

Finding security and performance issues after a large refactor requires a structured review pass that analyzes code changes for vulnerabilities and execution bottlenecks. This process strengthens application security and improves overall performance before the code is merged.

How does a multi-pass code review catch AI-generated code smells?

A multi-pass code review catches AI-generated code smells by systematically evaluating diffs against checklists for reuse, simplicity, and security. This structured approach identifies duplication, reduces complexity hotspots, and resolves vulnerabilities often introduced by AI.

Can I use this structured code review for feature additions across different programming languages?

Yes, this structured code review applies to feature additions and PR diffs across multiple programming languages. It provides language-agnostic guidance to improve code reuse, reduce complexity, and strengthen security for any software engineering project.

When do I need a post-implementation code review?

You need a post-implementation code review when preparing feature additions, large refactors, or PR diffs for merge. It identifies reuse opportunities, simplifies complex changes, and uncovers security or performance issues before the code enters the main branch.