devops-workflow

Orchestrate issue-driven DevOps workflows with branch lifecycle and PR self-review.

Updated Feb 19, 2026
One-click install
npx skills add https://github.com/kunallimaye/lib-agents --skill devops-workflow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: devops-workflow
Source: https://github.com/kunallimaye/lib-agents/tree/main/skills/devops-workflow
Command: npx skills add https://github.com/kunallimaye/lib-agents --skill devops-workflow

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

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.

Frequently Asked Questions about devops-workflow

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate the git workflow from issue creation to pull request?

To automate the git workflow from issue creation to pull request, you can use an issue-driven DevOps workflow process that enforces pre-flight checks, branch naming conventions, and PR self-review before merging. This ensures a repeatable lifecycle.

What is an issue-driven DevOps workflow?

An issue-driven DevOps workflow is a structured process that orchestrates tasks from issue creation through a merged pull request. It encompasses isolated workspace management, branch lifecycle enforcement, automated test validation, and post-merge cleanup.

How do I enforce conventional commit messages in a CI/CD pipeline?

To enforce conventional commit messages in a CI/CD pipeline, implement a DevOps workflow that mandates specific commit formats during the branch lifecycle. This standardizes development processes and reduces errors in complex environments.

Do I need a clean working tree before starting a new feature development task?

Yes, you need a clean working tree before starting a new feature development task. Pre-flight checks in a structured DevOps workflow ensure all necessary conditions are met, including verifying issue existence and establishing an isolated workspace.

What is the best way to manage branch lifecycle and post-merge cleanup?

The best way to manage branch lifecycle and post-merge cleanup is through a comprehensive DevOps workflow that guides work execution, test validation, and PR creation. It enforces clear branch naming tied to issue numbers and automates cleanup procedures.

Can I run automated test validation before creating a pull request?

Yes, you can run automated test validation before creating a pull request. A full lifecycle DevOps workflow guides you through implementing features, running tests, and completing a PR self-review to ensure code quality before merging.