Dev/i18n/de/Paperclip/skills/testing-paperclip/SKILL.md
Paperclip-Testing-Strategie — Vitest, Plugin-Test-Harness aus @paperclipai/plugin-sdk/testing, echte Postgres-Integration-Tests, Cross-Tenant-Isolation. Verwenden Sie dies beim Schreiben oder Reviewen von Paperclip-Tests.
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); Plugin-Tests verwenden createTestHarness aus @paperclipai/plugin-sdk/testing; Integration-Tests treffen echtes Postgres (niemals gemockt); Cross-Tenant-Isolation-Tests pro Server-Modul erforderlich; Coverage ≥ 80% global und strenger auf governance-kritischen Pfaden (agents, approvals, costs).
Siehe ../../rules/07-testing-paperclip.md für ausführliche Dokumentation.
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