Smart PR Review banner
fullstackcrew-alpha fullstackcrew-alpha

Smart PR Review

AI community intermediate

Description

> An AI code reviewer with opinions. Not a yes-machine.

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

πŸ” Smart PR Review

An AI code reviewer with opinions. Not a yes-machine.

[](https://github.com/fullstackcrew-alpha/skill-smart-pr-review/stargazers) [](https://clawhub.ai/s/smart-pr-review) [](LICENSE) [](https://www.typescriptlang.org/) [](SKILL.md)

If you find this useful, please give it a star β€” it helps others discover it.


Why Another Code Review Tool?

Most AI code review tools are **yes-machines** β€” they surface linting issues, suggest minor refactors, and approve everything else. Smart PR Review is different: it acts like a **Staff Engineer who's seen production meltdowns** and won't let your code ship until the hard questions are answered.

Feature GitHub Copilot Code Review Smart PR Review
Review stance Suggests Judges
Says "this approach is wrong" Rarely Yes, in the Summary
Review depth Line-level suggestions 6-layer deep analysis
Devil's Advocate mode No Built-in
Architectural review Limited Dedicated layer
Output format Inline comments Structured report (paste-ready)
Security audit Basic Dedicated layer with OWASP checks
Severity discipline Flat suggestions MUST FIX / SHOULD FIX / SUGGESTION
Webhook automation Built-in Self-hosted via index.ts
Language-specific checks Generic TS/JS, Python, Go, Rust specific

Overview

Smart PR Review is an opinionated AI code reviewer that performs **6-layer deep analysis** with a **Devil's Advocate mechanism** β€” it actively challenges your assumptions and stress-tests your code against real-world failure modes.

It doesn't just check *if* your code works. It asks: *what happens when it doesn't?*

**Core values:**

  • Direct β€” "This approach is wrong" beats "This is an interesting choice"
  • Actionable β€” Every issue comes with replacement code, not vague advice

...