code-review

Standardize code reviews with git-delta diff visualization and structured feedback.

1|Updated May 6, 2022
One-click install
npx skills add https://github.com/cloud-native-tools/cws-lib-bash --skill code-review-cloud-native-tools
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/cloud-native-tools/cws-lib-bash/tree/main/.specify/skills/code-review
Command: npx skills add https://github.com/cloud-native-tools/cws-lib-bash --skill code-review-cloud-native-tools

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires git, delta, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill solves the lack of consistency and structure in code reviews by providing a standardized, four-phase workflow that ensures high-quality feedback and clear merge gates.

Core Features & Use Cases

  • Structured Review Workflow: Implements a rigorous four-phase process covering pre-submission self-checks, structured P0-P6 dimension analysis, feedback iteration, and knowledge precipitation.
  • Delta-Powered Visualization: Leverages git-delta for high-quality, side-by-side diff rendering to improve reviewer focus and readability.
  • Automated Gatekeeping: Provides built-in size guards and automated report summaries to enforce merge gates based on blocking issues and severity levels.

Quick Start

Use the code-review skill to start an interactive review of all changes since the main branch.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I standardize my pull request code review workflow?

Standardize pull request code review workflows using a four-phase process: pre-submission self-checks, structured P0-P6 dimension analysis, feedback iteration, and knowledge precipitation to enforce high-quality merge gates.

Do I need git-delta installed to visualize side-by-side diffs for code review?

Yes, you need both git and git-delta installed in your environment to execute diff rendering and leverage high-quality, side-by-side diff visualization for improved reviewer focus and readability.

What is a P0-P6 dimension analysis for software quality feedback?

P0-P6 dimension analysis is a structured feedback framework within the code review process that categorizes issues by severity levels, enabling systematic multi-dimensional software quality analysis and clear merge gate decisions.

Can I enforce automated merge gates based on code review severity levels?

Yes, you can enforce automated merge gates using built-in size guards and automated report summaries that block merges based on identified blocking issues and their severity levels during the code review process.

What's the best way to render git diffs for multi-dimensional code analysis?

Render git diffs for multi-dimensional code analysis by integrating git-delta for high-quality, side-by-side diff rendering, which standardizes the review process and improves reviewer focus during pull request evaluations.

Does this code review process support interactive reviews of all changes since the main branch?

Yes, the code review process supports interactive reviews of all changes since the main branch, applying a structured four-phase workflow with delta-powered visualization to maintain software quality and enforce merge gates.