원클릭으로
validate
Run full validation pipeline (docs, format, lint, precommit)
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Run full validation pipeline (docs, format, lint, precommit)
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 | validate |
| description | Run full validation pipeline (docs, format, lint, precommit) |
| disable-model-invocation | true |
Run the complete validation pipeline:
make all
This runs in order: install-tools -> update-validators -> docs -> update-catalog -> format -> lint -> precommit
Note: make test must be run separately.
make format
Then re-run make all.
make test
Read the failing test output and fix the underlying action or test.
make docs
Regenerates READMEs from action.yml files.