| name | workflow-validator |
| description | GitHub Actions workflow YAML validator — static analysis for common mistakes before pushing. Use when agent says "validate workflow", "check my workflow", "review YAML", "workflow lint", "is this workflow correct", "pre-push check", or any workflow validation activity.
|
Workflow Validator Skill
Purpose
Analyze GitHub Actions workflow YAML for common mistakes that would cause failures
or silent misbehavior. This is the agent-side complement to actionlint.
Validation Checks
Critical (Will Fail)
High (Likely to Fail)
Medium (May Cause Issues)
Low (Best Practice)
Procedure
- Parse the workflow YAML
- Run each check against the parsed structure
- Return findings grouped by severity
- Include fix code snippets for each finding
MCP Server
If the actions-debugger MCP server is available:
diagnose_workflow(workflow_yaml) — runs all checks programmatically
Source
Full reference: https://htek.dev/articles/github-actions-debugging-guide