Agent Skills
› openai/openai-agents-js
› invoice-total-fixer
invoice-total-fixer
GitHub用于修复沙箱仓库中发票总金额计算逻辑,确保税额按基数正确累加。需检查代码、修改公式并运行测试验证结果。
Trigger Scenarios
发票总额计算错误
需要修正含税金额算法
Install
npx skills add openai/openai-agents-js --skill invoice-total-fixer -g -y
SKILL.md
Frontmatter
{
"name": "invoice-total-fixer",
"description": "Use when fixing invoice total calculations in the sandbox quickstart repository."
}
Invoice Total Fixer
Inspect the implementation and test before editing. The total should apply tax as a percentage of the subtotal, so the expected formula is subtotal + subtotal * taxRate.
After editing, run npm test from the repository directory and report the command result.
Version History
- 13f68fa Current 2026-07-25 11:31


