一键导入
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 职业分类
| 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:fix, typecheck, testThe same sequence is named in AGENTS.md, CONTRIBUTING.md, and the PR template:
pnpm format && pnpm lint:fix && pnpm typecheck && pnpm test
pnpm changeset # only when a published package changed
| Skill | Use For |
|---|---|
| ../changelog/SKILL.md | Update changelogs and changesets |
Creates user-facing changelogs from git commits by analyzing commit history, categorizing changes, and transforming technical commits into clear, customer-friendly release notes.
Always-on conventions for TypeScript monorepos. Use when writing or reviewing TypeScript, markdown, or tests, when handling secrets, env vars, or input at trust boundaries, or any time you would otherwise reach for a project style guide. Bundles code style, JSDoc, markdown structure, security, and testing rules.
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.
Drive a spec-driven workflow for a larger feature: specify requirements and acceptance criteria, research decisions, plan numbered slices, implement, then verify. Use for multi-step features that need a reviewable paper trail. Skip it for small, obvious changes.