code-review
仓库创建 2026年4月30日最近提交 3 天前SkillHot 收录 21 天前
▸ 精选理由
提供可操作的审查意见并发现架构隐患。
▸ 风险提示
需要读取源码及项目编码规范文件
这个 Skill 做什么
对指定文件做架构与质量审查,检查编码规范、SOLID、测试性与性能问题。
对指定文件或文件集做架构与质量审查,检查编码规范、SOLID 原则、测试性、可维护性和潜在性能问题,适用于准备合并或做正式评审的代码。会参考项目编码规范与引擎偏好,指出可改进的设计模式或边界条件,并评估测试覆盖与可靠性。输出明确的修复建议和优先级,帮助提升代码质量与长期可维护性。
▸ 展开 SKILL.md 英文原文
Performs an architectural and quality code review on a specified file or set of files. Checks for coding standard compliance, architectural pattern adherence, SOLID principles, testability, and performance concerns.
65
Stars
7
Forks
40
仓库内 Skill
+9
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/striderZA/OpenCodeGameStudios/master/.agents/skills/code-review/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/striderZA/OpenCodeGameStudios/master/.agents/skills/code-review/SKILL.md"SKILL.MD 节选查看完整文件 ↗
## Phase 1: Load Target Files Read the target file(s) in full. Read AGENTS.md for project coding standards. --- ## Phase 2: Identify Engine Specialists Read `docs/framework/technical-preferences.md`, section `## Engine Specialists`. Note: - The **Primary** specialist (used for architecture and broad engine concerns) - The **Language/Code Specialist** (used when reviewing the project's primary language files) - The **Shader Specialist** (used when reviewing shader files) - The **UI Specialist** (used when reviewing UI code) If the section reads `[TO BE CONFIGURED]`, no engine is pinned — skip engine specialist steps. --- ## Phase 3: ADR Compliance Check Search for ADR references in t
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有