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 skills add https://github.com/rysweet/amplihack --skill pr-review-assistant