collect-pr-feedback

Collect and consolidate GitHub pull request feedback and CI check statuses.

Updated Mar 26, 2026
One-click install
npx skills add https://github.com/daodaoedu/daodao --skill collect-pr-feedback
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: collect-pr-feedback
Source: https://github.com/daodaoedu/daodao/tree/main/.claude/skills/collect-pr-feedback
Command: npx skills add https://github.com/daodaoedu/daodao --skill collect-pr-feedback

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Collects and consolidates scattered automated and human review feedback from a pull request so developers can quickly see what must be fixed versus what is optional, avoiding fragmented follow-ups and missed CI failures.

Core Features & Use Cases

  • PR discovery: Locates the pull request for the current branch or accepts a user-provided PR number or URL.
  • CI and checks aggregation: Retrieves CI/check statuses and groups passed, failed, and pending checks for decision-making.
  • Feedback consolidation and classification: Gathers inline comments, issue comments, and review decisions, classifies feedback into must-fix, suggested, and ignorable items, and detects AI-originated reviews (e.g., Gemini, AI Code Review).
  • Interactive remediation flow: Presents a prioritized checklist to the user, runs lint/typecheck and quality skills, generates a structured commit message, and optionally posts replies to reviewers.
  • Use case: After pushing a feature branch, run this to synthesize CI failures, automated AI reviews, and human reviewer comments into an actionable repair plan.

Quick Start

Ask the skill to gather and summarize all review feedback and CI status for the current branch PR, present a prioritized list of fixes, and run selected fixes locally.

Frequently Asked Questions about collect-pr-feedback

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

FAQPage Schema
How do I consolidate GitHub pull request comments and CI check failures into one list?

Aggregate GitHub PR feedback by collecting inline comments, issue comments, review decisions, and CI check statuses into a single prioritized checklist. This consolidates fragmented human and automated reviews, helping you quickly distinguish must-fix items from optional suggestions.

Can I automatically classify AI code review feedback on a GitHub PR?

Yes, PR feedback collection can detect and classify AI-originated reviews from tools like Gemini or AI Code Review. It categorizes all incoming feedback into must-fix, suggested, or ignorable items to help you prioritize actual remediation.

Do I need GitHub CLI to gather code review feedback for my current branch?

Yes, you need access to the repository via GitHub CLI or API to gather code review feedback. The tool locates the pull request for your current branch automatically, or accepts a specific PR number or URL to retrieve the checks.

What's the best way to synthesize CI failures and human reviewer comments into an actionable repair plan?

The best way to synthesize CI failures and human comments is to group passed, failed, and pending checks alongside classified review feedback. This generates an interactive remediation flow that presents a prioritized repair plan for your feature branch.

How do I run local linting and generate a commit message after fixing PR review issues?

After fixing PR review issues, use an interactive remediation flow to run local linting and typechecking steps. The workflow then generates a structured commit message for your applied fixes and optionally posts direct replies to the reviewers.