ワンクリックで
commit
Create commits following repo conventions. Use when committing changes, creating commit messages.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Create commits following repo conventions. Use when committing changes, creating commit messages.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
Design React APIs and abstractions in a React-like way. Covers declarative interfaces, lifecycle-safe abstractions, minimal surfaces, zero-dependency bias, type safety, and documentation.
Review React hooks against design philosophy. Checks return values, SSR safety, state design, effect usage, TypeScript patterns, and performance.
Write React hooks following design philosophy. Covers naming, return values, SSR safety, state design, effect patterns, TypeScript, and performance.
Create branches following repo conventions. Use when creating branches, starting new features.
PR/code review. 100% coverage, SSR safety, JSDoc validation. Use when reviewing code, checking PRs.
Complete workflow from new Hook/Component/Util development to deployment. Use when starting new feature development.
SOC 職業分類に基づく
| name | commit |
| description | Create commits following repo conventions. Use when committing changes, creating commit messages. |
| allowed-tools | Bash, Read, Glob, Grep |
/commit # Analyze changes and auto-commit
<type>(<scope>): <description>
| Type | Purpose |
|---|---|
| feat | New feature |
| fix | Bug fix |
| chore | Build, config |
| refactor | Refactoring |
| docs | Documentation |
| test | Tests |
| Category | Example |
|---|---|
| Package | core, mobile |
| None | Omit scope |
feat(core): add useDebounce hook
feat(mobile): add useKeyboardHeight hook
fix: correct SSR rendering logic
docs: update useToggle documentation
chore: add claude skills
git status - Check changed filesgit diff - Analyze changesgit add . + git commit