code-review

Generate structured code review findings and paired remediation plans.

Updated May 12, 2026
One-click install
npx skills add https://github.com/blik616287/palette_ai_instance --skill code-review-blik616287
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/blik616287/palette_ai_instance/tree/main/.claude/skills/code-review
Command: npx skills add https://github.com/blik616287/palette_ai_instance --skill code-review-blik616287

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps teams produce consistent, structured code-review findings and, when needed, drive a remediation pass that converts those findings into concrete fixes with traceable rationale.

Core Features & Use Cases

  • Comprehensive review workflow: Generates a timestamped findings report via static analysis plus manual review, or transforms human-written review comments into the same structured format.
  • Remediation-ready outputs: Produces a paired remediations document tied to the exact review timestamp, capturing what was fixed and what remains open.
  • Reproducible, auditable reporting: Enforces required fields, a methodology table, severity legend, and page-friendly pairing conventions under reviews/.
  • Progress transparency: Requires narrating long-running steps to avoid silent “stuck” sessions from the user’s perspective.

Quick Start

Use the code-review skill to audit this repository and generate a timestamped findings document under reviews/.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I turn PR review comments into actionable remediation tasks?

To prepare for a production readiness audit, this skill analyzes a codebase via static analysis and manual review to generate a timestamped findings document with enforced report fields, methodology, and severity calibration.

Can I generate a structured audit report for CI and vulnerability hygiene checks?

To generate a paired remediation plan from code review findings, this skill produces a timestamped remediations document tied to the exact review timestamp, ensuring traceable rationale for fixes and transparently narrating long-running steps.

How do I standardize code review findings across different pull requests?

You standardize code review findings by transforming manual review comments or static analysis output into a consistent, structured format under a reviews directory, enforcing required fields and severity calibration for auditable reporting.

Do I need any dependencies to run static analysis and generate a remediation plan?

No dependencies are required to run this static analysis and remediation workflow, as the skill operates independently to analyze your codebase and produce structured findings without external component installations.