Labsco
openai logo

credit-note-fixer

✓ Official3,334

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

Fix the tiny credit-note formatting bug and rerun the exact targeted test command.

🧩 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.

Credit Note Fixer

Follow this workflow:

  1. Read repo/task.md.
  2. Inspect repo/credit_note.sh and repo/tests/test_credit_note.sh.
  3. Make the smallest correct change that keeps the output label as credit and the amount positive. If you use apply_patch, use workspace-root-relative paths such as repo/credit_note.sh and repo/tests/test_credit_note.sh.
  4. Run exactly sh tests/test_credit_note.sh from repo/.
  5. In the final answer, summarize the bug, the fix, and the exact verification command.