What problem does it solve?
This skill prevents costly Skedulo CLI mistakes by enforcing correct tenant scoping and safe workflows for inspection, deployment, and destructive operations.
Core Features & Use Cases
- Tenant-safe command execution: Requires
-a <alias> for tenant-scoped commands to avoid deploying or querying the wrong tenant.
- Reliable discovery and inspection: Uses
--help, list --json for discovery, and get --json for inspection rather than guessing flags or structures.
- Schema correctness via source-of-truth examples: Instructs users to fetch artifact JSON schemas from the SkeduloCLIExamples repo instead of constructing them from memory.
- Safety for risky actions: Forces explicit confirmation before destructive operations and recommends safe deployment practices like dry-runs.
Quick Start
Run a tenant-scoped inspection safely by asking the assistant to list a specific artifact type with JSON output for tenant alias my-tenant, using the exact command pattern you expect after verifying flags with --help.