ワンクリックで
commit-and-pr
Commit and open pull requests following team conventions. Use when the user asks to commit, push, or open a PR.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Commit and open pull requests following team conventions. Use when the user asks to commit, push, or open a PR.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
Add or replace a habit card in the Claude Habits deck. Use when the user wants a new habit, card, or tip added to the app, or wants an existing one reworded or replaced.
Scaffold a new UI feature or component for the card deck app following house conventions. Use when the user asks to add a UI element, widget, control, or visual feature to the app.
Review a diff against the team's checklist. Use when the user asks for a code review, diff review, or pre-merge check.
Write tests the house way for this repo. Use when the user asks for tests, coverage, or verification of app logic or the habits data.
SOC 職業分類に基づく
| name | commit-and-pr |
| description | Commit and open pull requests following team conventions. Use when the user asks to commit, push, or open a PR. |
<type>: <imperative summary ≤ 50 chars>
Types: feat, fix, content (habit card changes), chore, docs, ci.
git diff and node --test before committing. Never git add -A blind — stage named paths.feat/…, fix/…, content/… — never commit straight to main (it auto-deploys).gh pr create. After opening, mention that merge → main → auto-deploy to Pages.