Code Quality Review

Run a deliberately strict maintainability review of a diff: oversized files, spaghetti-condition growth, dead flexibility, and duplication inside a single module. USE WHEN: the user invokes "/code-quality-review", says "strict quality review", "deep code quality audit", "harsh maintainability review", or the review-loop skill reaches its self-review step. INVOKES: git diff, ripgrep, wc. DO NOT USE FOR: correctness or security review (Copilot and the normal review pass own those), or for DRY-ing code across cloud providers — that duplication is intentional here.

camunda 457cbde 2 files · 7.4 KB Updated

File contents

camunda/camunda-deployment-references/tree/main/.github/skills/code-quality-review commit 457cbde8bc

Frequently asked questions

npx skillmds@latest add camunda/code-quality-review