docs_for_coding_agent/examples/workflows/21_data_import_validate_and_fix/skills/data_import_fixer/SKILL.md
数据导入校验与修复:读取 CSV → 生成修复后的 CSV + 校验报告 → 运行离线 QA 校验。
npx skillsauth add okwinds/skills-runtime-sdk data_import_fixerInstall 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.
对导入数据(CSV)执行“校验 + 自动修复”,并输出可复核的产物与证据指针:
fixed.csv:修复后的可导入数据(规则确定性、可回归)validation_report.json:问题列表与修复动作(结构稳定)report.md:汇总(包含产物指针与 WAL 路径)$[examples:workflow].data_import_fixerinput.csvread_file:读取 input.csvfile_write:写入 fixed.csv、validation_report.json、report.mdshell_exec:运行离线 QA 校验(stdout 需包含 QA_OK)documentation
用结构化流程生成一篇小说:大纲→概要→分章分段→组合→一致性自检。
documentation
用结构化流程写一篇文章:明确目标→大纲→分段写作→润色→一致性与事实自检。
business
规则报告(人类应用示例):汇总输入、规则与产物清单到 report.md。
tools
规则解析(人类应用示例):把自然语言规则转成结构化 plan.json。