AF alibabacloud-terraform-import
This skill should be used when the user asks to "导入阿里云资源到 Terraform", "terraform import 阿里云", "将现有云资源纳入 Terraform 管理", "阿里云资源迁移 Terraform", "生成 terraform state", "import alicloud resources", "阿里云 IaC 迁移", "阿里云 Terraform 导入", or needs to manage existing Alibaba Cloud resources with Terraform. Guides users step-by-step through environment check, authentication, resource discovery, HCL generation, state import, validation, and dependency graph. Supports both one-time migration and incremental sync.
As a process F 47/100 · Will not run — References files that are not bundled: examples/provider.tf, examples/dependency-graph.txt
How to improve
- The text references files that are not there: add them or drop the references.
- Your own cases (evals/evals.json, 4–6 real requests with expected answers): the full check would then run those instead of a model-drafted suite.
- A spec.yaml with trigger phrases and assertions — a behaviour contract for CI; `skilltest init` writes a template.
Guard findings · 4
✓ No critical or high findings
Medium and low: 4
-
low Dangerous commands
cmd-cron-mentionreferences/incremental-sync.md:253Mentions editing / listing crontab# Add to crontab (crontab -e):
-
low Secrets in code
secret-high-entropy-tokenreferences/resource-hub-api.md:186High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"NextToken": "eyJz…SJd****"
quoted -
low Secrets in code
secret-high-entropy-tokenreferences/resource-hub-api.md:282High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"NextToken": "eyJz…SJd****"
quoted -
low Dangerous commands
cmd-privilegeSKILL.md:53Privilege escalation / world-writable permissions (quoted — discussed, not commanded)- aliyun CLI missing (Linux): Run `curl -sSL --connect-timeout 10 --max-time 120 https://aliyuncli.alicdn.com/aliy…tgz | tar xz && sudo mv aliyun /usr/local/bin/`
quoted
Files scanned: 10. Evidence is masked. Grey chips explain why severity was lowered.
Against the Agent Skills spec
- warning
missing-refreference to a missing file: examples/provider.tf - warning
missing-refreference to a missing file: examples/dependency-graph.txt
Process rating: all ten parameters 47/100
- 0Tools and files. 2 referenced file(s) missing: examples/provider.tf, examples/dependency-graph.txt
- 0Result and completion. Does not say what the result is
- 0Inputs and preconditions. Does not say what the process needs to start
- 0Progress reporting. Says nothing while it works
- 70When it triggers. States when to use, but not when not to
- 70Execution cost. Instruction body is 4752 tokens
- 85Steps. 88 steps, 1 vague phrases
- 100Failures and branches. 7 branches, has a failure section
- 100Consistency. Name and required fields are in place
- 100Running it twice. Mutating operations check current state
- low 13 top-level sections: this looks like several domains in one skill
- low The response is described with custom markup (4 tags): a typed call is more reliable
Everything here is measured from the skill text rather than judged by a model, so the numbers are checkable. A parameter weighs more when it is a more common reason for the process to stall.
Quality signals
- +4Description does not say when NOT to use the skill (false activations)
- +3Output format is not stated: the model decides each time
- +1No license
- +2Single-language instructions
- +5Description quotes 8 example trigger phrases
- +3Description length 500: enough signal without eating the budget
- +4Structure: 14 headings
- +3Step-by-step instructions: 88 items
- +4Has examples (20 code blocks)
- +4Reference files are cited in the instructions (8 of 8)
Quality base 70; lint remarks subtract, signals add up to 100. Result: 84.