.agents/skills/sync-testing-skill/SKILL.md
Scan package tests, update @.agents/rules/testing.mdc with new patterns. Follow writing-skills: DRY, ultra-concise, token-efficient.
Process:
packages/[PACKAGE]/**/*.spec.{ts,tsx}mock/spyOn from bun:test - describe/it/expect are global)Found X patterns → Updated Y sectionsCritical:
describe, it, expect, etc.) are global via tooling/config/global.d.ts - NO imports neededmock and spyOn when usedPackage: Specify path (e.g., packages/media)