Skip to main content
Run any Skill in Manus
with one click
GitHub repository

oastools

oastools contains 11 collected skills from erraggy, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
11
Stars
5
updated
2026-02-20
Forks
4
Occupation coverage
2 occupation categories · 100% classified
repository explorer

Skills in this repository

prepare-release
software-developers

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.

2026-02-20
corpus-test
software-quality-assurance-analysts-and-testers

Run corpus regression tests against real-world OpenAPI specs. Usage: /corpus-test [short]

2026-02-15
gen-test
software-quality-assurance-analysts-and-testers

Generate test scaffolding for a Go file following oastools conventions. Usage: /gen-test <file.go> [function names...]

2026-02-15
prereview
software-quality-assurance-analysts-and-testers

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.

2026-02-15
publish-release
software-developers

Publish a prepared release (phase 7). Usage: /publish-release <version>. Requires version argument. Wraps publish-release.sh for deterministic execution.

2026-02-15
quality-gate
software-quality-assurance-analysts-and-testers

Run full validation suite (make check + gopls diagnostics) and report structured pass/fail. Usage: /quality-gate [package...]

2026-02-15
diff-specs
software-developers

Compare two OpenAPI spec versions, highlight breaking changes, and suggest migration steps

2026-02-15
explore-api
software-developers

Explore an OpenAPI spec's structure using parse and walk tools

2026-02-15
fix-spec
software-developers

Auto-fix common OpenAPI spec issues with a preview-first workflow

2026-02-15
generate-code
software-developers

Generate Go client, server, or type code from an OpenAPI spec

2026-02-15
validate-spec
software-quality-assurance-analysts-and-testers

Validate an OpenAPI spec, explain errors clearly, and suggest or apply fixes

2026-02-15