juliancardozo-webgpt-testing-instructions.ocm.json json Copy{
"ocm": "1",
"id": "juliancardozo-webgpt-testing-instructions",
"kind": "skill",
"name": "testing",
"description": "Testing Instructions",
"publisher": "juliancardozo",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-instructions"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Testing Instructions"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-instructions",
"repository": "https://github.com/juliancardozo/webgpt",
"path": ".github/instructions/testing.instructions.md",
"ref": "e905e9136969c11cf64ce4577068023f3282d3a6",
"url": "https://github.com/juliancardozo/webgpt/blob/e905e9136969c11cf64ce4577068023f3282d3a6/.github/instructions/testing.instructions.md",
"key": "juliancardozo/webgpt/.github/instructions/testing.instructions.md"
},
"applies_to": "**/*.{test.ts,test.tsx,spec.ts,spec.tsx}"
},
"instructions": "# Testing Instructions\n\n- Test user-visible behavior.\n- Cover success, empty and error states.\n- Use clear test names.\n- Avoid testing implementation details.\n- Every critical flow should have at least one test.",
"cost": {
"context_tokens": 52
}
}