credit-note-fixer
Fix the tiny credit-note formatting bug and rerun the exact targeted test command.
Install
Install this Claude and Codex skill with the command below. The command stays visible even when copy support is unavailable.
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.
More from this repo
openai-knowledge
Used when working with the OpenAI API (Responses API) or OpenAI platform features (tools, streaming, Realtime API,...
code-change-verification
Used to run the mandatory verification stack when changes affect runtime code, tests, or build/test behavior in the...
csv-workbench
Used to analyze CSV files in /mnt/data and return concise numeric summaries.