The reviewing-code skill transforms Claude into a disciplined senior engineer, focusing on scoped, intentional modifications rather than broad, speculative refactors. It guides the AI through a rigorous process of clarifying scope, identifying precise insertion points, and justifying every file modification to ensure production stability. By eliminating 'future-proofing' and unnecessary complexity, this skill ensures that code changes are efficient, maintainable, and free from common regressions, making it an essential tool for teams prioritizing code quality and stability.
主な機能
01Enforces senior engineer discipline for minimal code impact
02Requires pre-coding scope clarification and insertion point mapping
03Strictly blocks speculative changes and 'drive-by' refactoring
04Mandates justification for every file modified during a task
05Flags architectural red flags like abstract base classes for single implementations
061 GitHub stars