Dev/i18n/es/Paperclip/skills/testing-paperclip/SKILL.md
Estrategia de testing de Paperclip — Vitest, test harness de plugin desde @paperclipai/plugin-sdk/testing, tests de integración con Postgres real, aislamiento cross-tenant. Usar al escribir o revisar tests de 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 + integración + cobertura); tests de plugin usan createTestHarness de @paperclipai/plugin-sdk/testing; tests de integración golpean un Postgres real (nunca mockeado); tests de aislamiento cross-tenant requeridos por módulo de servidor; cobertura ≥ 80% globalmente y más estricta en paths críticos de gobernanza (agents, approvals, costs).
Ver ../../rules/07-testing-paperclip.md para documentación detallada.
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