What problem does it solve?
This Skill provides a structured, repeatable process for managing DevOps tasks from issue creation through to a merged Pull Request, ensuring consistency and reducing errors.
Core Features & Use Cases
- Pre-flight Checks: Ensures all necessary conditions are met before starting work (issue exists, clean working tree, isolated workspace).
- Branching Strategy: Enforces a clear branch naming convention tied to issue numbers.
- Full Lifecycle Management: Guides the user through work execution, test validation, commit, PR creation, self-review, and post-merge cleanup.
- Use Case: When starting a new feature development task that requires infrastructure changes, this Skill will guide you through creating an isolated workspace, branching correctly, implementing the feature, running tests, creating a PR, and ensuring it passes a self-review before merging.
Quick Start
Initiate the DevOps workflow for a new task by running the devops-workflow skill.