Agent skill

code-review

T 阶段代码审查

Stars 166
Forks 24

Install this agent skill to your Project

npx add-skill https://github.com/WenJunDuan/Rlues/tree/main/vibeCoding/old version/config-agent_v9.2.0/.codex/skills/code-review

SKILL.md

Code Review

审查清单

  1. Spec 合规: 每个 MUST 实现?
  2. TDD: 源码有对应测试?
  3. 边界: 空输入/超长/并发/错误路径?
  4. 安全: 无硬编码密钥, 输入已验证
  5. 可读: 函数 < 50 行, 注释说 WHY, 严格类型
  6. 简洁: 无过度工程, 无重复, 无空 catch

LLM-as-Judge 输出格式

json
{"level": "PASS|CONCERNS|REWORK|FAIL", "issues": [...], "summary": "..."}

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results