Download for macOS
Skill

credit-note-fixer

@openai Updated 2026-08-31

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

agentsaiframeworkharnessllmopenaipython

Install

git clone https://github.com/openai/openai-agents-python /tmp/openai-agents-python && ln -s /tmp/openai-agents-python/examples/sandbox/docs/skills/credit-note-fixer ~/.claude/skills/credit-note-fixer

From README

Credit Note Fixer Follow this workflow: Read repo/task.md. Inspect repo/creditnote.sh and repo/tests/testcreditnote.sh. Make the smallest correct change that keeps the output label as credit and the amount positive. If you use applypatch, use workspace-root-relative paths such as repo/creditnote.sh and repo/tests/testcreditnote.sh. Run exactly sh tests/testcreditnote.sh from repo/. In the final answer, summarize the bug, the fix, and the exact verification command.