Use this skill whenever coverage needs assessment or improvement (coverage regressions, failing thresholds, or user requests for stronger tests). It runs the coverage suite, analyzes results, highlights the biggest gaps, and prepares test additions while confirming with the user before changing code.
Migliora la copertura dei test nel monorepo JS di OpenAI Agents: esegui `pnpm test:coverage`, ispeziona gli artefatti di copertura, identifica file e rami a bassa copertura, proponi test ad alto impatto e conferma con l'utente prima di scrivere i test. Fonte: openai/openai-agents-js.
Apri il tuo terminale o strumento da riga di comando (Terminal, iTerm, Windows Terminal, ecc.) Copia ed esegui questo comando: npx skills add https://github.com/openai/openai-agents-js --skill test-coverage-improver Dopo l'installazione, la skill verrà configurata automaticamente nel tuo ambiente AI di coding e sarà pronta all'uso in Claude Code, Cursor o OpenClaw