task-flow-fix-comments

Aggregate PR feedback from SonarQube, CodeRabbit, and human reviewers into a prioritized fix queue.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/mahsanamin/ai_chest --skill task-flow-fix-comments
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: task-flow-fix-comments
Source: https://github.com/mahsanamin/ai_chest/tree/main/SoftwareEngineering/Task_Flow/skills/task-flow-fix-comments
Command: npx skills add https://github.com/mahsanamin/ai_chest --skill task-flow-fix-comments

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Aggregate and coordinate PR feedback from SonarQube, CodeRabbit, and human reviewers to drive prioritized fixes and streamline the PR lifecycle.

Core Features & Use Cases

  • Feedback aggregation from multiple sources into a single prioritized queue.
  • Deterministic workflow guiding Fix → Test → Report phases after PR feedback arrives.
  • Standalone execution after PR feedback arrives, with clear path to remediation.

Quick Start

Call the task-flow-fix-comments skill with the relevant PR context to start the feedback orchestration.

Frequently Asked Questions about task-flow-fix-comments

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

FAQPage Schema
How do I aggregate pull request feedback from SonarQube and CodeRabbit into a single queue?

You can aggregate pull request feedback from SonarQube, CodeRabbit, and human reviewers into a single prioritized queue by running this workflow after your PR review cycle to coordinate fixes.

What is the best way to automate PR comment cleanup and code fixes?

The best way to automate PR comment cleanup is to apply a deterministic workflow that guides your codebase through Fix, Test, and Report phases, generating a prioritized set of remediation actions.

Do I need GitHub CLI access to automate PR feedback orchestration?

Yes, you need GitHub CLI access to execute the automated PR feedback orchestration, and you can optionally enable SonarQube integration to aggregate static analysis results into the remediation queue.

Can I use this workflow for human reviewer comments alongside automated code review tools?

Yes, this workflow aggregates feedback from both human reviewers and automated code review tools like SonarQube and CodeRabbit, prioritizing all comments into a unified action queue.

Are there limitations or guardrails when automating PR fixes from aggregated review feedback?

The workflow enforces strict guardrails to prevent unsafe actions during the automated Fix, Test, and Report phases, ensuring deterministic and secure remediation of your pull request feedback.

How does the deterministic workflow process PR feedback into code fixes?

The deterministic workflow processes PR feedback by aggregating review comments into a prioritized queue, then executing a structured Fix to Test to Report lifecycle to drive prioritized remediation actions.