with one click
git-commit
rules for git commit message and PR title
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
rules for git commit message and PR title
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
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.