devops-plan

Design GitHub Actions pipeline plans as versioned markdown documents.

Updated Jun 5, 2026
One-click install
npx skills add https://github.com/polikeiji/skills --skill devops-plan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: devops-plan
Source: https://github.com/polikeiji/skills/tree/main/skills/devops-plan
Command: npx skills add https://github.com/polikeiji/skills --skill devops-plan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill turns repository context into clear, implementation-ready DevOps pipeline plans, removing the guesswork from designing CI/CD, security scans, infrastructure automation, and deployment workflows.

Core Features & Use Cases

  • Pipeline Planning: Defines GitHub Actions workflows with triggers, jobs, permissions, secrets, and environment variables.
  • Repository-Aware Guidance: Adapts recommendations based on the project stack, existing workflows, IaC tools, container usage, and deployment needs.
  • Use Cases: Plan code review automation, secret scanning, SAST, IaC validation and apply flows, application testing, container builds, and deployment pipelines with versioned markdown docs.

Quick Start

Ask this skill to analyze your repository and draft the GitHub Actions pipeline plan you want to implement.

Frequently Asked Questions about devops-plan

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

FAQPage Schema
How do I plan a GitHub Actions pipeline for CI/CD and deployment?

To plan a GitHub Actions pipeline, you define triggers, jobs, permissions, secrets, and environment variables. This process creates versioned markdown documents containing implementation notes and Mermaid diagrams to guide DevOps automation for your specific repository stack.

What is the best way to design infrastructure validation workflows in GitHub Actions?

Designing infrastructure validation workflows involves specifying IaC validation and apply flows within GitHub Actions. The process generates repository-aware guidance and pipeline plans that adapt recommendations based on your existing infrastructure tools and deployment needs.

Can I use this to automate security scanning and SAST pipeline planning?

Yes, you can automate security scanning and SAST pipeline planning. The approach drafts workflow designs that specify necessary triggers, permissions, and secrets to integrate secret scanning and static application security testing directly into your GitHub repositories.

Does GitHub Actions pipeline planning work for container builds and application testing?

GitHub Actions pipeline planning works effectively for container builds and application testing. It analyzes your repository context to draft implementation-ready workflow plans that define the specific jobs and environment variables required for your testing scenarios.

How do I structure GitHub Actions workflows with correct permissions and environment variables?

Structuring GitHub Actions workflows requires explicitly specifying job permissions, secrets, and environment variables in your pipeline design. Generating versioned markdown documents with Mermaid diagrams ensures the workflow structure is clearly mapped before implementation.

Why should I create versioned markdown documents for DevOps pipeline planning?

Creating versioned markdown documents for DevOps pipeline planning removes guesswork by turning repository context into clear, implementation-ready designs. These documents provide tracked, visual Mermaid diagrams and repository-aware guidance for your CI/CD workflows.