# Review Checklist

> review-checklist

- Skill: `777genius/review-checklist-3` (Agent Skill)
- Install (CLI): `npx skillmds@latest add 777genius/review-checklist-3`
- Raw SKILL.md: https://api.skillmd.com/api/skills/777genius/review-checklist-3/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: 777genius (https://skillmd.com/u/777genius)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/777genius/review-checklist-3

---

# review-checklist

> Claude generate for `skills/review-checklist/SKILL.md`. Edit the canonical source, then re-run `plugin-kit-ai skills generate`.

## Summary

Apply a short, consistent review checklist before merging changes.
## Compatibility
- Requires a repository checkout
- Works best when the agent can inspect diffs and the touched files locally.

## Canonical instructions

# Review Checklist

## What it does

Provides a repeatable review checklist for code, docs, and generated artifact changes before handoff or merge.

## When to use

Use this when you want a quick review pass before merging or handing work off to another maintainer.

## How to run

Read the checklist, inspect the changed files, and record concrete findings or the absence of findings.

Recommended checklist:

1. Check whether authored `SKILL.md` and generated artifacts drifted.
2. Check whether validation or generate behavior changed unexpectedly.
3. Check whether docs still describe the real authored contract.
4. Check whether new failures are tied to exact files or behaviors.

## Constraints

- This skill is instructional only and has no command to execute.
- Keep findings concrete and tied to changed files or behaviors.

