review-checklist

Apply a standardized pre-merge checklist to pull requests across codebases.

1|Updated May 11, 2026
One-click install
npx skills add https://github.com/zeropoint-foundation/ironclaw --skill review-checklist-zeropoint-foundation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-checklist
Source: https://github.com/zeropoint-foundation/ironclaw/tree/main/skills/review-checklist
Command: npx skills add https://github.com/zeropoint-foundation/ironclaw --skill review-checklist-zeropoint-foundation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams ensure code quality by providing a repeatable pre-merge review checklist that catches common issues before PRs are merged.

Core Features & Use Cases

  • Structured verification across categories such as Database Operations, Security & Data Safety, String Safety, Trait Wrappers & Decorator Chain, Tests, and Documentation.
  • Reusable guidance for reviewers to consistently apply checks, reducing review fatigue and slip-ups.
  • Suitable for use in CI/CD review gates or manual PR reviews to improve merge confidence.

Quick Start

Invite IronClaw to apply the pre-merge checklist to a pull request and confirm all items pass before merging.

Frequently Asked Questions about review-checklist

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

FAQPage Schema
How do I automate a pre-merge code review checklist for pull requests?

Automating a pre-merge code review checklist applies a standardized set of verification items to pull requests. This Skill checks database operations, security, data handling, tests, and documentation to ensure consistent pass/fail criteria before merging.

What categories should a pre-merge review checklist cover for quality assurance?

A pre-merge review checklist for quality assurance should cover Database Operations, Security and Data Safety, String Safety, Trait Wrappers, Tests, and Documentation. These structured checks ensure consistent verification across codebases.

Can I use a standardized review checklist in CI/CD pipelines?

Yes, you can use a standardized review checklist in CI/CD pipelines as an automated review gate. It applies structured checks with explicit verification items and pass/fail criteria to pull requests, improving merge confidence.

What is the best way to ensure consistent code reviews across multiple codebases?

The best way to ensure consistent code reviews is applying a reusable pre-merge checklist. This provides structured verification for database operations, security, and tests, reducing review fatigue and preventing common slip-ups across codebases.

Does a pre-merge checklist require specific dependencies to run automated PR checks?

No specific dependencies are required to apply a pre-merge checklist for automated PR checks. The Skill operates independently to evaluate code changes against structured verification items like data safety and documentation.