選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

instructions.md 1.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. # Test Quality Review
  2. **Workflow:** `bmad-testarch-test-review`
  3. **Version:** 5.0 (Step-File Architecture)
  4. ---
  5. ## Overview
  6. Review test quality using TEA knowledge base and produce a 0–100 quality score with actionable findings.
  7. Coverage assessment is intentionally out of scope for this workflow. Use `trace` for requirements coverage and coverage gate decisions.
  8. ---
  9. ## WORKFLOW ARCHITECTURE
  10. This workflow uses **step-file architecture**:
  11. - **Micro-file Design**: Each step is self-contained
  12. - **JIT Loading**: Only the current step file is in memory
  13. - **Sequential Enforcement**: Execute steps in order
  14. ---
  15. ## INITIALIZATION SEQUENCE
  16. ### 1. Configuration Loading
  17. From `workflow.yaml`, resolve:
  18. - `config_source`, `test_artifacts`, `user_name`, `communication_language`, `document_output_language`, `date`
  19. - `test_dir`, `review_scope`
  20. ### 2. First Step
  21. Load, read completely, and execute:
  22. `{skill-root}/steps-c/step-01-load-context.md`
  23. ### 3. Resume Support
  24. If the user selects **Resume** mode, load, read completely, and execute:
  25. `{skill-root}/steps-c/step-01b-resume.md`
  26. This checks the output document for progress tracking frontmatter and routes to the next incomplete step.