stripe-test-data-lifecycle

Automate Stripe test data setup, verification, and cleanup workflows.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Set up, verify, and clean up Stripe test data end to end for test customers, products, and subscriptions, ensuring repeatable environments and tidy test accounts.

Core Features & Use Cases

  • Setup test data: create customers, products, and subscriptions with test clocks and metadata.
  • Verify and clean up: validate cleanup order to avoid orphaned data and deletions in test mode only.
  • Reproducible workflows: repeatable setup-then-teardown cycles with safe archiving and deletion.

Quick Start

Follow the workflow to set up test data, verify results, and clean up leftovers in a single end-to-end cycle.

Frequently Asked Questions about stripe-test-data-lifecycle

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

FAQPage Schema
How do I automate Stripe test data lifecycle management for customers and subscriptions?

You can automate Stripe test data lifecycle management by orchestrating end-to-end workflows that create, verify, and clean up test customers, products, and subscriptions with metadata tagging and test clocks.

What is the best way to clean up Stripe test data without orphaning subscription objects?

The best way to clean up Stripe test data is to validate the deletion order for subscriptions, customers, and products, ensuring operations execute strictly in test mode with proper safeguards to avoid orphaned data.

How do I set up reproducible Stripe test data environments with test clocks?

You set up reproducible Stripe test data by running repeatable setup-then-teardown cycles that create customers and subscriptions with attached test clocks and metadata for reliable QA environments.

Can I tag Stripe test data to separate it from live mode operations?

Yes, you can tag Stripe test data by applying metadata to created customers, products, and subscriptions, which ensures safe archiving and enforces test-mode only operations during cleanup workflows.

Does Stripe test data automation work for both product and subscription cleanup?

Yes, Stripe test data automation works for both by validating the cleanup order across all Stripe objects, ensuring safe archiving and deletion of products, customers, and subscriptions in test mode.