From wf-rituals
One-off branch-and-PR ritual for fixes, chores, or tweaks too small to warrant a milestone — typos, config nudges, single-line bug fixes, dependency bumps. Creates a fix/patch/chore branch, lands one focused change, gates commit and push behind explicit human approval. Use when the user describes a single focused change tied to one issue (or none).
How this skill is triggered — by the user, by Claude, or both
Slash command
/wf-rituals:wf-patchThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
A lightweight ritual for changes too small to be a milestone but too significant to lose in a careless commit. The branch + PR shape is the audit trail; the commit and push gates are the safety net.
A lightweight ritual for changes too small to be a milestone but too significant to lose in a careless commit. The branch + PR shape is the audit trail; the commit and push gates are the safety net.
The user describes a single focused change that:
If any of those break — unrelated changes bundled, an AC list emerging, or a planning conversation starting — stop and switch to a heavier ritual.
Read the linked issue or task if one exists. State the user-observable goal in your own words before touching code; if you can't, the change isn't ready.
Create a descriptive branch from the project's mainline:
fix/<short-slug> — bug fix.patch/<short-slug> — small behavior tweak that isn't a bug.chore/<short-slug> — config, dependencies, doc nudges, no behavior change.Keep the slug short and conventional. Branch lifetime is the duration of the patch.
Implement the change. Touch only what's needed. Resist refactoring along the way — that's what a milestone is for, not a patch.
Verify locally. Run the project's test suite and any linter the project has wired up. Confirm green before staging.
Stage the change and draft a commit message: one-line subject, optional body explaining why.
🛑 Commit gate. Show the user the staged diff and the proposed commit message. Stop and wait for explicit "commit" approval. Never commit unprompted, even on what looks like a trivial change.
After commit approval: commit, push.
🛑 PR gate. Confirm with the user before opening the PR. Open with the commit message as the PR description (or expand it if extra context helps). Reference the issue if one exists. Prefer "Rebase and merge" or "Squash and merge" — patches don't need a merge commit.
After merge: delete the branch locally and on the remote, confirm the change is on mainline.
Reflection (optional). If the patch surfaced a pattern, pitfall, or implicit decision worth keeping, record it where the project records such things. If the project has no such habit, skip — don't invent file conventions on the fly.
wf-patch.wf-tdd-cycle on the same patch branch.fix/, patch/, chore/. No other prefixes for this skill.Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
npx claudepluginhub 23min/ai-workflow-rituals --plugin wf-rituals