Skip to main content
ClaudeWave
Skill5.3k repo starsupdated 3d ago

stripe-reconciliation

Reconcile bounded Stripe payment and payout records with supplied business records while preserving object IDs, currency, time zone, and discrepancy evidence.

Install in Claude Code
Copy
git clone --depth 1 https://github.com/Devin-AXIS/iPolloWork /tmp/stripe-reconciliation && cp -r /tmp/stripe-reconciliation/examples/plugin-packages/stripe/skills/stripe-reconciliation ~/.claude/skills/stripe-reconciliation
Then start a new Claude Code session; the skill loads automatically.

SKILL.md

# Stripe Reconciliation

1. Confirm environment, account, currency, time zone, and inclusive reporting window.
2. Use bounded Stripe queries and the user-supplied business records; do not scan an unlimited account history.
3. Match by stable IDs first, then amount, currency, and timestamps when IDs are unavailable.
4. Classify exact matches, timing differences, fees, refunds, disputes, missing records, and ambiguous records separately.
5. Return a reproducible discrepancy list without modifying Stripe objects.

Do not combine currencies or treat pending balance activity as settled funds.