examples/apps/form_interview_pro/skills/form_validator/SKILL.md
表单校验(人类应用示例):做最小确定性校验,并在失败时触发追问。
npx skillsauth add okwinds/skills-runtime-sdk form_validatorInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
对已收集字段做最小校验:
email:包含 @quantity:正整数如果不满足,应回到访谈步骤追问(最多 1 次),避免死循环。
shell_exec:对 submission.json 做确定性校验(便于回归与审计)。documentation
用结构化流程生成一篇小说:大纲→概要→分章分段→组合→一致性自检。
documentation
用结构化流程写一篇文章:明确目标→大纲→分段写作→润色→一致性与事实自检。
business
规则报告(人类应用示例):汇总输入、规则与产物清单到 report.md。
tools
规则解析(人类应用示例):把自然语言规则转成结构化 plan.json。