Agent Skills
› openai/openai-agents-js
› invoice-total-fixer
invoice-total-fixer
GitHub用于修复沙箱仓库中发票总额计算逻辑的 Skill,确保税额按小计百分比正确计算。编辑后需运行测试并报告结果。
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


