원클릭으로
intelligencex-pr-unblock-loop
Use when iterating on PR blockers, CI failures, and bot todo or critical items until mergeability is restored.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use when iterating on PR blockers, CI failures, and bot todo or critical items until mergeability is restored.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Use when bootstrapping or validating IntelligenceX reviewer setup, managed workflow blocks, and reviewer.json generation/apply flow.
Use when creating or refactoring IntelligenceX tools to maximize helper reuse, reduce duplication, and keep stable tool contracts.
Use when adding/refactoring mutating tools with shared write-governance and authentication contracts.
Use when work touches setup wizard, setup web, onboarding UX, onboarding docs, or first-run validation flows.
Use when changing analysis behavior, static-analysis policy, catalog validation, or analyzer execution flow in IntelligenceX.
Use to validate the first live reviewer run after onboarding, including checks, sticky summary markers, and rollout health signals.
SOC 직업 분류 기준
| name | intelligencex-pr-unblock-loop |
| description | Use when iterating on PR blockers, CI failures, and bot todo or critical items until mergeability is restored. |
Use this skill when a PR must be unblocked/merged and checks or bot comments require iteration.
reviewThreads for unresolved conversations before assuming another hidden policy problem.agents/skills/intelligencex-pr-unblock-loop/scripts/gather-pr-state.sh <pr-number>pwsh -NoLogo -NoProfile -File .agents/skills/intelligencex-pr-unblock-loop/scripts/gather-pr-state.ps1 <pr-number>.agents/skills/intelligencex-pr-unblock-loop/scripts/watch-checks.sh <pr-number>pwsh -NoLogo -NoProfile -File .agents/skills/intelligencex-pr-unblock-loop/scripts/watch-checks.ps1 <pr-number>gh api graphql -f query='query { repository(owner:"EvotecIT", name:"IntelligenceX") { pullRequest(number:<pr-number>) { reviewThreads(first:100) { nodes { id isResolved isOutdated path line comments(first:10) { nodes { author { login } body url } } } } } } }'references/status-template.md