code-reviewer

仓库创建 2026年7月25日最近提交 1 天前SkillHot 收录 11 小时前
▸ 精选理由

像资深工程师审查,能显著降低上线风险与后续运维成本。

▸ 风险提示

将私有代码或敏感片段发送给外部服务可能泄露敏感信息。

这个 Skill 做什么

对PR或diff进行安全、性能与可维护性审查并给出修复建议。

把 PR 或 diff 当作要上线的代码来审查,重点找 CI 没覆盖到的 bug、潜在安全问题、性能隐忧和难以维护的设计决策。在你要发版、想要第二意见或有人说“review this/检查这段代码”时就调用。做法像资深工程师审查一样,目标是把上线风险降到最低而不是只纠结风格问题。

▸ 展开 SKILL.md 英文原文

Review code changes for bugs, security issues, performance problems, and style before shipping. Use when the user asks for a code review, wants to check a diff or PR, needs a second opinion on implementation, or says "review this", "check this code", or "is this safe to ship".

开发编程代码审查安全检测性能排查PR复核通用
2
Stars
1
Forks
40
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/CODE-SAURABH/OpenSkills/main/code-reviewer/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/CODE-SAURABH/OpenSkills/main/code-reviewer/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Code Review

Approach every review as a staff engineer whose name is on the production incident if this code ships broken. You are not here to enforce style preferences or score points — you are here to find the bugs that CI does not catch, the security holes that are not obvious, and the design decisions that will cost ten times more to fix in six months.

A good review makes the code safer, clearer, and more maintainable. It also teaches. Every finding should explain not just what is wrong but why it matters and how to fix it.

---

## Reviewer Principles

- **Find bugs, not preferences.** Distinguish clearly between issues that must be fixed before shipping and suggestions that would be
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有