"Skill deployment and promotion lifecycle management. Use when transitioning skills from APPROVED to DEPLOYED status, or promoting skills from staging to production with SLA enforcement."
3.1
Rating
0
Installs
DevOps & Infrastructure
Category
The skill addresses a meaningful infrastructure lifecycle problem (deployment and promotion with SLA enforcement), but SKILL.md lacks actionable detail. The description mentions key capabilities (APPROVED→DEPLOYED transitions, staging→production promotion, SLA enforcement), but provides no invocation examples, parameter specifications, or concrete steps a CLI agent could follow. The structure references lib/deployment/ and lib/promotion/ subdirectories that would contain implementation details, which is appropriate for a mega-skill, but without any guidance on how to use them. Task knowledge is minimal—no workflow steps, CLI commands, or decision logic are provided. Novelty is moderate: orchestrating stateful deployment lifecycles with atomic transactions and SLA checks is complex enough to warrant a dedicated skill, though the current documentation doesn't demonstrate that complexity. To improve: add invocation examples, required/optional parameters, decision trees for lifecycle transitions, and at least high-level workflow steps.
Loading SKILL.md…