# credit-note-fixer

> Claude/Codex skill by [@openai](https://omgskills.com/library/openai/index.md) · 29k stars · Updated 2026-08-31

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

Tags: agents, ai, framework, harness, llm, openai, python

## Install

```sh
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.

## Links

- HTML page: https://omgskills.com/skills/openai/openai-agents-python/credit-note-fixer/
- GitHub: https://github.com/openai/openai-agents-python
- Author: [@openai](https://omgskills.com/library/openai/index.md)

## More from this repo

- [code-change-verification](https://omgskills.com/skills/openai/openai-agents-python/code-change-verification/index.md) — Used to run the required final formatting, lint, type, and test checks after eligible SDK changes pass review.
   - [@openai](https://omgskills.com/library/openai/index.md) · 29k stars
- [csv-workbench](https://omgskills.com/skills/openai/openai-agents-python/csv-workbench/index.md) — Used to analyze CSV files in /mnt/data and return concise numeric summaries.
   - [@openai](https://omgskills.com/library/openai/index.md) · 29k stars
- [docs-sync](https://omgskills.com/skills/openai/openai-agents-python/docs-sync/index.md) — Used to analyze main branch implementation and configuration to find missing, incorrect, or outdated documentation in...
   - [@openai](https://omgskills.com/library/openai/index.md) · 29k stars
