Agent Skills: Invoice Total Fixer

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

UncategorizedID: openai/openai-agents-js/invoice-total-fixer

Install this agent skill to your local

pnpm dlx add-skill https://github.com/openai/openai-agents-js/tree/HEAD/examples/docs/sandbox-agents/skills/invoice-total-fixer

Skill Files

Browse the full folder contents for invoice-total-fixer.

Download Skill

Loading file tree…

examples/docs/sandbox-agents/skills/invoice-total-fixer/SKILL.md

Skill Metadata

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.