receiving-code-review

Prioritize and resolve critical code-review findings before commits.

291|38|Updated Mar 16, 2026
One-click install
npx skills add https://github.com/J-Pster/Psters_AI_Workflow --skill receiving-code-review-j-pster
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: receiving-code-review
Source: https://github.com/J-Pster/Psters_AI_Workflow/tree/main/plugins/psters-ai-workflow/skills/receiving-code-review
Command: npx skills add https://github.com/J-Pster/Psters_AI_Workflow --skill receiving-code-review-j-pster

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Processing code review feedback efficiently by prioritizing critical findings and resolving comments safely before committing changes.

Core Features & Use Cases

  • Prioritize critical issues first and surface actionable fixes.
  • Provide a clear summary of resolved vs deferred findings with rationale.
  • Ensure verification of behavior after fixes before commit.

Quick Start

Group feedback by severity, fix critical issues first, and provide verification results before committing.

Frequently Asked Questions about receiving-code-review

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

FAQPage Schema
How do I prioritize critical code review findings before a commit?

To prioritize code review findings before a commit, group feedback by severity and resolve critical issues first. This process surfaces actionable fixes and ensures verification of behavior before changes are committed.

What is the best way to document resolved versus deferred code review comments?

Documenting code review comments involves exporting a clear report of resolved versus deferred items with rationale. This tracks comment resolution and provides a clear summary of verification results for the team workflow.

How does grouping code review feedback by severity prevent risky changes?

Grouping code review feedback by severity prevents risky changes by surfacing critical findings first. This allows developers to fix high-impact issues and verify behavior before committing, mitigating potential risks.

Can I use code review prioritization for team workflows across different projects?

Yes, code review prioritization applies to workflows across teams. It standardizes comment resolution by grouping findings by severity, ensuring critical issues are addressed before commits regardless of the specific project.

Why do I need to verify behavior after fixing critical code review findings?

Verifying behavior after fixing critical code review findings ensures the changes resolve the issue without introducing new defects. This verification step is required before committing to prevent risky changes from entering the codebase.