Skip to main content

review-checklist

Apply a short, consistent review checklist before merging changes.

跳到安装

来源信息

仓库
777genius/universal-agent-plugins
最近来源活动
2026年4月5日 10:42
检测到的 SKILL.md 语言
英语
星标
13
分支
2

安装方式

默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。

检查来源文件

决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。

文件资源管理器
2 个文件

正在显示 SKILL.md

SKILL.md
来源说明 · 只读预览
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.
在 GitHub 查看