بنقرة واحدة
test-action
Run tests for a specific GitHub Action by name
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Run tests for a specific GitHub Action by name
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف 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