What problem does it solve?
Manually testing the entire Speckit specification-to-implementation pipeline is complex and time-consuming. This skill provides an automated test harness to execute all Speckit phases non-interactively, ensuring consistent artifact generation, validating cross-phase consistency, and streamlining your development workflow.
Core Features & Use Cases
- Full Pipeline Testing: Orchestrate and execute the complete Speckit workflow (Phase 0 → Phase 3) without user intervention.
- Artifact Validation: Automatically validate the generation of
spec.md, plan.md, tasks.md, and Terraform code across all commands.
- Subagent Orchestration: Utilizes subagents to isolate and manage each phase's execution, improving debugging and efficiency.
- Use Case: Automatically test a new infrastructure requirement, from initial specification to Terraform code generation and sandbox deployment, ensuring the entire process is robust and reliable before production rollout.
Quick Start
I need to test the Speckit pipeline for an Auto-Scaling Group with ALB. Use the github-speckit-tester skill to execute the full workflow non-interactively, starting with validating the environment and then creating the feature specification.