Skip to main content

pr

Rules and checklist for preparing PRs, creating changesets, and releasing packages in the monorepo.

跳到安装

来源信息

仓库
kubb-labs/fabric
最近来源活动
2026年1月22日 22:25
检测到的 SKILL.md 语言
英语
星标
22
分支
3

安装方式

默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。

检查来源文件

决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。

正在显示 SKILL.md

SKILL.md
来源说明 · 只读预览
name
pr
description
Rules and checklist for preparing PRs, creating changesets, and releasing packages in the monorepo.
# PR Skill This skill instructs agents on PR preconditions, changeset usage, and reviewer expectations. ## When to Use - When a user asks how to prepare a PR or what checks are required before merging - When guiding contributors to create changesets or update the changelog ## What It Does - Enforces the PR checklist: `format, lint, typecheck, tests` - Instructs on creating and using changesets for version bumps - Describes release/merge expectations and documentation updates ## Commands to Suggest ```bash pnpm format && pnpm lint:fix pnpm typecheck pnpm test pnpm changeset ``` ## Checklist - [ ] CI green (unit tests, linters, typechecks) - [ ] Documentation updated if public behavior changed - [ ] No secrets in the PR - [ ] Appropriate version bump via changeset ## Related Skills | Skill | Use For | |-----------------------------------------|----------------------------------| | **[../changelog/SKILL.md](../changelog/SKILL.md)** | Update changelogs and changesets |
在 GitHub 查看