code-review-and-quality
仓库创建 2026年2月16日最近提交 21 小时前SkillHot 收录 20 天前
▸ 精选理由
系统化审查流程适合在合并前发现多类问题并统一标准。
这个 Skill 做什么
对变更进行多维度代码审查,覆盖正确性与可维护性等。
对每次变更做多维度审查:正确性、可读性、架构、安全和性能,只有满足质量门槛才合并。在合并前、无论是自写代码还是别人或 agent 写的,都要用它来把关。特别在于按五个轴评估代码健康,目标是让代码总体更好而不是追求完美。
▸ 展开 SKILL.md 英文原文
Conducts multi-axis code review. Use before merging any change. Use when reviewing code written by yourself, another agent, or a human. Use when you need to assess code quality across multiple dimensions before it enters the main branch.
8.1w
Stars
8.7k
Forks
24
仓库内 Skill
+10.0k
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/addyosmani/agent-skills/main/skills/code-review-and-quality/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/addyosmani/agent-skills/main/skills/code-review-and-quality/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Code Review and Quality ## Overview Multi-dimensional code review with quality gates. Every change gets reviewed before merge — no exceptions. Review covers five axes: correctness, readability, architecture, security, and performance. **The approval standard:** Approve a change when it definitely improves overall code health, even if it isn't perfect. Perfect code doesn't exist — the goal is continuous improvement. Don't block a change because it isn't exactly how you would have written it. If it improves the codebase and follows the project's conventions, approve it. ## When to Use - Before merging any PR or change - After completing a feature implementation - When another agent or m
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有