Content
80%Weight 40%Scale 1-5Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
A well-structured, highly actionable reference with real, clearly signaled bundle files and executable examples throughout. Its main weakness is the absence of an explicit validation/feedback loop for the destructive apply-mode test workflow, which caps workflow clarity.
Suggestions
Add a short workflow with a validation checkpoint before apply-mode tests — e.g., run plan-mode unit tests first, confirm they pass, then run apply-mode integration tests — to satisfy the destructive-operation feedback-loop requirement.
Consolidate the similar "Common Test Patterns" examples (outputs, conditional resources, resource counts, tags, data sources) into a smaller set or move the variations into references/EXAMPLES.md to tighten the body.
Cross-link the cleanup-ordering guidance from the apply-mode workflow so the reverse-destroy behavior is visible at the point a user decides to run destructive tests.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is largely lean and assumes Terraform competence, but several "Common Test Patterns" sections (validate outputs, conditional resources, resource counts, tags, data sources) are variations of the same run-block-plus-assert structure and could be condensed without losing clarity. | 4 / 5 |
Actionability | Provides copy-paste-ready HCL examples for each pattern and concrete `terraform test` invocations with flags (-filter, -verbose, -no-cleanup), covering the common cases a user would actually run. | 5 / 5 |
Workflow Clarity | Apply-mode tests create and destroy real cloud resources — a destructive/batch operation — yet the skill offers no explicit validate-then-proceed checkpoint or feedback loop (e.g., run plan-mode tests first, confirm green, then run apply-mode), which caps this dimension at 3 per the rubric. | 3 / 5 |
Progressive Disclosure | Three real bundle files (MOCK_PROVIDERS.md, CI_CD.md, EXAMPLES.md) are listed in a dedicated "Reference Files" section with one-line descriptions and a "Read the relevant reference file when…" navigation cue — one level deep, clearly signaled. | 5 / 5 |
Total | 17 / 20 Passed |