Pragmatic Clean Code Reviewer banner
Zhen-Bo Zhen-Bo

Pragmatic Clean Code Reviewer

Code Quality community

Description

A Claude Code skill for conducting rigorous code reviews based on Clean Code, Clean Architecture, and The Pragmatic Programmer principles

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Clean Code Clean Architecture Pragmatic Programmer

Pragmatic Clean Code Reviewer

A Claude Code skill for conducting rigorous code reviews based on software engineering classics

InstallationUsageFeaturesProject PositioningRule Sources


Overview

This skill transforms Claude Code into a **strict code review expert** that evaluates your code against 350+ rules from three foundational software engineering books:

Book Author Rules
📗 The Pragmatic Programmer David Thomas & Andrew Hunt 100 Tips
📘 Clean Code Robert C. Martin 202 Rules
📙 Clean Architecture Robert C. Martin 48 Principles

**Philosophy:** Let machines handle formatting; humans focus on logic and design.


Installation

Quick Install

Tool Command
Claude Code git clone https://github.com/Zhen-Bo/pragmatic-clean-code-reviewer.git ~/.claude/skills/pragmatic-clean-code-reviewer
OpenCode git clone https://github.com/Zhen-Bo/pragmatic-clean-code-reviewer.git ~/.config/opencode/skills/pragmatic-clean-code-reviewer
Codex git clone https://github.com/Zhen-Bo/pragmatic-clean-code-reviewer.git ~/.codex/skills/pragmatic-clean-code-reviewer

From GitHub Release

  1. Go to [Releases](https://github.com/Zhen-Bo/pragmatic-clean-code-