返回 Skill 列表
extension
分类: 开发与工程无需 API Key

github-speckit-tester

用于非交互式执行Speckit工作流程的测试工具,使用子代理。当您需要测试完整的Speckit管道(阶段0→阶段3)或单独的阶段、验证所有命令中的工件生成、自动化测试从规范到实现的工作流程,或验证跨阶段一致性时,请使用此工具。此技能无需用户干预即可按顺序编排所有Speckit命令的执行。

person作者: jakexiaohubgithub

GitHub Speckit Tester

A comprehensive test harness for validating the Speckit workflow system by executing all phases non-interactively using subagents.

Overview

This skill provides automated testing capabilities for the complete Speckit pipeline, executing all commands in sequence from specification to implementation without requiring user interaction.

Core Concepts

Non-Interactive Execution

All Speckit commands must be executed without user intervention:

  • Automatic decision making for spec clarifications
  • Default selections for ambiguous choices
  • Automated validation and progression through phases
  • Error handling and recovery without user input

Document start time and end time, totals execution time, and tokens consumed inclusive of all subagents

Execution Workflow

1 validate-env.sh → env ok 2 /speckit.specify → spec.md 3 /speckit.clarify → spec.md updated 4 /speckit.plan → plan.md, data-model.md 5 /review-tf-design → approved 6 /speckit.tasks → tasks.md 7 /speckit.analyze → analysis 8 /speckit.implement → tf code + sandbox test 9 deploy (cli) → init/plan/apply 10 /report-tf-deployment → report 11 cleanup (confirm) → destroy