akz4ol/Spec Test Generator
Generate requirements and test cases from PRDs with stable, traceable IDs
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Jan 12, 2026
- License
- MIT
Pinned Snippet
uses: akz4ol/spec-test-generator-skill@38978fed9bc7ab174207634d337375856b33fefa # v1.0.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| prd-path | Path to PRD markdown file | yes | — |
| output-dir | Directory for generated artifacts | no | specs |
| output-formats | Comma-separated output formats (markdown,json,gherkin,csv) | no | markdown,csv |
| strict | Enable strict mode (requires 2+ tests per requirement) | no | false |
| github-token | GitHub token for PR comments | no | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| requirements-count | Number of requirements generated |
| test-cases-count | Number of test cases generated |
| coverage-gaps | Number of coverage gaps found |
| requirements-path | Path to generated REQUIREMENTS.md |
| traceability-path | Path to generated TRACEABILITY.csv |