review-poll

Poll GitHub auto-review signals to determine PR verdicts for downstream automation.

12|1|Updated Dec 27, 2025
One-click install
npx skills add https://github.com/apokamo/kaji --skill review-poll
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-poll
Source: https://github.com/apokamo/kaji/tree/main/.claude/skills/review-poll
Command: npx skills add https://github.com/apokamo/kaji --skill review-poll

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates monitoring of GitHub auto-review signals to determine PR verdicts (PASS, RETRY, BACK_FALLBACK, or ABORT), reducing manual checks.

Core Features & Use Cases

  • Polls bot reactions and reviews on PRs to produce deterministic verdicts for downstream steps.
  • Supports built-in workflows and standalone usage by integrating with kaji_harness entrypoints.
  • Use Case: when a Codex auto-review runs on a PR, this skill translates signals into actionable outcomes for CI workflows.

Quick Start

Poll for the codex auto-review verdict on a PR and output PASS, RETRY, BACK_FALLBACK, or ABORT.

Frequently Asked Questions about review-poll

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

FAQPage Schema
How do I automate GitHub PR review verdicts from bot signals?

Automating GitHub PR review verdicts involves polling bot reactions and reviews to produce deterministic outcomes. This skill maps auto-review signals to PASS, RETRY, BACK_FALLBACK, or ABORT for downstream CI workflows.

What is GitHub auto-review signal polling for CI automation?

GitHub auto-review signal polling monitors bot reactions on PRs to decide outcomes. It translates Codex auto-review signals into actionable verdicts, reducing manual checks in GitHub-based development pipelines.

How do I map Codex auto-review results to PASS or ABORT outcomes?

Mapping Codex auto-review results to outcomes requires polling bot reactions on the PR. The process evaluates the signals and deterministically outputs PASS, RETRY, BACK_FALLBACK, or ABORT for your automation.

Do I need kaji_harness to poll auto-review signals on GitHub PRs?

Yes, polling auto-review signals requires kaji_harness. The skill relies on kaji_harness.scripts.review_poll_entry and environment variables resolved by the harness to determine the PR context.

Can I use auto-review verdict polling for standalone GitHub workflows?

Yes, auto-review verdict polling supports standalone usage by integrating with kaji_harness entrypoints. It works for built-in workflows and standalone integration when resolving PR context via environment variables.

Why are my GitHub auto-review polling outcomes not resolving correctly?

GitHub auto-review polling outcomes may fail if environment variables are missing. The harness requires specific environment variables to resolve PR context and correctly map bot reaction signals to verdicts.