prepare-pull-request
Prepares pull request branches by analyzing existing changes before stashing, using human-readable stash messages, syncing/merging main, deciding branch strategy when not on main, then reviewing changes, running quality checks on modified files, generating conventional commit messages, and pushing. Use when preparing a PR, creating a branch for pull request, or committing changes following conventional commits.
up-deps
Update project dependencies using taze, a modern CLI tool that keeps deps fresh. Supports monorepos, version range updates, and automatic installation. Use when updating dependencies, upgrading packages, or keeping packages up-to-date.
vue-jsx-best-practices
Exclusive style guide for writing Vue 3 JSX using SFC with <script lang="tsx">, defineComponent, and render functions. Use when working with Vue 3 JSX/TSX components.