What problem does it solve?
This Skill helps you author, review, debug, and harden GitHub Actions workflows without relying on guesswork. It turns CI/CD configuration into a disciplined, security-aware practice so pipelines are reproducible, least-privilege, and easier to maintain.
Core Features & Use Cases
- Workflow authoring and review: Create or audit
.github/workflows/ files with correct syntax, clean job structure, and reliable triggers.
- Security hardening: Apply safe defaults for
permissions, secret handling, OIDC federation, action pinning, and untrusted-input handling.
- Debugging and optimization: Diagnose failures in runners, caching, expressions, reusable workflows, and matrix builds.
- Use case: A pull request changes a deployment pipeline; this Skill guides the review, flags unsafe permissions or unpinned actions, and recommends a secure fix.
Quick Start
Ask the assistant to review my GitHub Actions workflow for correctness, security, and best-practice improvements.