一键导入
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 页面并帮你完成安装。
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.