<< All versionsSkill v1.0.0
currentTrusted Publisher100/100openai/openai-agents-python/credit-note-fixer
── Details ─────────────────────────────────────────
PublishedApril 26, 2026 at 05:55 AM
Content Hashsha256:863240dba0ddab2a...
Git SHA
── Files ───────────────────────────────────────────
SKILL.md · 17 lines · 651 B
name: credit-note-fixer description: Fix the tiny credit-note formatting bug and rerun the exact targeted test command.
Credit Note Fixer
Follow this workflow:
- Read
repo/task.md. - Inspect
repo/credit_note.sh and repo/tests/test_credit_note.sh. - Make the smallest correct change that keeps the output label as
credit and the amount positive.
If you use apply_patch, use workspace-root-relative paths such as repo/credit_note.sh and repo/tests/test_credit_note.sh.
- Run exactly
sh tests/test_credit_note.sh from repo/. - In the final answer, summarize the bug, the fix, and the exact verification command.