·repo-source-code-review
</>

repo-source-code-review

open-circle/valibot

Review pull requests and source code changes in /library/src/. Use when reviewing PRs, validating implementation patterns, or checking code quality before merging. Covers code quality checks, type safety, documentation review, test coverage, and common issues to watch for.

3Installs·0Trend·@open-circle

Installation

$npx skills add https://github.com/open-circle/valibot --skill repo-source-code-review

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 |

Review pull requests and source code changes in /library/src/. Use when reviewing PRs, validating implementation patterns, or checking code quality before merging. Covers code quality checks, type safety, documentation review, test coverage, and common issues to watch for. Source: open-circle/valibot.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/open-circle/valibot --skill repo-source-code-review
Category
</>Dev Tools
Verified
First Seen
2026-02-05
Updated
2026-02-18

Quick answers

What is repo-source-code-review?

Review pull requests and source code changes in /library/src/. Use when reviewing PRs, validating implementation patterns, or checking code quality before merging. Covers code quality checks, type safety, documentation review, test coverage, and common issues to watch for. Source: open-circle/valibot.

How do I install repo-source-code-review?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/open-circle/valibot --skill repo-source-code-review Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/open-circle/valibot

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-02-05