examples/sandbox/data/coding-task/skills/credit-note-fixer/SKILL.md
Fix the tiny credit-note formatting bug and rerun the exact targeted test command.
npx skillsauth add openai/openai-agents-js credit-note-fixerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Follow this workflow:
repo/task.md.repo/credit_note.sh and repo/tests/test_credit_note.sh.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.sh tests/test_credit_note.sh from repo/.business
Use when fixing invoice total calculations in the sandbox quickstart repository.
testing
Analyze CSV files in /mnt/data and return concise numeric summaries.
testing
Improve test coverage in the OpenAI Agents JS monorepo: run `pnpm test:coverage`, inspect coverage artifacts, identify low-coverage files and branches, propose high-impact tests, and confirm with the user before writing tests.
development
Plan and execute runtime-behavior investigations with temporary TypeScript probe scripts, validation matrices, state controls, and findings-first reports. Use only when the user explicitly invokes this skill to verify actual runtime behavior beyond normal code-level checks, especially to uncover edge cases, undocumented behavior, or common failure modes in local or live integrations. A baseline smoke check is fine as an entry point, but do not stop at happy-path confirmation.