Content
22%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
This skill functions as a table of contents for Terraform best practices rather than an actionable skill. It lists 37 rules across 10 categories but provides zero concrete code examples, commands, or workflows. All substantive content is deferred to external rule files that are not included in the bundle, making the skill nearly unusable on its own.
Suggestions
Add concrete, executable Terraform code examples for at least the CRITICAL-priority rules (e.g., remote backend configuration, secret management patterns) directly in the SKILL.md.
Include a workflow section describing the sequence of steps for common tasks like 'reviewing existing Terraform code' or 'writing a new module', with validation checkpoints (e.g., 'run terraform validate', 'run tflint', 'review plan output').
Either include the referenced rule files in the bundle or inline the most important rule content so the skill has standalone value without external dependencies.
Remove the 'When to Apply' section (obvious from context) and the verbose category table; replace with a compact priority-ordered checklist that Claude can act on directly.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The content is reasonably organized but includes unnecessary framing ('Comprehensive optimization guide...maintained by Terramate', 'When to Apply' section listing obvious triggers). The 37-rule listing is essentially a table of contents that could be more compact, and the priority table adds moderate value but also bulk. | 2 / 3 |
Actionability | The skill provides no concrete code examples, no executable commands, and no specific Terraform patterns. It is entirely a catalog of rule names with one-line descriptions, deferring all actual guidance to external rule files that are not provided in the bundle. | 1 / 3 |
Workflow Clarity | There is no workflow, sequence, or process described. The content is a flat index of rules with no guidance on how to apply them in sequence, no validation checkpoints, and no decision trees for when reviewing or writing Terraform code. | 1 / 3 |
Progressive Disclosure | The skill references individual rule files (e.g., 'rules/state-remote-backend.md') and a compiled 'AGENTS.md', which is good structure in principle. However, no bundle files are provided, so the references are unverifiable, and the SKILL.md itself is mostly a table of contents with little standalone value beyond navigation. | 2 / 3 |
Total | 6 / 12 Passed |