ワンクリックで
git-commit
rules for git commit message and PR title
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
rules for git commit message and PR title
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
TypeScript の公開 API や複雑な helper に TSDoc を書く、または既存コメントを TSDoc として改善するときに使う。@param、@returns、@remarks、@example、@defaultValue、@see などを効果的に使い、説明文だけで終わらせない。
Design and implementation guidelines for React SPA. Includes recommended tech stacks, design guidelines, implementation guidelines, and warnings about bad practices and best practices. Always read when implementing frontend solutions using React.
| name | git-commit |
| description | rules for git commit message and PR title |
Commit messages must be written in English.
Commit messages must follow the Conventional Commits format:
<type>(<scope>?): <subject>
Scope is optional. Use only when working with monorepos. Enter the names of the packages or crates that have been modified.