con un clic
test-action
Run tests for a specific GitHub Action by name
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Run tests for a specific GitHub Action by name
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación 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