rule-ci-cd

Enforce CI/CD governance for GitHub Actions workflows across repositories.

1|1|Updated Mar 31, 2026
One-click install
npx skills add https://github.com/btabaska/simpler-grants-documentation-automation --skill rule-ci-cd
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rule-ci-cd
Source: https://github.com/btabaska/simpler-grants-documentation-automation/tree/main/.claude/skills/rule-ci-cd
Command: npx skills add https://github.com/btabaska/simpler-grants-documentation-automation --skill rule-ci-cd

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates and enforces governance for GitHub Actions workflows to prevent misconfigurations, drift, and security gaps across repositories.

Core Features & Use Cases

  • Standardizes CI/CD pipelines on GitHub Actions using a three-job structure: checks -> deploy -> send-slack-notification.
  • Encourages reusable workflows via workflow_call and composite actions to reduce duplication.
  • Implements guardrails for permissions, environment promotion ordering, and naming conventions to improve reliability and compliance.

Quick Start

Apply the three-job CI/CD structure and reusable workflow patterns to your GitHub Actions workflows.

Frequently Asked Questions about rule-ci-cd

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

FAQPage Schema
How do I enforce CI/CD governance for GitHub Actions workflows across multiple repositories?

Standardizing CI/CD pipelines on GitHub Actions involves implementing a three-job structure: checks, deploy, and send-slack-notification. This structure enforces reliable deployment patterns and explicit notification steps across your repositories.

How do I reduce duplication in GitHub Actions workflows for multi-repo projects?

Guardrails for GitHub Actions workflows secure your deployments by implementing strict permissions, environment promotion ordering, and naming conventions. These guardrails improve reliability and ensure compliance during environment promotions.

Can I apply environment promotion rules to GitHub Actions workflows?

To set up GitHub Actions pipelines with governance, apply a three-job CI/CD structure: checks, deploy, and send-slack-notification. Use workflow_call to create reusable workflows and enforce permission guards across your multi-repo projects.

What is the best way to structure GitHub Actions workflows for reliable deployments?

The best way to structure GitHub Actions workflows for reliable deployments is using a three-job pipeline: checks, deploy, and send-slack-notification. This structure enforces explicit deployment patterns and standardizes CI/CD processes across repositories.