Agent skill
code-review
代码审查 — T 阶段辅助
Install this agent skill to your Project
npx add-skill https://github.com/WenJunDuan/Rlues/tree/main/vibeCoding/old version/config-agent_v9.1/.codex/skills/code-review
SKILL.md
触发: T 阶段, verification 之后
审查维度
- 逻辑正确性: 边界条件、错误处理、并发安全
- 可读性: 命名清晰、函数职责单一、注释合理
- 性能: 无 N+1 查询、无不必要的循环
- 安全: 无注入、无硬编码密钥
- 测试: 测试有意义, 不只是刷覆盖率
- 优雅: "如果重新实现, 我会这样写吗?"
输出格式
每个问题: 文件+行号 / MUST-FIX|SHOULD-FIX|NIT / 问题描述 / 修复建议 无问题: "APPROVED — no issues found"
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-teams
Path D 并行编排 — 子代理分工 + Agent Teams 协作。需要 CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1
tdd
Path 分级 TDD 策略
context7
E 阶段按需拉取库文档 — 用 ctx7 获取准确 API 信息
knowledge
跨会话经验管理 — 在 .ai_state 内沉淀和复用项目经验
code-quality
Rev 阶段 Plugin 编排顺序
verification
V 阶段 Path 分级验证清单
Didn't find tool you were looking for?