actionlint
Installation
SKILL.md
Actionlint
Validate GitHub Actions workflow files (.github/workflows/*.yml) for
syntax errors, invalid references, expression mistakes, and security
issues. Catches errors that would otherwise only surface at runtime.
What this skill does
- Checks if
actionlintis available; guides installation if missing. - Detects project-specific
.actionlintrc.yamlor falls back to a sensible default config. - Validates workflow files for syntax, action references, expressions, shell scripts, and security issues.
- Reports errors with specific rule categories and fixes.
Installation check
Related skills