Use when the user provides a 决算编制摘要 Markdown/TXT and wants to generate 工程造价比较分析表 and 建设单位管理费明细表 workbooks, explanation markdown files, self-check output, or built-in regression test reports.
跨平台 skill,面向 Codex 和 Claude Code。核心实现使用 Python,运行时只依赖内置 .xlsx 模板与夹具。
python scripts/run_fill.py --summary <path> [--output-dir <dir>] [--current-date YYYY/MM/DD] [--mode fill|self-check]
python scripts/run_fill.py --mode test [--fixture all|case_a|case_b|synthetic] [--output-dir <dir>]
PowerShell / Bash 包装:
powershell -ExecutionPolicy Bypass -File .\scripts\run_fill.ps1 --summary <path>
bash ./scripts/run_fill.sh --summary <path>
python scripts/install_skill.py --target codex
python scripts/install_skill.py --target claude
可用 --skills-dir 覆盖默认技能目录。
## 为顶层费用,### 为子项;有子项时必须按子项逐个取值再汇总。项目建设管理费 顶层费用。references/acceptable-differences.md。assets/templates/references/management-fee-mapping.jsonreferences/fixtures.jsonreferences/acceptable-differences.md正式运行默认输出到:
<summary父目录>/generated/<项目名>/
至少包含:
工程造价比较分析表-项目名.xlsx建设单位管理费明细表-项目名.xlsx工程造价比较分析表-取值说明-项目名.md建设单位管理费明细表-取值说明-项目名.mdself-check-项目名.json