CtrlK
BlogDocsLog inGet started
Tessl Logo

pr

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

55

Quality

62%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

Fix and improve this skill with Tessl

tessl review fix ./.agents/skills/pr/SKILL.md
SKILL.md
Quality
Evals
Security

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

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

SkillUse For
../changelog/SKILL.mdUpdate changelogs and changesets
Repository
kubb-labs/kubb
Last updated
First committed

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.