What problem does it solve? Reviewing pull requests consistently against a repository's custom rules is time-consuming and error-prone. This Skill automates a structured review of pull requests, diffs, or branches in the clawker repository, checking each change against the project's defined priority rules. ## Core Features & Use Cases - Lint Suppression Detection: Scans every added or changed line for //nolint, #nosec, and //lint:ignore suppressions and reports each as a priority 1 comment. - Control Plane Security Checks: Verifies gRPC servers and listeners use the correct auth interceptor chain, lane-specific certificates, mutual TLS settings, and panic-safe serve goroutines. - Repository Convention Enforcement: Validates CLAUDE.md symlinks point to AGENTS.md and confirms all version pins (Docker FROM, GitHub Actions uses:, image constants) carry SHA digests or full commit SHAs. - Use Case: When a teammate opens a pull request adding a new gRPC listener under controlplane/, invoke this Skill to automatically verify the auth interceptor, certificate lane isolation, and version pinning before approving. ## Quick Start Ask the AI to review the current pull request or branch diff using the code-review procedure defined for this repository.