Ревью кода Angular и TypeScript перед слиянием
★ 6.7 · vibe-coding
angular-cop is a Claude Code skill that performs pre-merge code reviews for Angular + TypeScript pull requests: it diffs the current branch against a target branch (from merge-base to HEAD), runs lint and tsc, and applies dedicated checklists covering signals, RxJS hygiene, clean architecture, flurryx state management, and TypeScript strict mode. If an AGENTS.md file exists in the repository, its rules are loaded automatically and override the skill's built-in defaults. Findings are classified across six severity levels — from blocking bugs and security issues to optional nits — and assembled into a structured report with a final verdict of APPROVE, APPROVE-WITH-CHANGES, or BLOCK. Output verbosity adapts to the author's seniority level: detailed teaching mode for juniors, concise mode for seniors. The skill is read-only and never patches code, making it safe to run as part of any Angular PR review workflow.