模板详情

Claude Skill 评审清单

面向正在尝试 Claude Code skills 或可复用 agent 工作流的团队。

Claude CodeCodexSkillCLAUDE.md
331投票
2,770安装量
观察中状态

安装预览

命令仍是 MVP 预览。真实使用前请检查目标文件和覆盖行为。

npx rulesmarket add claude-skill-review-checklist
返回模板库
.claude/skills/review-checklist/SKILL.md
---
name: review-checklist
description: Use for code review focused on bugs, security, regressions and tests.
---

# Review Checklist

1. Identify changed behavior and user-facing impact.
2. Check input validation, authorization, data persistence and error handling.
3. Look for regressions in edge cases and mobile/responsive UI when relevant.
4. Verify tests, build commands and migration risks.
5. Report findings first, ordered by severity, with exact file references.

这是完整的 Claude skill 包吗?

它只是最小 SKILL.md seed;生产 skill 应包含示例,必要时还要有经过测试的脚本。

Codex 能用这个吗?

工作流概念可以迁移,但不同工具的打包和激活规则不同。