use-charter-charter-workflows-instructions.ocm.json json Copy{
"ocm": "1",
"id": "use-charter-charter-workflows-instructions",
"kind": "skill",
"name": "workflows",
"description": "Workflow Instructions",
"publisher": "use-charter",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-instructions"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Workflow Instructions"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-instructions",
"repository": "https://github.com/use-charter/charter",
"path": ".github/instructions/workflows.instructions.md",
"ref": "b8847f7c8f11a29e93aabb885c3f087bdda509e3",
"url": "https://github.com/use-charter/charter/blob/b8847f7c8f11a29e93aabb885c3f087bdda509e3/.github/instructions/workflows.instructions.md",
"key": "use-charter/charter/.github/instructions/workflows.instructions.md"
},
"applies_to": ".github/workflows/*.yml"
},
"instructions": "# Workflow Instructions\n\n- Pin third-party actions before activation.\n- Keep permissions minimal.\n- Avoid shell injection patterns and untrusted interpolation in `run:` steps.\n- Route verification through `moon run` golden-path commands.\n- Keep workflow names stable for rulesets and required checks.",
"cost": {
"context_tokens": 75
}
}