Skip to content
Development
Skill

/release-safety

Release safety rules. INVOKE WHEN: yarn release, npm publish, release canary, release packages, publishing, skip checks, skip tests. NEVER skip checks or tests without explicit permission.

From plugin
tamagui
14k3 skills
Install
$ npx -y skills add tamagui/tamagui --skill release-safety --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/release-safety

Context preview

The summary Claude sees to decide when to auto-load this skill.

Release safety rules. INVOKE WHEN: yarn release, npm publish, release canary, release packages, publishing, skip checks, skip tests. NEVER skip checks or tests without explicit permission.

SKILL.md

release-safety.SKILL.md
name: release-safety
description: Release safety rules. INVOKE WHEN: yarn release, npm publish, release canary, release packages, publishing, skip checks, skip tests. NEVER skip checks or tests without explicit permission.

release safety

rules for running releases in this monorepo.

rules

  • NEVER add `--skip-checks` unless user explicitly says "skip checks"
  • NEVER add `--skip-tests` unless user explicitly says "skip tests"
  • if checks or tests fail, FIX THE ISSUES instead of skipping
  • ask user before adding any skip flags
  • the point of checks is to catch problems before publishing

when things fail

1. read the error output carefully 2. fix the underlying issue 3. re-run the release 4. do NOT just skip the failing step

common flags

safe flags:

  • `--canary` - publish canary version
  • `--ci` - run in ci mode
  • `--dirty` - allow dirty working directory
  • `--build-fast` - faster builds

dangerous flags (require explicit permission):

  • `--skip-checks` - skips type checking
  • `--skip-tests` - skips test suite
  • `--skip-build` - skips building packages
Ships withtamagui

Style React fast with 100% parity on React Native, an optional UI kit, and optimizing compiler.

Get the whole plugin
Stats
14,130
Stars
606
Forks
Active
Maintenance
TypeScript
Language
MIT
License
15h ago
Last commit
5y ago
Created

Repo: tamagui/tamagui