devops

Automate CI/CD pipelines and infrastructure management for multi-service applications.

24|8|Updated Feb 4, 2026
One-click install
npx skills add https://github.com/Fujigo-Software/f5-framework-claude --skill devops-fujigo-software
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: devops
Source: https://github.com/Fujigo-Software/f5-framework-claude/tree/main/plugins/f5-core/skills/devops
Command: npx skills add https://github.com/Fujigo-Software/f5-framework-claude --skill devops-fujigo-software

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

DevOps practices streamline software delivery by automating CI/CD, infrastructure provisioning, and operation tasks, reducing manual toil and human error.

Core Features & Use Cases

  • CI/CD pipeline automation, including build, test, deployment, and rollback workflows.
  • Infrastructure automation using IaC tools (Terraform, CloudFormation) and configuration management.
  • Observability and reliability practices, including monitoring, logging, and incident response for multi-service systems.
  • Use cases: setting up a sample multi-service app with automated deploy to Kubernetes and drift detection.

Quick Start

Describe how to bootstrap a complete CI/CD pipeline and infrastructure automation for a sample project.

Frequently Asked Questions about devops

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

FAQPage Schema
How do I automate CI/CD pipelines and infrastructure for multi-service applications?

You can automate CI/CD pipelines and infrastructure by orchestrating build, test, deployment, and rollback workflows alongside IaC provisioning to accelerate reliable multi-service software delivery across cloud environments.

What's the best way to manage infrastructure as code and detect configuration drift?

Managing infrastructure as code uses tools like Terraform to provision resources and run drift detection, ensuring your cloud environment matches your declared configuration and reducing manual provisioning errors.

Does this DevOps automation support Kubernetes deployment and automated rollbacks?

Yes, Kubernetes deployment is fully supported with automated build, test, validation, and rollback capabilities, providing guardrails to ensure reliable releases for multi-service applications running in cloud environments.

How do I set up monitoring and incident response for cloud infrastructure?

Setting up monitoring and incident response involves applying observability practices like logging and alerting to your multi-service systems, enabling automated detection and rapid response to infrastructure and application issues.

Can I use Terraform and CI/CD automation to reduce manual deployment errors?

Yes, using Terraform for infrastructure as code and CI/CD pipeline automation eliminates manual toil and human error by automating builds, tests, validations, and infrastructure provisioning for your software delivery.