omgskills Get the Mac app
Skill

credit-note-fixer

@openai 28k stars Updated 2026-07-24 Author match: High

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

agentsaiframeworkharnessllmopenaipython

Install

Install this Claude and Codex skill with the command below. The command stays visible even when copy support is unavailable.

Install command
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

View on GitHub

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