Claude skills for Workflow
4 skills in the bank are filed under Workflow. They are grouped here because they compete for the same jobs — which is the reason an agent reaching for one of them sometimes gets another.
- Code ReviewMatt PocockReviews a diff since a fixed point along two axes at once: whether the code follows the repo's own documented standards, and whether it does what the originating ticket actually asked for. The second axis is the unusual one — it catches work that is clean but off-brief.
- Code ReviewerCodeRabbitHands the diff to a commercial review engine and reports what it finds: vulnerabilities, code smells, convention breaches, performance traps and likely bugs. You are buying somebody else's trained reviewer rather than running your own checklist.
- Code ReviewerJeff AllanOne sweep across everything at once: correctness, security, N+1 queries, naming, architecture and test coverage, returned as a single prioritised report. Breadth in one pass, where the specialised reviewers each go deep on one axis.
- Security ReviewSentryHunts only for exploitable security holes — injection, XSS, broken auth, weak crypto — and deliberately stays quiet unless it can point at attacker-controlled input reaching a vulnerable pattern. It reports high-confidence findings only, so a clean run is not proof of safety.
The Workflow pairs people mix up
Side-by-side, with a worked situation for each side.
Knowing the Workflow list is the easy half. Picking from it under time pressure is the game.
Today's session