shaddieraq-job-hunter-testing-instructions.ocm.json json Copy{
"ocm": "1",
"id": "shaddieraq-job-hunter-testing-instructions",
"kind": "skill",
"name": "testing",
"description": "Testing Instructions",
"publisher": "ShaddieRaq",
"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/ShaddieRaq/job-hunter",
"path": ".github/instructions/testing.instructions.md",
"ref": "d4d068bedf9ccdf5b747258930f9ddd5bf42055d",
"url": "https://github.com/ShaddieRaq/job-hunter/blob/d4d068bedf9ccdf5b747258930f9ddd5bf42055d/.github/instructions/testing.instructions.md",
"key": "ShaddieRaq/job-hunter/.github/instructions/testing.instructions.md"
},
"applies_to": "**/*test*/**,**/*.test.*,**/*.spec.*"
},
"instructions": "# Testing Instructions\n\n- Add tests for meaningful logic changes; prioritize unit tests for normalization, scoring, dedupe, and workflow rules.\n- Add integration tests for API endpoints, repository boundaries, and worker job handlers when behavior crosses modules.\n- For ranking or dedupe changes, include deterministic and edge-case coverage with traceability assertions.\n- Prefer focused assertions over giant snapshot/JSON assertions.\n- Use stable fixtures for connector/source data, including messy and near-duplicate cases.\n- Keep tests understandable and fast where possible, and document assum",
"cost": {
"context_tokens": 159
}
}