com um clique
test-action
Run tests for a specific GitHub Action by name
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Run tests for a specific GitHub Action by name
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
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