Content
21%Scale 1-5Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
This skill is essentially a hollow orchestration document that delegates all actual work to other skills without providing any concrete Terraform knowledge, code examples, or executable commands. It follows a repetitive template across 7 phases that adds structural bulk without substance. The complete absence of HCL code, CLI commands, or specific configuration guidance makes it nearly useless as a standalone skill for Terraform infrastructure work.
Suggestions
Add concrete, executable Terraform examples: at minimum include HCL snippets for provider configuration, a basic resource definition, and module structure, plus key CLI commands like `terraform init`, `terraform plan`, `terraform apply`.
Add explicit validation steps within the workflow: include `terraform validate`, `terraform plan` review before apply, and `terraform state list` for state verification — these are critical for destructive infrastructure operations.
Replace vague action items ('Configure networking', 'Set up compute') with specific, actionable guidance or at least concrete examples of what these look like in Terraform HCL.
Either inline essential Terraform content or ensure the referenced skills (terraform-skill, terraform-specialist, etc.) actually exist in the bundle — currently the skill delegates everything but provides nothing itself.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The skill is heavily padded with repetitive structure across 7 phases that all follow the same template of 'Skills to Invoke / Actions / Copy-Paste Prompts' without providing any actual Terraform knowledge. It lists vague action items like 'Design infrastructure' and 'Configure networking' that add no value. The 'Copy-Paste Prompts' sections are just one-line delegations to other skills. | 2 / 5 |
Actionability | There is zero executable guidance anywhere in this skill — no Terraform code, no HCL examples, no CLI commands (not even `terraform init` or `terraform plan`), no configuration snippets. Every 'action' is a vague directive like 'Configure backend' or 'Set up compute' with no concrete steps. The 'Copy-Paste Prompts' just delegate to other skills without providing any actual instructions. | 1 / 5 |
Workflow Clarity | While there is a rough 7-phase sequence, the steps within each phase are vague bullet points with no specifics. There are no validation checkpoints within phases — the Quality Gates at the end are superficial checklists ('Resources provisioned', 'Modules working') with no guidance on how to verify. For infrastructure operations that are destructive/batch in nature, the complete absence of validation steps like `terraform plan` review before `terraform apply` is a critical gap. | 2 / 5 |
Progressive Disclosure | The skill references multiple external skills and workflows (terraform-skill, terraform-specialist, terraform-module-library, etc.), which suggests an intent for progressive disclosure. However, none of these referenced files are provided in the bundle, and the SKILL.md itself contains no substantive content — it's essentially just a routing table to other skills with no useful overview content of its own. | 3 / 5 |
Total | 8 / 20 Passed |