testing-auth-setup
Installation
SKILL.md
Testing Auth Setup
Runs the Scalekit dryrun CLI to validate that your auth integration is correctly configured against a live environment.
Guardrails
- MUST confirm
SCALEKIT_ENVIRONMENT_URLandSCALEKIT_CLIENT_IDare set before running the dryrun command. - MUST ask for
organization_idbefore runningssomode if it wasn't provided. - MUST show the dryrun output and explain what passed/failed in plain language, not just report success or failure silently.
- MUST NOT guess between
fsaandssomode when it's ambiguous — ask the user which to use.
Modes
| Mode | What it tests | When to use |
|---|---|---|
fsa |
Full-stack auth login flow | User is setting up or verifying login, callback, and session handling |
sso |
Enterprise SSO flow | User is setting up or verifying SAML/OIDC SSO with an identity provider |