apply-pr-feedback

Triage and apply pull request feedback against architectural invariants.

Updated Jul 9, 2026
One-click install
npx skills add https://github.com/Covcloud-LLC/adhd-workflow --skill apply-pr-feedback-covcloud-llc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: apply-pr-feedback
Source: https://github.com/Covcloud-LLC/adhd-workflow/tree/main/.claude/skills/apply-pr-feedback
Command: npx skills add https://github.com/Covcloud-LLC/adhd-workflow --skill apply-pr-feedback-covcloud-llc

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh.

What problem does it solve?

This skill solves the problem of fragmented and inefficient PR review cycles by providing a structured, critical, and diff-aware process for applying feedback while maintaining project invariants.

Core Features & Use Cases

  • Diff-Aware Filtering: Automatically skips stale comments that no longer apply to the current code state.
  • Critical Evaluation: Forces a structured review of feedback against project patterns, settled decisions, and architectural constraints.
  • Safe Execution: Provides a gated mechanism to commit, push, and merge changes only when explicitly authorized and verified.

Quick Start

Invoke the skill by providing the pull request number to begin the critical review and application process.

Frequently Asked Questions about apply-pr-feedback

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

FAQPage Schema
How do I automate applying pull request feedback while maintaining architectural invariants?

Automating pull request feedback requires filtering stale comments and critically evaluating suggestions against repository conventions before applying verified code updates and managing branches locally.

Does the GitHub CLI support triaging bot-generated code review comments on pull requests?

Yes, the GitHub CLI supports API interaction for triaging bot-generated and peer review comments, enabling diff-aware filtering to skip stale comments that no longer apply to the current code state.

How do I filter stale PR comments so they do not get applied to the current code state?

Filtering stale PR comments is achieved through diff-aware filtering, which automatically skips suggestions that no longer align with the current code state before initiating a critical review.

Can I automatically merge code updates from peer reviews after verifying them against project patterns?

Yes, code updates from peer reviews can be automatically merged using a gated mechanism that commits, pushes, and merges changes only when explicitly authorized and verified against project patterns.

What is the best way to reconcile bot-generated pull request suggestions with settled project decisions?

Reconciling bot-generated suggestions involves a structured critical review process that evaluates feedback against settled decisions and architectural constraints to ensure safe execution of code updates.

How do I start the critical review and application process for a specific pull request?

To start the critical review and application process, invoke the skill by providing the pull request number to trigger automated triage, evaluation, and gated application of feedback.