Автоматический code review и чистка антипаттернов
testing
code-quality is a Claude Code skill that performs deep code reviews and cleans up quality issues in the vm0 project. It supports two operations: `review` — analyzing commits or PRs and saving structured reports under `codereviews/YYYYMMDD`, and `cleanup` — removing defensive try-catch blocks. Reviews cover 13+ bad-smell categories including unnecessary error suppression, TypeScript `any` usage, hardcoded URLs, artificial test delays, database mocking in route tests, mock state leakage, dynamic imports, and deployment compatibility violations. The skill reads project-specific docs (`bad-smell.md`, `testing.md`, `cache.md`, `deployment-compatibility.md`) to apply context-aware rules, making it useful for teams that want automated, opinionated code review with fail-fast and strict testing standards.
- #code-review
- #code-quality
- #refactoring
- #static-analysis
- #testing