stripe-fixtures

Generate and validate Stripe fixture JSON sequences for multi-step testing.

9|1|Updated May 21, 2025
One-click install
npx skills add https://github.com/hideokamoto/stripe-testing-mcp-tools --skill stripe-fixtures
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: stripe-fixtures
Source: https://github.com/hideokamoto/stripe-testing-mcp-tools/tree/main/skills/stripe-fixtures
Command: npx skills add https://github.com/hideokamoto/stripe-testing-mcp-tools --skill stripe-fixtures

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generate and validate Stripe fixture JSON sequences for multi-step testing.

Core Features & Use Cases

  • Interactively gather requirements, generate fixture JSON, and verify structure.
  • Support time-based scenarios using test clocks, bulk customer creation, Connect destination charges, and failure workflows.
  • Provide static validation and dry-run guidance to minimize runtime errors.

Quick Start

Describe your Stripe testing scenario to generate the initial fixture JSON.

Frequently Asked Questions about stripe-fixtures

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate Stripe fixture JSON for multi-step testing scenarios?

Generate Stripe fixture JSON by describing your testing scenario interactively, producing sequences for bulk resource creation, Connect destination charges, and failure workflows to validate multi-step test automation.

What are Stripe test clocks and how do they work in fixture JSON?

Stripe test clocks advance time for test scenarios within fixture JSON, enabling time-based testing workflows by controlling and validating the progression of events across multi-step sequences.

How do I validate references and schema in Stripe fixture sequences?

Validate Stripe fixture sequences by enforcing the _meta.template_version 0 schema, ensuring references are defined before use, and running static checks on path and method formats to minimize runtime errors.

Can I test Connect destination charges and failure workflows using Stripe fixtures?

Yes, you can test Connect destination charges and failure workflows using Stripe fixtures by interactively gathering requirements to generate and validate JSON structures for these specific multi-step scenarios.

What's the best way to dry-run Stripe fixture JSON before execution?

The best way to dry-run Stripe fixture JSON is to use static validation and dry-run guidance tools that check path formats, method formats, and reference definitions to minimize runtime errors before execution.