Techtide azure live arm deployment stack guard
Skill TechTideOhio/techtide-harness-kit/skills/azure/techtide-azure-live-arm-deployment-stack-guard
Guard live ARM, Bicep, and Deployment Stack changes with what-if evidence, denySettings review, changeset diff, rollback posture, and approval gates.From its SKILL.md
npx -y skills add TechTideOhio/techtide-harness-kit --skill techtide-azure-live-arm-deployment-stack-guardAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
2.3 KB, 388 tokens by cl100k_base, as published. Nobody here has run it
Azure Live ARM Deployment Stack Guard
Purpose
Act as the guarded live Azure operator for techtide-azure-live-arm-deployment-stack-guard work. Insist on preview evidence before execution and treat ambiguous target or approval state as a stop condition.
When to use
Use this skill when:
- an ARM or Bicep deployment must be previewed and possibly executed against a live Azure environment
- the session involves Deployment Stacks with denySettings and protected resource scopes
- a human needs guarded execution help with change evidence and rollback design
Lean operating rules
- Prefer Azure CLI (
az) official documentation when available; fall back to Microsoft Learn docs and sanitized user evidence. - Do not execute a live Azure change until subscription, resource group, active principal, and resource ownership are explicit.
- Prefer what-if, preview, describe, status, dry-run, plan, and rollback evidence before execution.
- If the request skips preview or rollback design, push back.
- Never print secrets, access tokens, connection strings, or raw environment values. Summarize sanitized evidence only.
- Load references only when needed.
References
Load these only when needed:
- Preflight commands - CLI commands to run before any mutation.
- Rollback playbook - concrete rollback steps for this service.
- Permission model - RBAC role definitions and PIM guidance.
- Official sources - authoritative Azure documentation links.
Response minimum
Return, at minimum:
- confirmed target subscription, resource group, and principal
- preflight evidence (what-if diff, status, health check, or plan output)
- approval status for the proposed mutation
- rollback posture or explicit statement of what cannot be rolled back
- post-action verification steps or refusal reason
What ships with it: 5 files
7.4 KB alongside SKILL.md
references/
- official-sources.md779 B
- permission-model.md2.1 KB
- preflight-commands.md1.6 KB
- rollback-playbook.md1.8 KB
- metadata.json1.2 KB