code-review-checklist

Apply a code-review checklist to Laravel and React PRs and generate a markdown report.

Updated Dec 22, 2025
One-click install
npx skills add https://github.com/htooayelwinict/claude-config --skill code-review-checklist-htooayelwinict
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review-checklist
Source: https://github.com/htooayelwinict/claude-config/tree/main/skills/code-review-checklist
Command: npx skills add https://github.com/htooayelwinict/claude-config --skill code-review-checklist-htooayelwinict

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a comprehensive code-review checklist to validate correctness, security, performance, and maintainability.

Core Features & Use Cases

  • Structured review criteria across correctness, security, performance, and maintainability.
  • Frontend and Laravel-specific checks, including accessibility and data validation.
  • Clear output format for issues and good practices.

Quick Start

Run a code review against a PR and produce a succinct summary with critical findings.

Frequently Asked Questions about code-review-checklist

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

FAQPage Schema
How do I systematize code reviews across Laravel and React pull requests?

Code-review checklists systematize PR validation by applying consistent criteria across correctness, security, performance, and maintainability. This Skill executes mandatory validation loops—composer test, npm run types, npm run lint, style checks—and produces categorized markdown reports to catch issues before merge.

What should I check for security and performance in pull request reviews?

Security and performance code review checks validate data handling, access controls, and efficiency patterns. This Skill applies frontend and Laravel-specific criteria including accessibility, data validation, and performance benchmarks, then surfaces findings by severity in a structured report.

Can I use a code review checklist for both frontend and backend changes?

Yes. This Skill covers React front-end and Laravel back-end scope in a single review workflow, with stack-specific checks for each. It validates tests, linting, style, security, and maintainability across both layers in one execution.

How do I produce a consistent code review report from PR audits?

Code review checklists generate markdown reports that categorize findings by severity and review dimension. This Skill outputs a succinct summary with critical findings, good practices, and actionable issues organized for clarity.

What's the best way to catch correctness issues before merging code?

Comprehensive code review checklists catch correctness issues by enforcing validation loops—tests, type checks, linting, and style conformance—before merge. This Skill applies these checks systematically to prevent low-quality or insecure code from reaching production.

Do I need prior code review experience to use a structured checklist?

No. Structured code review checklists guide reviewers through required checks without requiring deep expertise. This Skill provides clear criteria across correctness, security, performance, and maintainability, making reviews consistent even for less experienced reviewers.