Labsco
openai logo

invoice-total-fixer

✓ Official3,334

by openai · part of openai/openai-agents-js

Use when fixing invoice total calculations in the sandbox quickstart repository.

🧩 One of 7 skills in the openai/openai-agents-js package — works on its own, and pairs well with its siblings.

This is the playbook your agent receives when the skill activates — you don't need to read it to use the skill, but it's here to audit before installing.

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.