with one click
test-action
Run tests for a specific GitHub Action by name
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Run tests for a specific GitHub Action by name
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Comprehensive health check for a single action
Scaffold a new GitHub Action with all required files
Deterministic adversarial code review focused on provable failures. Optimized for agent execution, minimal tokens, and high signal findings across web applications.
Generate a changelog for a specific action or the whole repo
Compare two actions for pattern consistency
Verify all action references are properly SHA-pinned
| name | test-action |
| description | Run tests for a specific GitHub Action by name |
| disable-model-invocation | true |
Ask the user which action to test if not already specified. List available actions if needed:
ls -d */action.yml | sed 's|/action.yml||'
make test-action ACTION=<action-name>
Show the test output. If tests fail, read the relevant test files in _tests/unit/<action-name>/ and the action's action.yml to help diagnose the issue.
If the user wants coverage information:
make test-coverage