code-review

Automate structured code reviews with blocking, warning, and suggestion findings.

46|11|Updated Mar 29, 2026
One-click install
npx skills add https://github.com/clawpod-app/awesome-openclaw-agent-packs --skill code-review-clawpod-app
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/clawpod-app/awesome-openclaw-agent-packs/tree/main/packs/code-review/skills/code-review
Command: npx skills add https://github.com/clawpod-app/awesome-openclaw-agent-packs --skill code-review-clawpod-app

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quickly identify and communicate code quality issues in PRs, ensuring faster, safer merges.

Core Features & Use Cases

  • Structured findings across blocking, warnings, and suggestions to prioritize fixes.
  • Context-aware analysis spanning correctness, maintainability, performance, and security.
  • Use case: In a PR diff, generate actionable remediation guidance and a concise summary for reviewers.

Quick Start

Provide a structured code review of the attached code or PR diff with a single command.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I automate code reviews for pull requests?

Automate code reviews for pull requests by evaluating diffs against a deterministic rubric, classifying findings into blocking, warning, and suggestion categories to ensure faster merges.

What is the best way to structure code review findings for a PR diff?

The best way to structure code review findings is by categorizing issues into blocking, warning, and suggestion levels, covering correctness, maintainability, performance, and security.

Can I use automated code review to check security and performance issues in any programming language?

Yes, automated code review can check security and performance issues across various languages and repositories by applying context-aware analysis to submitted code diffs.

How do I generate a remediation plan from a pull request diff?

Generate a remediation plan from a pull request diff by running a structured review that outputs actionable remediation guidance and a concise summary for reviewers.

Does automated code review work in CI pipelines for pre-merge checks?

Yes, automated code review works in CI pipelines for pre-merge checks, enabling repeatable QA by applying a deterministic rubric to identify code quality issues before integration.

What are the limitations of using a deterministic rubric for code review?

Using a deterministic rubric for code review limits subjective or stylistic feedback, focusing strictly on quantifiable correctness, maintainability, performance, and security issues.