jeevan-spark-org-infra-powershell-instructions.ocm.json json Copy{
"ocm": "1",
"id": "jeevan-spark-org-infra-powershell-instructions",
"kind": "skill",
"name": "PowerShell standards",
"description": "Rules for CI-safe PowerShell automation scripts",
"publisher": "jeevan-spark-org",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-instructions"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Rules for CI-safe PowerShell automation scripts"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-instructions",
"repository": "https://github.com/jeevan-spark-org/infra",
"path": ".github/instructions/powershell.instructions.md",
"ref": "b845364c7f879fde81d58e833538188e1fae56c8",
"url": "https://github.com/jeevan-spark-org/infra/blob/b845364c7f879fde81d58e833538188e1fae56c8/.github/instructions/powershell.instructions.md",
"key": "jeevan-spark-org/infra/.github/instructions/powershell.instructions.md"
},
"applies_to": "scripts/**/*.ps1"
},
"instructions": "# PowerShell instructions\n\n- Use Set-StrictMode -Version Latest.\n- Set $ErrorActionPreference = 'Stop'.\n- Validate parameters and file paths before running Azure commands.\n- Keep scripts non-interactive and pipeline-safe.\n- Fail fast with non-zero exit behavior on errors.\n- Log clear, concise operational messages.",
"cost": {
"context_tokens": 78
}
}