BF alibabacloud-ebs-disk-snapshot-management
This skill should be used when the user asks about Alibaba Cloud ECS disk snapshots, including creating snapshots, listing snapshots, deleting snapshots, rolling back disks, configuring auto snapshot policies, calculating snapshot costs, managing snapshot lifecycle, or using snapshot consistency groups for crash-consistent backup of an entire instance. Triggers on phrases like "create ECS snapshot", "query snapshot list", "delete snapshot", "rollback disk", "auto snapshot policy", "snapshot cost", "snapshot consistency group", "crash-consistent backup", "consistency backup", or Chinese equivalents "创建快照", "查询快照列表", "删除快照", "回滚云盘", "自动快照策略", "快照费用", "快照一致性组", "一致性备份", "整机备份", "崩溃一致性备份", "整机崩溃一致性备份", and broader ECS disk maintenance intents such as "帮我处理一下 ECS 实例", "给云盘做备份", "ECS 云盘运维".
This skill should be used when the user asks about Alibaba Cloud ECS disk snapshots, including creating snapshots, listing snapshots, deleting snapshots…
As a process F 60/100 · Will not run — References files that are not bundled: references/cli-installation-guide.md, references/ram-policies.md, references/api-reference.md
How to improve
- The SKILL.md body is over 5,000 tokens: move reference detail into references/ and load it when needed.
- 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 · 0
✓ No critical or high findings
Files scanned: 0. Evidence is masked. Grey chips explain why severity was lowered.
Against the Agent Skills spec
- warning
body-longSKILL.md body ≈ 17504 tokens (recommended < 5000); move details to references/ - warning
missing-refreference to a missing file: references/cli-installation-guide.md - warning
missing-refreference to a missing file: references/ram-policies.md - warning
missing-refreference to a missing file: references/api-reference.md - warning
missing-refreference to a missing file: scripts/auto_snapshot_policy_helper.py - warning
missing-refreference to a missing file: references/cost-formulas.md - warning
missing-refreference to a missing file: scripts/snapshot_cost_calculator.py - warning
missing-refreference to a missing file: references/error-code-handbook.md - warning
missing-refreference to a missing file: references/best-practices.md - warning
missing-refreference to a missing file: references/workflow-decision-tree.md - warning
missing-refreference to a missing file: scripts/snapshot_cleanup_planner.py - warning
missing-refreference to a missing file: scripts/snapshot_lifecycle_validator.py
Process rating: all ten parameters 60/100
- 0Tools and files. 11 referenced file(s) missing: references/cli-installation-guide.md, references/ram-policies.md, references/api-reference.md
- 10Execution cost. Instruction body is 17504 tokens: crowds the task out of the window
- 30Running it twice. 147 mutating operations with no state check
- 40Result and completion. Does not say what the result is
- 70When it triggers. States when to use, but not when not to
- 85Steps. 142 steps, 3 vague phrases
- 100Inputs and preconditions. Inputs and preconditions are listed
- 100Failures and branches. 18 branches, has a failure section
- 100Consistency. Name and required fields are in place
- 100Progress reporting. Reports progress
- low 19 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 17 example trigger phrases
- +3Description length 795: enough signal without eating the budget
- +4Structure: 38 headings
- +3Step-by-step instructions: 142 items
- +4Has examples (2 code blocks)
Quality base 70; lint remarks subtract, signals add up to 100. Result: 67.