invoice-total-fixer
$
npx mdskill add openai/openai-agents-js/invoice-total-fixerCorrect invoice totals by applying tax to subtotals.
- Fixes calculation errors in sandbox quickstart repository tests.
- Depends on npm test execution to verify formula accuracy.
- Uses the formula subtotal plus subtotal times tax rate.
- Reports command output after running verification tests.
SKILL.md
.github/skills/invoice-total-fixerView on GitHub ↗
--- 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.
More from openai/openai-agents-js
- changeset-validationValidate changesets in openai-agents-js using LLM judgment against git diffs (including uncommitted local changes). Use when packages/ or .changeset/ are modified, or when verifying PR changeset compliance and bump level.
- integration-testsRun the integration-tests pipeline that depends on a local npm registry (Verdaccio). Use when asked to execute integration tests or local publish workflows in this repo.
- pnpm-upgradeKeep pnpm current: run pnpm self-update/corepack prepare, align packageManager in package.json, and bump pnpm/action-setup + pinned pnpm versions in .github/workflows to the latest release. Use this when refreshing the pnpm toolchain manually or in automation.