Content
77%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
The body is highly actionable with executable code and a well-sequenced, validated workflow. Its main weakness is organization: extensive remediation code is inlined that duplicates the two unreferenced bundle files, which both pads the document and leaves the references unused.
Suggestions
Replace the inline Terraform and Kubernetes remediation code in Phase 4 with brief pointers to references/terraform-security-patterns.md and references/kubernetes-security-patterns.md, keeping only one representative example per platform in SKILL.md.
Remove the 'Quick Start' block or fold it into Phase 1, since it restates the same discovery→scan→analyze→remediate steps the phases already cover.
Add a short 'References' section that explicitly links the two bundle files so the progressive-disclosure structure is clear and navigable.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is mostly efficient and actionable, but the inline remediation code (Terraform/Kubernetes/CloudFormation fixes) duplicates the existing reference bundle files, and the 'Quick Start' block repeats what the Phase sections already cover, so it could be tightened. | 2 / 3 |
Actionability | Provides fully executable commands and copy-paste-ready code throughout — 'terraform plan -out=tfplan', 'terraform show -json tfplan', concrete snyk_iac_scan invocations with parameters, and complete HCL/YAML remediation snippets. | 3 / 3 |
Workflow Clarity | A clearly sequenced five-phase workflow (Discovery → Execute → Analyze → Remediation → Verification) with an explicit validation feedback loop in Phase 5 ('Re-scan After Changes' with before/after reporting) and an error-handling table for recovery. | 3 / 3 |
Progressive Disclosure | Two reference files exist (terraform-security-patterns.md, kubernetes-security-patterns.md) but the body never signals or links them, while the detailed remediation code that belongs in those references is kept inline — content that should be separate is inline and references are not surfaced. | 2 / 3 |
Total | 10 / 12 Passed |