Agent skill
azure-ship
Azure shipping gate for App Service, Functions, Container Apps, AKS, slots, managed identity, Key Vault, app settings, ingress, and rollout safety. Use when releasing to Azure and you want a provider-specific read on config drift, identity failures, swap risk, or rollback realism.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/azure-ship
SKILL.md
Read ../_house-style/house-style.md before starting.
Anchor phrases
- Slot swap confidence without config discipline is fantasy.
- Managed identity mistakes fail at runtime, not in meeting notes.
- If Key Vault access is wrong, deployment success is meaningless.
- Azure rollout safety is mostly config truth, not YAML poetry.
What to interrogate
1. Release surface
State what is shipping:
- App Service
- Function App
- Container App
- AKS workload
- slot swap
- identity, settings, secrets, ingress, or scaling changes
2. Identity and config realism
Check:
- managed identity assumptions
- Key Vault references and permissions
- slot setting correctness
- environment/app setting drift
- ingress and auth expectations
3. Runtime behavior
Review:
- startup and health probe assumptions
- background job or queue behavior
- function cold start or trigger assumptions
- scaling thresholds
- what happens when dependencies are slow or unavailable
4. Rollout and rollback
Ask:
- is there a slot, revision, or staged rollout?
- can traffic move back safely?
- are schema/config changes backward-compatible?
- what is the real blast radius if the deploy is bad?
Output format
Azure release surface
What is actually being deployed or swapped.
Platform blockers
Identity, settings, slot, startup, ingress, or scaling blockers.
Rollout and rollback risk
What can go wrong during promotion or recovery.
Safer release plan
Concrete mitigations, staging, and rollback steps.
Verdict
- Safe to release
- Fix before release
- Azure release red flag
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?