Agent Claude Code
Reviews changes for correctness, maintainability, and adherence to repo conventions. Use proactively after writing or changing a meaningful chunk of code, before opening or merging a PR.
Capture, inspect, replay and deliver webhooks. Open source, with a free permanent signed URL, signature verification, and one-command replay to localhost.
Agent Claude Code
Reviews changes for correctness, maintainability, and adherence to repo conventions. Use proactively after writing or changing a meaningful chunk of code, before opening or merging a PR.
Agent Claude Code
Reviews test coverage, edge cases, and behavioral completeness for changes. Use proactively after implementing or changing behavior in ingestion, delivery, signing, dedup, retries, or replay. Can flag changes as blocking when critical paths are untested.
Agent Claude Code
Reviews changes for injection, XSS, secret leakage, broken authz, SSRF in the webhook delivery dialer, and PII/PHI in logs. Use proactively on changes touching ingestion, the delivery dialer, auth, logging, or data handling.
Agent Cursor
Reviews code comments, docstrings, and doc comments for accuracy against the actual code. Use proactively after changes that alter behavior, signatures, or invariants to catch stale, misleading, or redundant comments.
Agent Cursor
Reviews changes for swallowed errors, empty catch blocks, ignored return/rejection values, and inadequate logging that hides failures. Use proactively on changes touching ingestion, the delivery dialer, retries, signing/verification, or anything with error handling.
Agent Cursor
Reviews TypeScript type design — invariants, encapsulation, and making illegal states unrepresentable. Use proactively on changes that add or reshape domain types, public APIs, shared types, or state machines (ingestion, delivery, retry, signing).