code-review-and-quality

仓库创建 2026年7月5日最近提交 22 天前SkillHot 收录 22 天前
▸ 精选理由

为合并前提供明确质量门槛,适合团队 CI 流程。

这个 Skill 做什么

多维度代码审查,覆盖正确性、可读性、架构、安全与性能。

把代码从多个角度认真过一遍:正确性、可读性、架构、安防和性能都要看。一般在合并(merge)前,自己、同事或 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.

开发编程代码审查安全性能可维护性通用
0
Stars
0
Forks
25
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/kulapoo/opencode-agent-harness/main/skills/code-review-and-quality/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/kulapoo/opencode-agent-harness/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 公开信息 · 原文版权归作者所有