What problem does it solve? Code review often splits into two disconnected activities: finding bugs and deciding whether to ship. This Skill combines both in one pass, producing file:line-evidenced findings alongside a blunt A-F grade, a deploy-safety gate, and a commit-hygiene scan, so reviewers get a complete ship decision without juggling separate tools. ## Core Features & Use Cases - Combined review and grading: Runs Instant-F security triggers, language-specific trap checks (TypeScript, React, Next.js, Drizzle/Prisma, Swift/iOS), and OWASP Top 10 analysis, then scores seven lanes from Correctness to Deploy Readiness into one overall A-F grade. - Deploy Safety and Commit Dirt gates: Evaluates breaking changes, rollback safety, blast radius, and environment readiness, plus scans every added diff line for secrets, debug artifacts, conflict markers, and accidentally staged files. - Threat mitigation verification: A --threat-verify mode checks that mitigations declared in a threat model are actually implemented, classifying each as CLOSED, OPEN, or UNREGISTERED. - Use Case: Before merging a PR that touches payment webhook handling, invoke the skill to get P0-P3 findings with fix paths, a grade capped by the payment-surface rules, and a ship/hold recommendation. ## Quick Start Use the suede-code skill to review and grade this pull request, including security checks and a deploy-safety verdict.