check-coderabbit

Detect unresolved CodeRabbit review threads after a PR push.

2|Updated Jan 14, 2026
One-click install
npx skills add https://github.com/ignission/claude-code-ark --skill check-coderabbit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: check-coderabbit
Source: https://github.com/ignission/claude-code-ark/tree/main/.claude/skills/check-coderabbit
Command: npx skills add https://github.com/ignission/claude-code-ark --skill check-coderabbit

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

push後のCodeRabbitレビューの完了を待ち、未解決スレッドを正確に検出して報告します。未解決スレッドは GraphQL API の reviewThreads で判定されます。

Core Features & Use Cases

  • 未解決スレッドを検出して報告する
  • PRのCodeRabbitレビュー完了を最大10分間、30秒間隔でポーリング
  • GraphQL APIを用いてレビュースレッド情報を取得し、要約を提供する

Quick Start

Push後にCodeRabbitのレビュー完了を待ち、未解決スレッドを検出して報告します。

Frequently Asked Questions about check-coderabbit

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate checking unresolved CodeRabbit review threads after a PR push?

Polling for CodeRabbit reviews runs up to 10 minutes at 30-second intervals using GitHub CLI commands and the GraphQL API. It fetches reviewThreads to detect and report unresolved threads accurately.

How does the CodeRabbit code review polling mechanism work?

It polls PR status using gh pr view and gh pr checks commands at 30-second intervals for up to 10 minutes. Once complete, it queries the GraphQL API reviewThreads to detect and report unresolved comments.

Do I need the GitHub CLI installed to detect unresolved CodeRabbit threads?

Yes, the GitHub CLI is required. The Skill depends on gh pr view and gh pr checks commands to monitor PR review completion, and uses the GitHub GraphQL API to retrieve and report unresolved CodeRabbit review threads.

What is the maximum wait time for CodeRabbit code review completion detection?

The maximum wait time for CodeRabbit code review completion detection is 10 minutes. The Skill polls at 30-second intervals using GitHub CLI commands before reporting unresolved review threads via the GraphQL API.

Can I get structured output of unresolved CodeRabbit reviews for decision-making?

Yes, the Skill provides structured output of unresolved CodeRabbit reviews suitable for rapid decision-making. It queries the GraphQL API reviewThreads and reports unresolved comments in a structured format after polling completes.

Why does my CodeRabbit review check return no unresolved threads?

If your CodeRabbit review check returns no unresolved threads, it means the GraphQL API reviewThreads query found all threads resolved. The Skill polls up to 10 minutes at 30-second intervals to confirm review completion before reporting.