smart-swimmingpool-pool-controller-ci-instructions.ocm.json json Copy{
"ocm": "1",
"id": "smart-swimmingpool-pool-controller-ci-instructions",
"kind": "skill",
"name": "ci",
"description": "CI/CD workflow instructions",
"publisher": "smart-swimmingpool",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-instructions"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"CI/CD workflow instructions"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-instructions",
"repository": "https://github.com/smart-swimmingpool/pool-controller",
"path": ".github/instructions/ci.instructions.md",
"ref": "c54148a62cbfb2f1763e97441f43ef1046607c89",
"url": "https://github.com/smart-swimmingpool/pool-controller/blob/c54148a62cbfb2f1763e97441f43ef1046607c89/.github/instructions/ci.instructions.md",
"key": "smart-swimmingpool/pool-controller/.github/instructions/ci.instructions.md"
},
"applies_to": ".github/workflows/**"
},
"instructions": "# CI/CD Workflow Instructions\n\n- CI workflows must run lint, build, tests, and memory analysis steps in sequence.\n- Ensure caching of PlatformIO artifacts to speed up CI.\n- Cancel redundant runs on pull request update events.\n- Use environment variables for sensitive data, do not hardcode secrets.\n- CI must fail on any linting, build, or test errors; do not allow warnings to pass.\n- Include a step to upload test results and coverage reports for analysis.",
"cost": {
"context_tokens": 114
}
}