AF auto-reply
多平台自动回复技能,支持抖音、小红书、微信公众号、飞书四大平台。功能包括:(1) 关键词匹配自动回复,(2) AI智能生成回复内容,(3) 评论/私信/用户咨询的自动应答策略。Use when: (1) 需要设置自媒体账号的自动回复规则,(2) 需要为抖音/小红书/公众号/飞书生成回复话术,(3) 需要批量管理用户咨询和评论回复,(4) 需要搭建自动回复工作流。Triggers: '自动回复', '设置回复', '客服话术', '自动回复规则', '评论回复', '私信回复'
As a process F 31/100 · Will not run — References files that are not bundled: scripts/keywords_config.json, assets/reply_config_template.json
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 · 0
✓ No critical or high findings
Files scanned: 4. Evidence is masked. Grey chips explain why severity was lowered.
Against the Agent Skills spec
- warning
missing-refreference to a missing file: scripts/keywords_config.json - warning
missing-refreference to a missing file: assets/reply_config_template.json
Process rating: all ten parameters 31/100
- 0Tools and files. 2 referenced file(s) missing: scripts/keywords_config.json, assets/reply_config_template.json
- 0Result and completion. Does not say what the result is
- 0Inputs and preconditions. Does not say what the process needs to start
- 0Failures and branches. Linear process with no failure handling
- 0Progress reporting. Says nothing while it works
- 20When it triggers. No condition that starts the skill
- 40Consistency. Frontmatter name (auto-reply) differs from the folder (doorstep-auto-reply)
- 100Steps. 23 steps
- 100Execution cost. Instruction body is 584 tokens
- 100Running it twice. No mutating operations
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
- +5Description has no quoted example phrases that should trigger the skill
- +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
- +3Description length 240: enough signal without eating the budget
- +4Structure: 20 headings
- +3Step-by-step instructions: 23 items
- +4Has examples (3 code blocks)
- +3All 1 scripts are documented
Quality base 70; lint remarks subtract, signals add up to 100. Result: 78.