원클릭으로
pr
Rules and checklist for preparing PRs, creating changesets, and releasing packages in the monorepo.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Rules and checklist for preparing PRs, creating changesets, and releasing packages in the monorepo.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Use when writing blog posts or documentation markdown files - provides writing style guide (active voice, present tense), content structure patterns, and SEO optimization. Overrides brevity rules for proper grammar.
Coding style, testing, and PR guidelines for the Kubb ecosystem. Use when writing or reviewing code for the Kubb ecosystem.
Guidelines for writing minimal, high-quality JSDoc comments in TypeScript.
Automatically creates user-facing changelogs from git commits by analyzing commit history, categorizing changes, and transforming technical commits into clear, customer-friendly release notes. Turns hours of manual changelog writing into minutes of automated generation.
Testing, CI, and troubleshooting guidance for running the repository's test suite and interpreting CI failures.
| name | pr |
| description | Rules and checklist for preparing PRs, creating changesets, and releasing packages in the monorepo. |
This skill instructs agents on PR preconditions, changeset usage, and reviewer expectations.
format, lint, typecheck, testspnpm format && pnpm lint:fix
pnpm typecheck
pnpm test
pnpm changeset
| Skill | Use For |
|---|---|
| ../changelog/SKILL.md | Update changelogs and changesets |