devops-engineer

Automate quality gates and merge request delivery for CI/CD pipelines.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/ukrsite/kiro-workflows --skill devops-engineer-ukrsite
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: devops-engineer
Source: https://github.com/ukrsite/kiro-workflows/tree/main/skills/sdlc/role_play_skills/devops-engineer
Command: npx skills add https://github.com/ukrsite/kiro-workflows --skill devops-engineer-ukrsite

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates quality gates and merge request delivery for autonomous CI/CD pipelines.

Core Features & Use Cases

  • Automated orchestration of compilation, linting, tests, and security scans as part of the workflow.
  • Branch management, MR creation, and automatic delivery with audit logging.
  • Real-world use: apply to multi-service projects where each change must pass gates before deployment.

Quick Start

Run the devops-engineer skill to execute all quality gates and deliver a merge request.

Frequently Asked Questions about devops-engineer

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

FAQPage Schema
How do I automate quality gates for CI/CD pipelines?▼

Automating quality gates for CI/CD pipelines involves orchestrating compilation, linting, tests, and security scans before merge request creation. This approach enforces guardrails and generates a fully documented MR with audit trails for autonomous delivery.

How do I enforce audit logging on automated merge requests?▼

To enforce audit logging on automated merge requests, you need a delivery workflow that generates fully documented MRs with audit trails. This ensures every code artifact passing quality gates has a traceable record of security scans and tests.

Can I extract DevOps tasks from a sprint plan for autonomous execution?▼

Yes, you can extract DevOps tasks from a sprint plan for autonomous execution. This process allows you to automatically execute every extracted task, enforce quality gates, and deliver the resulting code artifacts via a documented merge request.

Does automated MR delivery work for multi-service software projects?▼

Automated MR delivery works for multi-service software projects where each code change must pass compilation, linting, tests, and security scans before deployment. It applies end-to-end quality gates to ensure safe branch management and delivery.

What is the best way to run security scans before MR creation?▼

The best way to run security scans before MR creation is to automate them as quality gates within your CI/CD pipeline. This ensures code artifacts are scanned automatically, enforcing guardrails before an autonomous merge request is generated.