Deep expertise in Azure Service Bus operations with deterministic runbooks, fail-fast context validation, and redacted output requirements.
Resources
1Install
npx skillscat add markus41/claude-m/azure-service-bus Install via the SkillsCat registry.
SKILL.md
Azure Service Bus
Integration Context Contract
- Canonical contract: `docs/integration-context.md`
| Workflow | tenantId | subscriptionId | environmentCloud | principalType | scopesOrRoles |
|---|---|---|---|---|---|
| Azure Service Bus operations | required | required | AzureCloud* |
service-principal or delegated-user | Azure Service Bus Data Owner, Reader |
- Use sovereign cloud values from the canonical contract when applicable.
Fail fast before API calls when required context is missing or malformed. Redact tenant, subscription, and object identifiers.
Command Surface
| Command | Purpose |
|---|---|
service-bus-setup |
Deterministic workflow for service bus setup. |
service-bus-lag-scan |
Deterministic workflow for service bus lag scan. |
service-bus-deadletter-replay-plan |
Deterministic workflow for service bus deadletter replay plan. |
service-bus-stale-subscription-cleanup |
Deterministic workflow for service bus stale subscription cleanup. |
service-bus-namespace-quota-check |
Deterministic workflow for service bus namespace quota check. |
Guardrails
- Validate context schema and minimum grants before any API call.
- Run read-only discovery first whenever possible.
- Require explicit confirmation for destructive actions.
- Re-query and verify post-action state.
- Return structured, redacted output.
Progressive Disclosure - Reference Files
| Topic | File |
|---|---|
| Endpoint and permission reference | `references/api-reference.md` |