ワンクリックで
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 ページを確認してインストールできます。
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.mdUse 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.