Skip to main content

review-checklist

Apply a short, consistent review checklist before merging changes.

Jump to install

Source facts

Repository
777genius/universal-agent-plugins
Last source activity
April 5, 2026 at 10:42
Detected SKILL.md language
English
Stars
13
Forks
2

Install options

The review-first prompt is selected by default. You can switch to a direct command or download a local copy.

Review the source files

Read SKILL.md and any companion files shown by SkillsMP before deciding whether to install.

File Explorer
2 files

Showing SKILL.md

SKILL.md
Source instructions · Read-only preview
name
review-checklist
description
Apply a short, consistent review checklist before merging changes.
execution_mode
docs_only
supported_agents
["claude","codex"]
allowed_tools
[]
compatibility
{"repo_required":true,"notes":["Works best when the agent can inspect diffs and the touched files locally."]}
# 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.
View on GitHub