一键导入
stripe-testing
Steps to set up the Stripe CLI and forward webhook events to a local dev server for testing Stripe integrations.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Steps to set up the Stripe CLI and forward webhook events to a local dev server for testing Stripe integrations.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Reference conventions for React client components — Tailwind CSS, UI primitives (Dialog, Tooltip, Menu), constants, HTML sanitization, and component design patterns. Use when building or reviewing UI components in packages/client.
Conventions for the SDL-first GraphQL server — payload types, codegen mappers, dataLoaders, TypeScript safety, database patterns, and migration best practices. Use when writing or reviewing GraphQL mutations, queries, or resolvers.
Guide for moving inline auth checks out of GraphQL resolvers and into permissions.ts using graphql-shield rules. Use when adding, reviewing, or migrating authorization logic for mutations or queries.
| name | stripe-testing |
| description | Steps to set up the Stripe CLI and forward webhook events to a local dev server for testing Stripe integrations. |
brew install stripe/stripe-cli/stripe and then stripe login to get the port forwarder up and runningstripe listen --forward-to https://localhost:3000/stripe --skip-verify to forward Stripe events to your local server.