
credit-note-fixer
✓ Official★ 3,334by 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:
- Read
repo/task.md. - Inspect
repo/credit_note.shandrepo/tests/test_credit_note.sh. - Make the smallest correct change that keeps the output label as
creditand the amount positive. If you useapply_patch, use workspace-root-relative paths such asrepo/credit_note.shandrepo/tests/test_credit_note.sh. - Run exactly
sh tests/test_credit_note.shfromrepo/. - In the final answer, summarize the bug, the fix, and the exact verification command.
Copy & paste — that's it
npx skills add https://github.com/openai/openai-agents-js --skill credit-note-fixerRun this in your project — your agent picks the skill up automatically.
No common issues documented yet. If you hit a problem, the repository's GitHub Issues page is the best place to look.
Licensed under MIT— you can use, modify, and redistribute it under that license's terms.
View the full license file on GitHub →