ソース情報
- リポジトリ
- 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で見る