Многоосевое ревью кода перед слиянием
★ 8.7 · testing
code-review-and-quality is a Claude Code skill that performs multi-axis code review before merging any change. It evaluates code across five dimensions: correctness (spec adherence, edge cases, error paths), readability and simplicity, architecture, security, and performance. The skill applies to code of any origin — human-written, agent-generated, or produced by another model. For each axis it goes beyond flagging issues and proposes concrete structural remedies: replacing conditional chains with typed models, moving feature logic into the owning module, or deleting pass-through wrappers that add indirection without clarity. The approval standard is pragmatic — a change is approved when it demonstrably improves overall code health, even if imperfect, making this skill the right choice for teams that want consistent, actionable pre-merge quality gates.
- #code-review
- #quality
- #correctness
- #security
- #performance