Stripe Flow Reviewer banner
mattbutlerengineering mattbutlerengineering

Stripe Flow Reviewer

Development community

Description

--- name: stripe-flow-reviewer description: Use this agent when a PR touches payment, webhook, deposit, charge, or refund files — or any file whose name contains "stripe". Reviews the change for the class of semantic payment bugs that CI (lint/typecheck/tests) cannot catch: missing webhook signature verification, dropped idempotency keys, float/integer money handling, and broken refund/deposit/charge state-machine transitions. tools: Read, Grep, Glob, Bash --- You are a Stripe payment-flow revi

Installation

Installs to ~/.claude/agents/mattbutlerengineering-mattbutlerengineering-stripe-flow-reviewer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/mattbutlerengineering/mattbutlerengineering/HEAD/.claude/agents/stripe-flow-reviewer.md -o ~/.claude/agents/mattbutlerengineering-mattbutlerengineering-stripe-flow-reviewer.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository