quality-code-review-checklist

Apply a structured code-review checklist to identify and mitigate risks in PR workflows.

Updated Jan 6, 2026
One-click install
npx skills add https://github.com/cslsoftwares/ParamentersORM --skill quality-code-review-checklist
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: quality-code-review-checklist
Source: https://github.com/cslsoftwares/ParamentersORM/tree/main/.cursor/skills/quality-code-review-checklist_V1.0.0
Command: npx skills add https://github.com/cslsoftwares/ParamentersORM --skill quality-code-review-checklist

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This checklist provides a structured, repeatable guide to review code before merges, helping teams catch memory leaks, unsafe patterns, and security issues early.

Core Features & Use Cases

  • Standardized checks across memory management, exception handling, naming conventions, security (SQL injection, XSS), performance, and general quality.
  • Step-by-step workflow for reviewers and pair-programming sessions, with explicit acceptance criteria and guidance on remediation.
  • Use Case: before merging a PR, teams run this checklist to ensure compliance with project standards and surface technical debt for backlog.

Quick Start

Open a pull request and apply the checklist to guide your review and capture issues.

Frequently Asked Questions about quality-code-review-checklist

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

FAQPage Schema
How do I review code for security risks before merging a pull request?

Review code for security risks before merging by applying a structured checklist covering SQL injection, XSS, memory management, and exception handling. Reviewers mark each item as OK, FAIL, or N/A with justification to enforce a consistent protocol.

What should a code review checklist include to catch technical debt early?

A code review checklist to catch technical debt early should include standardized checks for memory leaks, unsafe patterns, naming conventions, performance basics, and project-style adoptions. It guides reviewers to log issues for backlog remediation.

Can I use a pair-programming session to enforce coding standards during a PR review?

Yes, you can use a pair-programming session to enforce coding standards during a PR review. The checklist provides a step-by-step workflow with explicit acceptance criteria for reviewers to evaluate code changes consistently.

Does a structured code review protocol work for evaluating memory management and unsafe patterns?

A structured code review protocol works for evaluating memory management and unsafe patterns by providing standardized checks. It helps teams catch memory leaks, unsafe patterns, and security issues early before merges.

What is the best way to surface technical debt during a pull request workflow?

The best way to surface technical debt during a pull request workflow is running a structured review checklist. It enforces compliance with project standards and logs identified issues for remediation.

How do I document justification when failing a code review item?

Document justification when failing a code review item by marking it as FAIL within the structured checklist. The protocol requires reviewers to provide explicit reasoning and log the issue for backlog remediation.