Ревью pull request по архитектурным стандартам

★ 7.5 · code-analysis-tools

distilly-code-review is a Claude Code skill that guides thorough pull request reviews on the distilly branch, enforcing architectural requirements, defensive patterns, and testing standards. The workflow starts by confirming base and head commits via `git diff --stat origin/dot-skill...HEAD`, then works through blocking requirements in `docs/process/code-review.md`, the relevant design chapter from `docs/design/v1/`, defensive patterns for async, credentials, adapters, and queues, and test coverage per `docs/testing.md`. Every reported issue must include defect, path, impact, and evidence, with blockers clearly separated from suggestions. The skill is built for developers who need substantiated review feedback before merging — not a nit list generated because CI is green.