review-checklist

Automate pre-merge QA with a structured pull request checklist.

2|Updated Mar 30, 2026
One-click install
npx skills add https://github.com/Adityashandilya555/iron --skill review-checklist-adityashandilya555
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-checklist
Source: https://github.com/Adityashandilya555/iron/tree/main/skills/review-checklist
Command: npx skills add https://github.com/Adityashandilya555/iron --skill review-checklist-adityashandilya555

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Pre-merge reviews often miss critical issues; this checklist captures the most common problems flagged by automated reviewers and ensures consistent quality checks across pull requests.

Core Features & Use Cases

  • Comprehensive pre-merge checks covering database operations, security & data safety, string safety, and tests.
  • Enforces consistent review practices and accelerates PR turnaround by providing a clear, reusable standard.
  • Use Case: When preparing a PR, apply the checklist to verify transactional integrity, code quality, and appropriate documentation before merging.

Quick Start

Review each PR against the checklist before merging.

Frequently Asked Questions about review-checklist

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

FAQPage Schema
What is a pre-merge QA checklist for pull requests?

A pre-merge QA checklist enforces coding standards, security hygiene, and documentation requirements across pull requests. It provides clear pass/fail signals for tests, database operations, and string safety to automate quality assurance before merging code.

How do I check database transactional integrity in a pull request?

Verify database transactional integrity in a pull request by applying a pre-merge checklist that enforces data safety standards. This structured review process checks transactional boundaries and database operations to catch common data issues before code review approval.

Does this pre-merge checklist cover security and string safety?

Yes, the pre-merge checklist covers security and data safety along with string safety. It applies comprehensive quality checks to your software development workflow to ensure coding standards are met before integrating new changes into the main branch.

Can I use a PR checklist to enforce documentation requirements?

Yes, you can use a PR checklist to enforce documentation requirements. The pre-merge quality assurance process includes explicit checks for appropriate documentation, ensuring that code changes are properly documented before the pull request is merged into the codebase.

What's the best way to automate pull request quality checks?

Automate pull request quality checks by applying a structured pre-merge checklist that provides clear pass/fail signals. This enforces consistent review practices across database operations, security, tests, and documentation, accelerating PR turnaround and reducing manual review effort.

Why do pre-merge code reviews often miss critical issues?

Pre-merge code reviews often miss critical issues due to inconsistent manual checks. A structured QA checklist solves this by capturing the most common problems flagged by automated reviewers, ensuring consistent coverage of database operations, security hygiene, and string safety.