mikoch81-asystent-socjalny-mvp-testing-instructions.ocm.json json Copy{
"ocm": "1",
"id": "mikoch81-asystent-socjalny-mvp-testing-instructions",
"kind": "skill",
"name": "testing",
"description": "Testing instructions",
"publisher": "mikoch81",
"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/mikoch81/Asystent-Socjalny-MVP",
"path": ".github/instructions/testing.instructions.md",
"ref": "28a01f80654a7ae6102f48e7c5ea723e45523b8d",
"url": "https://github.com/mikoch81/Asystent-Socjalny-MVP/blob/28a01f80654a7ae6102f48e7c5ea723e45523b8d/.github/instructions/testing.instructions.md",
"key": "mikoch81/Asystent-Socjalny-MVP/.github/instructions/testing.instructions.md"
}
},
"instructions": "# Testing instructions\n\n- Add unit tests for parsing and formatting logic when practical.\n- Keep tests deterministic.\n- Prefer verifying domain transformations over UI snapshot complexity in early stages.\n- Do not mock everything blindly; keep tests readable.",
"cost": {
"context_tokens": 64
}
}