corpus-test
01Skill Claude CodeCodex
Run corpus regression tests against real-world OpenAPI specs. Usage: /corpus-test [short].
OpenAPI Specification (OAS) tools for validating, parsing, fixing, converting, diffing, joining, and building specs; as well as generating client/servers/types from specs.
Skill Claude CodeCodex
Run corpus regression tests against real-world OpenAPI specs. Usage: /corpus-test [short].
Skill Claude CodeCodex
Generate test scaffolding for a Go file following oastools conventions. Usage: /gen-test [function names...].
Skill Claude CodeCodex
Prepare a release (phases 1-6). Usage: /prepare-release [version]. If version omitted, infers from conventional commits. Coordinates agents for review, runs prepare-release.sh, then enhances release notes with rich formatting.
Skill Claude CodeCodex
Review unpushed commits before pushing for code quality, bugs, security issues, and error handling. Use when preparing to push commits, want pre-push code review, or need to validate changes before pushing. Runs comprehensive analysis using specialized review agents.
Skill Claude CodeCodex
Publish a prepared release (phase 7). Usage: /publish-release . Requires version argument. Wraps publish-release.sh for deterministic execution.
Skill Claude CodeCodex
Run full validation suite (make check + gopls diagnostics) and report structured pass/fail. Usage: /quality-gate [package...].
Skill Claude CodeCodex
Compare two OpenAPI spec versions, highlight breaking changes, and suggest migration steps.
Skill Claude CodeCodex
Explore an OpenAPI spec's structure using parse and walk tools.
Skill Claude CodeCodex
Auto-fix common OpenAPI spec issues with a preview-first workflow.
Skill Claude CodeCodex
Generate Go client, server, or type code from an OpenAPI spec.
Skill Claude CodeCodex
Validate an OpenAPI spec, explain errors clearly, and suggest or apply fixes.