sync-testing-skill

Scan package tests, update @.claude/skills/testing/testing.mdc with new patterns. Follow writing-skills: DRY, ultra-concise, token-efficient.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "sync-testing-skill" with this command: npx skills add udecode/plate/udecode-plate-sync-testing-skill

Scan package tests, update @.claude/skills/testing/testing.mdc with new patterns. Follow writing-skills: DRY, ultra-concise, token-efficient.

Process:

  • Glob packages/[PACKAGE]/**/*.spec.{ts,tsx}

  • Read 6-8 diverse tests: plugins, transforms, components, hooks, utils

  • Identify patterns NOT in testing.mdc:

  • Imports (ONLY mock /spyOn from bun:test - describe/it/expect are global)

  • Test organization, mocking, assertions, RTL, edge cases

  • Update testing.mdc: Add to existing sections (DRY), one example per pattern, Quick Reference if frequent

  • Report: Found X patterns → Updated Y sections

Critical:

  • Only actual codebase patterns. No theoretical examples. No duplication.

  • Test globals (describe , it , expect , etc.) are global via tooling/config/global.d.ts

  • NO imports needed

  • ONLY import mock and spyOn when used

Package: Specify path (e.g., packages/media )

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

code-simplicity-reviewer

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

vercel-react-best-practices

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

brainstorming

No summary provided by upstream source.

Repository SourceNeeds Review