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