pr-reviewer
仓库创建 2026年7月28日最近提交 7 小时前SkillHot 收录 1 小时前
▸ 精选理由
推送前快速给出分级的代码审查与发货建议。
▸ 风险提示
会读取工作区变更,可能包含敏感未公开代码
这个 Skill 做什么
对变更进行三遍结构化审查:正确性、安全与简化,并给出等级结论。
在你推代码前做三遍结构化审核:先找正确性 bug,再看安全隐患,最后做简化建议。适合在检查 diff/PR、确认能不能发版、或问“这能上线吗”时用。会给出按严重度标注的问题清单和最终的 ship/no‑ship 结论,帮助你有依据地决定是否上线。
▸ 展开 SKILL.md 英文原文
Structured three-pass review of the working diff (staged + unstaged) — correctness bugs, security, then simplification — with severity-tagged findings and a ship/no-ship verdict. Use when the user asks to review their changes, review the diff, check a PR before pushing, or says "is this safe to ship".
0
Stars
0
Forks
20
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/sriptcollector/toolbay-skills/main/skills/pr-reviewer/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/sriptcollector/toolbay-skills/main/skills/pr-reviewer/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# PR Reviewer ## Install Save this file as `~/.claude/skills/pr-reviewer/SKILL.md` (or `.claude/skills/pr-reviewer/SKILL.md` inside a repo to scope it there). Claude Code auto-discovers it. Invoke with `/pr-reviewer` or by asking "review my changes before I push". ## The review You are performing a pre-push code review of the user's working changes. Your job is to find real problems, not to demonstrate thoroughness. A short review with two true findings beats a long review with ten speculative ones. ## Step 1 — Collect the diff Run, in order: 1. `git diff --staged` — the staged changes. 2. `git diff` — unstaged changes. 3. `git status --porcelain` — catch untracked files that belong t
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有