code-review-workflow

Audit code changes through four stages and generate a Markdown review report.

Updated Apr 10, 2026
One-click install
npx skills add https://github.com/ImaginerLabs/skill-manager --skill code-review-workflow-imaginerlabs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review-workflow
Source: https://github.com/ImaginerLabs/skill-manager/tree/main/skills/testing/code-review-workflow
Command: npx skills add https://github.com/ImaginerLabs/skill-manager --skill code-review-workflow-imaginerlabs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Streamlines the comprehensive evaluation of code changes to quickly surface blockers, quality issues, and coverage gaps, delivering a consistent Markdown report.

Core Features & Use Cases

  • Four-stage review process: basic code review, quality checks, bundle size analysis, and test coverage evaluation, producing a unified report.
  • Flexible input handling: works with commits, staged changes, or specific files; supports --commit, --staged, --path etc to tailor the review.
  • Output and guidance: generates a structured Markdown report with an actionable checklist and supporting references, ideal for PR reviews and automation pipelines.

Quick Start

Provide a target repository and specify the input mode (commit hash, staged changes, or a specific file path), then run the four-stage code-review workflow to generate a structured Markdown report.

Frequently Asked Questions about code-review-workflow

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

FAQPage Schema
How do I automate code review for git diff and staged changes?

To automate code review for git diff and staged changes, the Skill applies a four-stage process—basic review, quality checks, bundle size analysis, and test coverage—to commits, staged changes, or specific files. It then generates a structured Markdown report with an actionable checklist and findings.

What is included in an automated static analysis and bundle size review report?

An automated static analysis and bundle size review report includes findings from basic code review, quality checks, bundle size analysis, and test coverage evaluation. It delivers a deterministic Markdown document with clear findings, references, and an actionable checklist suitable for PR reviews.

How do I generate a Markdown code review report for specific commits?

You can generate a Markdown code review report for specific commits by providing a target repository and specifying the input mode using flags like --commit, --staged, or --path. The workflow runs the four-stage audit and outputs a structured report with an actionable checklist.

Can I use this automated lint and code review workflow for compliance checks?

Yes, you can use this automated lint and code review workflow for compliance checks. It produces a deterministic Markdown report containing clear findings and references, making it suitable for standardizing PR reviews and verifying compliance across code changes.

Does this code review workflow support analyzing specific file paths instead of full commits?

Yes, the code review workflow supports analyzing specific file paths instead of full commits. It offers flexible input handling with flags like --path, --commit, and --staged, allowing you to tailor the four-stage review to specific files or staged changes.

Related Skills