code-review

Apply a standardized checklist to review pull requests for correctness, security, and maintainability.

Updated Apr 6, 2026
One-click install
npx skills add https://github.com/mabdulrauf/wazone-back --skill code-review-mabdulrauf
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/mabdulrauf/wazone-back/tree/main/.agents/skills/code-review
Command: npx skills add https://github.com/mabdulrauf/wazone-back --skill code-review-mabdulrauf

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Code reviews are often inconsistent and time-consuming, leading to missed defects and quality gaps. This guide provides a concise, reusable checklist to standardize review criteria across PRs and diffs, improving reliability and speed.

Core Features & Use Cases

  • Correctness: Verify behavior matches the intended implementation and that changes do not introduce regressions.
  • Security & Quality: Identify potential vulnerabilities, code smells, and maintainability concerns.
  • Project Consistency: Enforce team conventions, tooling rules, and architectural guidelines.
  • Use Case: A reviewer applies the checklist to a PR to quickly confirm tests, lint, and security considerations are satisfied.

Quick Start

Review a pull request by applying the checklist to the changed files and recording issues.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I standardize code reviews across pull requests?

Standardize code reviews by applying a reusable checklist to pull requests, verifying correctness, security, and project consistency. This ensures reviewers consistently check for regressions, vulnerabilities, and architectural guideline adherence across diffs and patches.

What should a code review checklist cover for quality assurance?

A code review checklist for quality assurance covers correctness, security, and maintainability. It verifies behavior matches intended implementation, identifies potential vulnerabilities and code smells, and enforces team conventions and tooling rules to prevent missed defects.

How do I check pull requests for security vulnerabilities and regressions?

Check pull requests for security vulnerabilities and regressions by applying a standardized review checklist to changed files. Verify behavior correctness to prevent regressions while identifying potential security vulnerabilities and maintainability concerns during the diff.

Can I use a code review checklist across different repositories and teams?

You can use a code review checklist across different repositories and teams. The guidance applies to code reviews during diffs, PRs, or patches to ensure correctness, security, and maintainability regardless of the specific project conventions.

Does a code review checklist replace automated lint and test checks?

A code review checklist does not replace automated lint and test checks. Instead, reviewers apply the checklist to quickly confirm that tests, lint, and security considerations are satisfied alongside manual checks for project consistency and architectural guidelines.

Why are my code reviews inconsistent and missing defects?

Code reviews are inconsistent and miss defects when lacking standardized criteria. Applying a reusable code-review checklist to pull requests improves reliability and speed by ensuring consistent verification of correctness, security, and project conventions.