这是完整的 Claude skill 包吗?
它只是最小 SKILL.md seed;生产 skill 应包含示例,必要时还要有经过测试的脚本。
模板详情
面向正在尝试 Claude Code skills 或可复用 agent 工作流的团队。
命令仍是 MVP 预览。真实使用前请检查目标文件和覆盖行为。
npx rulesmarket add claude-skill-review-checklist--- 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.
它只是最小 SKILL.md seed;生产 skill 应包含示例,必要时还要有经过测试的脚本。
工作流概念可以迁移,但不同工具的打包和激活规则不同。