What problem does it solve?
Speakeasy-generated Terraform provider releases have 7 critical manual intervention steps that code generation automation does not handle, and skipping any of these steps results in broken, misleading, or silently undocumented releases that fail in production or confuse end users.
Core Features & Use Cases
- Step-by-step canonical release sequence: Clear, ordered workflow with explicit markers for manual vs automated steps, eliminating guesswork during version bumps and code regenerations.
- Detailed edge case guidance: In-depth instructions for each of the 7 sharp edges, including provider registration fixes, doc emission ordering, README version lag workarounds, breaking change logging, patch tripwire extension, human-only tagging, and post-tag release note polish.
- Pre-PR verification and templates: Built-in verification commands and a PR description template to catch issues before merge, ensuring releases are complete and consistent.
- Use Case: For teams maintaining Speakeasy-generated Terraform providers, this skill eliminates the risk of shipping broken releases by codifying all required manual checks that are easy to miss during fast-paced regen cycles.
Quick Start
Invoke the release skill to execute the full end-to-end release workflow for the ConductorOne Terraform provider, including all mandatory manual edge checks and pre-PR verification steps.