credit-note-fixer
작성자: openai
작은 대변 메모 서식 버그를 수정하고 정확히 지정된 테스트 명령을 다시 실행합니다.
npx skills add https://github.com/openai/openai-agents-python --skill credit-note-fixerCredit Note Fixer
Follow this workflow:
- Read
repo/task.md. - Inspect
repo/credit_note.shandrepo/tests/test_credit_note.sh. - Make the smallest correct change that keeps the output label as
creditand the amount positive. If you useapply_patch, use workspace-root-relative paths such asrepo/credit_note.shandrepo/tests/test_credit_note.sh. - Run exactly
sh tests/test_credit_note.shfromrepo/. - In the final answer, summarize the bug, the fix, and the exact verification command.