fix: resolve SKILL.md validation errors

This commit is contained in:
sck_0
2026-02-20 21:46:40 +01:00
parent f40869df53
commit 70ed8b2c8a
798 changed files with 2907 additions and 59 deletions

View File

@@ -1,6 +1,8 @@
---
name: testing-patterns
description: "Jest testing patterns, factory functions, mocking strategies, and TDD workflow. Use when writing unit tests, creating test factories, or following TDD red-green-refactor cycle."
risk: unknown
source: community
---
# Testing Patterns and Utilities
@@ -257,3 +259,6 @@ npm test ComponentName.test.tsx
- **react-ui-patterns**: Test all UI states (loading, error, empty, success)
- **systematic-debugging**: Write test that reproduces bug before fixing
## When to Use
This skill is applicable to execute the workflow or actions described in the overview.