This is a code review assistant that checks PRs against a specific development philosophy called amplihack, which emphasizes ruthless simplicity, modular "brick and stud" architecture, and zero placeholder code. It looks for over-engineering patterns like premature abstraction, future-proofing, and TODOs in production code, then suggests concrete simplifications with file and line references. The skill is opinionated by design, basically enforcing a "less is more" approach where every line must justify its existence and modules should be self-contained with clear contracts. If your team values aggressive simplification and has strong opinions about avoiding complexity creep, this gives you a structured way to enforce those standards in reviews.
npx -y skills add rysweet/amplihack --skill pr-review-assistant --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
cursor/plugins
github/awesome-copilot
alirezarezvani/claude-skills
microsoft/win-dev-skills