Agent skill · Code Review & Quality

uncle-bob-craft

Use when performing code review, writing or refactoring code, or discussing architecture; complements clean-code and does not replace project linter/formatter.

Nick44,086★ · +407/wk · 1 repos on radarProfile →
claude-codecodexcursorMIT
Install
npx skills add sickn33/agentic-awesome-skills --skill uncle-bob-craft --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 8
SKILL.md size: 10 KB
Bundled scripts: none
Declared author: antigravity-contributors
Path: skills/uncle-bob-craft/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 44,414 · +328 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Uncle Bob Craft Apply Robert C. Martin (Uncle Bob) criteria for **code review and production**: Clean Code, Clean Architecture, The Clean Coder, Clean Agile, and design-pattern discipline. This skill is **complementary** to the existing `@clean-code` skill (which focuses on the Clean Code book) and to your project's linter/formatter—it does not replace them. ## Overview This skill aggregates principles from Uncle Bob's body of work for **reviewing** and **writing** code: naming and functions (via `@clean-code`), architecture and boundaries (Clean Architecture), professionalism and estimation (The Clean Coder), agile values and practices (Clean Agile), and design-pattern use vs misuse. Use it to evaluate structure, dependencies, SOLID in context, code smells, and professional practices. It provides craft and design criteria only—not syntax or style enforcement, which remain the responsibility of your linter and formatter. ## When to Use This Skill - **Code review**: Apply Dependency Rule, boundaries, SOLID, and smell heuristics; suggest concrete refactors. - **Refactoring**: Decide what to extract, where to draw boundaries, and whether a design pattern is justified. - **Architectu

What's inside
Steps it walks through
  1. Overview
  2. When to Use This Skill
  3. Aggregators by Source
  4. Design Patterns: Use vs Misuse
  5. Smells and Heuristics (Summary)
  6. Review vs Production
  7. How It Works
  8. When reviewing code
  9. When writing or refactoring code
  10. Examples
  11. Example 1: Code review prompt (copy-pasteable)
  12. Example 2: Before/after (extract and name)
  13. Best Practices
  14. Common Pitfalls
Ships with 7 files
  • README.md
  • examples/code-review-checklist.md
  • reference.md
  • references/clean-agile.md
  • references/clean-architecture.md
  • references/clean-coder.md
  • references/design-patterns.md
More from agentic-awesome-skills
All skills →
About this skill
What does the uncle-bob-craft skill do?

Use when performing code review, writing or refactoring code, or discussing architecture; complements clean-code and does not replace project linter/formatter.

How do I install it?

Run `npx skills add sickn33/agentic-awesome-skills --skill uncle-bob-craft --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going