receiving-code-review-extras

Resolve conflicting code review findings using the codebase as the authoritative source.

Updated Nov 24, 2025
One-click install
npx skills add https://github.com/ByronWilliamsCPA/.claude --skill receiving-code-review-extras
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: receiving-code-review-extras
Source: https://github.com/ByronWilliamsCPA/.claude/tree/main/.claude/skills/receiving-code-review-extras
Command: npx skills add https://github.com/ByronWilliamsCPA/.claude --skill receiving-code-review-extras

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill solves the problem of conflicting code review feedback, mismatches between review findings and status boards, and red team/audit findings that either contradict each other or would violate existing user constraints when converted into action plans. It eliminates the guesswork of determining which findings are valid and ensures remediation plans respect hard user rules.

Core Features & Use Cases

  • Conflict Adjudication: Uses the actual codebase as the authoritative source to resolve disagreements between reviews or between a review and a status board, separating stale findings from real issues.
  • Constraint-Compliant Planning: Converts external findings (code reviews, red team reports, audits) into action plans that adhere to standing user constraints, explicitly flagging any suggested fixes that would violate existing rules.
  • Use Case: For example, if a code review claims a security gate is broken but the status board shows it was fixed, or a red team finding suggests a fix that violates a user's no-re-run policy, this skill resolves the conflict and creates a compliant plan.

Quick Start

Use the receiving-code-review-extras skill to adjudicate conflicting code review findings and create a constraint-compliant action plan for the latest audit results.

Frequently Asked Questions about receiving-code-review-extras

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

FAQPage Schema
How do I resolve conflicting code review findings against a project status board?

Resolve conflicting code review findings by using the actual codebase as the authoritative source to check claims, separating stale findings from real issues when reviews disagree with status records.

How do I convert red team audit findings into action plans without violating existing constraints?

Convert red team audit findings into action plans by restating suggested fixes to align with standing user constraints, explicitly flagging any proposed remedies that would violate existing rules.

What is code review adjudication and when do I need to use the codebase as the source of truth?

Code review adjudication is the process of resolving disagreements between reviews or status boards. You need it when external findings contradict each other or mismatch project status records.

Can I enforce hard user constraints when planning fixes for security audit findings?

Yes, you can enforce hard user constraints during fix planning by restating proposed remedies to align with existing rules and explicitly flagging non-compliant suggested solutions from audit findings.

What is the best way to handle code review conflicts when a suggested fix breaks standing project rules?

Handle code review conflicts by adjudicating the findings against the codebase and flagging the non-compliant suggested fix, ensuring the remediation plan respects your standing project rules.