code-review

Analyze code diffs and report severity-based issues with suggested fixes.

Updated Mar 29, 2026
One-click install
npx skills add https://github.com/sigitpoerwo/repoworkspace_zahra --skill code-review-sigitpoerwo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/sigitpoerwo/repoworkspace_zahra/tree/main/skills/01-SIAP-PAKAI/coding/code-review
Command: npx skills add https://github.com/sigitpoerwo/repoworkspace_zahra --skill code-review-sigitpoerwo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates and guides code-review processes to improve correctness, readability, and security across code changes.

Core Features & Use Cases

  • Automated Review: Analyzes diffs for correctness, maintainability, performance, and security.
  • Quality Signals: Emits severity-based issues with actionable fixes and rationale.
  • Use Case: Review a PR to surface potential defects before merge and generate a report for maintainers.

Quick Start

Provide a structured code review for the latest pull request focusing on correctness, maintainability, performance, and security.

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 review for a pull request?

Automating code review for a pull request involves analyzing diffs to detect code smells and surface defects. It evaluates changes for correctness, maintainability, performance, and security, generating a structured report with severity labels, actionable feedback, and suggested fixes.

What does a severity-based code review report include?

A severity-based code review report includes actionable feedback on detected code smells and potential defects. It provides severity labels for each issue, along with rationale and suggested fixes to help maintainers improve code quality before merging changes.

Can I use static analysis to ensure test coverage in my code diffs?

Yes, static analysis can be applied to code diffs to ensure test coverage and detect code smells. By analyzing pull requests for correctness and maintainability, it enforces quality requirements and generates a structured report highlighting areas needing tests.

Does automated code review work across different programming languages?

Automated code review works across languages by analyzing pull request diffs for performance, security, and maintainability issues. It applies language-agnostic checks to generate a structured, severity-based report with actionable feedback for maintainers.

When do I need an automated code review tool for maintainability?

You need an automated code review tool for maintainability when you want to surface potential defects before merging a pull request. It evaluates code changes for code smells, test coverage, and quality issues, producing a severity-based report for maintainers.