Dev/i18n/pt/Paperclip/skills/testing-paperclip/SKILL.md
Estrategia testing Paperclip — Vitest, harness teste plugin de @paperclipai/plugin-sdk/testing, testes integracao Postgres real, isolamento cross-tenant. Use ao escrever ou revisar testes Paperclip.
npx skillsauth add thebeardedbearsas/claude-craft testing-paperclipInstall 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.
Vitest (unit + integration + coverage); testes plugin usam createTestHarness de @paperclipai/plugin-sdk/testing; testes integracao batem em Postgres real (nunca mockado); testes isolamento cross-tenant requeridos por modulo server; cobertura ≥ 80% globalmente e mais estrito em paths criticos governanca (agents, approvals, costs).
Veja ../../rules/07-testing-paperclip.md para documentacao detalhada.
tools
Third-party Claude Code token/context/code-review tools. Use when choosing or recommending an external tool to reduce token usage, manage context, or review large codebases.
development
Mandatory analysis workflow for understanding codebase before changes
testing
TDD/BDD testing principles, test patterns, and coverage strategies
development
SOLID principles for clean code design and architecture