About
Review Standard is a specialized Claude Code skill designed to automate and systematize the code review process before merging to the main branch. It ensures that every pull request adheres to strict documentation guidelines—such as requiring companion markdown files for source code and folder-level READMEs—while simultaneously identifying opportunities for code reuse and eliminating technical debt. By analyzing indirection, repetition patterns, and commit hygiene, it helps maintainers maintain high architectural standards and focus on critical logic rather than catching missing documentation or leftover debug statements.