원클릭으로
ci-gate
Skill for checking CI status and validating merge readiness
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Skill for checking CI status and validating merge readiness
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Core coding skill for the FORGE builder agent
Planning skill for the FORGE builder agent
Evaluation criteria for the SENTINEL reviewer agent
Review skill for the SENTINEL reviewer agent
Create generative, code-based art and visualizations using P5.JS and algorithmic principles.
Visual philosophy and design principles for creating impactful visual content.
| name | ci-gate |
| description | Skill for checking CI status and validating merge readiness |
BEFORE polling CI status, check if the repository has CI workflows configured:
has_workflows on the GitHub client to check if .github/workflows/ existsci_readiness in the shared store if availableIf no CI workflows exist:
CiStatus::Success immediately (empty check suites = pass by default)ci_missing event to alert NEXUS that CI setup is requiredThis prevents VESSEL from spending polling cycles waiting for CI that will never arrive, which causes watchdog timeouts and stalls the entire pair.
Use check_ci_status MCP tool to verify:
Typical required checks:
| Status | Action |
|---|---|
success | All checks passed |
failure | One or more checks failed |
pending | Checks still running |
unknown | No CI configured — treat as success and alert NEXUS |
PR is ready to merge when:
successIf CI fails:
deploy_failed action with detailsIf CI is pending: