repo-source-code-review
✓在 /library/src/ 中查看拉取请求和源代码更改。在合并前审查 PR、验证实施模式或检查代码质量时使用。涵盖代码质量检查、类型安全、文档审查、测试覆盖率以及需要注意的常见问题。
SKILL.md
Guide for reviewing PRs and source code changes in /library/src/.
| Naming | Matches existing patterns (StringSchema, minLength, parse) | | Purity annotation | // @NOSIDEEFFECTS before pure factory functions | | Import extensions | All imports use .ts extension | | Interface vs type | Use interface for object shapes, type for unions/aliases |
| Folder structure | Each API has: name.ts, name.test.ts, name.test-d.ts, index.ts |
在 /library/src/ 中查看拉取请求和源代码更改。在合并前审查 PR、验证实施模式或检查代码质量时使用。涵盖代码质量检查、类型安全、文档审查、测试覆盖率以及需要注意的常见问题。 来源:open-circle/valibot。
可引用信息
为搜索与 AI 引用准备的稳定字段与命令。
- 安装命令
npx skills add https://github.com/open-circle/valibot --skill repo-source-code-review- 分类
- </>开发工具
- 认证
- ✓
- 收录时间
- 2026-02-05
- 更新时间
- 2026-02-18
快速解答
什么是 repo-source-code-review?
在 /library/src/ 中查看拉取请求和源代码更改。在合并前审查 PR、验证实施模式或检查代码质量时使用。涵盖代码质量检查、类型安全、文档审查、测试覆盖率以及需要注意的常见问题。 来源:open-circle/valibot。
如何安装 repo-source-code-review?
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/open-circle/valibot --skill repo-source-code-review 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用
这个 Skill 的源码在哪?
https://github.com/open-circle/valibot