원클릭으로
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.