ワンクリックで
release
// Guide through releasing a new version of kiso. Use when cutting a release, publishing a new version, or running bin/release.
// Guide through releasing a new version of kiso. Use when cutting a release, publishing a new version, or running bin/release.
| name | release |
| description | Guide through releasing a new version of kiso. Use when cutting a release, publishing a new version, or running bin/release. |
Read and follow project/releasing.md — it has the complete release
process. This skill just adds Claude-specific notes.
-y flag on bin/release and bin/deploy — Claude Code cannot
open a TTY for interactive confirmation.bin/release completes, write release notes immediately using
gh release edit. Do not leave the auto-generated diff link as the
release notes.npm run test:e2e yourself before the dry run — bin/release
only runs Ruby tests, not Playwright.Build UIs with Kiso — accessible Rails UI components with Tailwind CSS theming. Use when creating interfaces, customizing themes, building forms, or composing page layouts in Rails + Hotwire apps.
Kiso component conventions and development workflow. Points to the right docs for building, reviewing, and shipping components.
Audit all documentation for staleness after code changes. Checks docs site, CLAUDE.md, skills references, contributing skill, agents, and project/ files. Use after completing a feature, merging a PR, or when asked to check docs.
Build a Kiso component from scratch. Reads shadcn/Nuxt UI sources, creates theme module, ERB partials, Lookbook previews, docs, E2E tests. Use when building a new component or picking up where a previous attempt left off.
Review a Kiso component for quality and consistency. Runs the 12-point checklist against shadcn source, design system rules, and deliverables. Use on a PR, branch, or working directory.
Agentic Component Factory — build multiple Kiso components in parallel using builder and reviewer agents in isolated worktrees. Usage: /factory #47 #48 or /factory #47 #48 #49 (pass issue numbers)