← Back to list

git-commit-messages
by guillempuche
CLI tool to generate app icons, splash screens, and adaptive icons for iOS, Android, and Web
⭐ 1🍴 0📅 Jan 17, 2026
SKILL.md
name: git-commit-messages description: Generates consistent git commit messages following project conventions. Use when committing changes, creating PRs, or when asked to write commit messages.
Git Commit Message Generator
Format
type(scope): subject in imperative mood
- Body bullet in past tense with period.
- Another change description.
Types
| Type | When to Use |
|---|---|
feat | Added new functionality |
fix | Fixed a bug |
refactor | Restructured code, no behavior change |
chore | Dependencies, tooling, configs |
docs | Documentation |
test | Tests |
cicd | CI/CD pipelines, deployment, .github/ configs (workflows, dependabot, etc.) |
ai | AI/Claude configurations |
Rules
- Subject: Imperative mood, lowercase after colon, no period, max 72 chars
- Scope: Derived from path (e.g.,
apps-server,apps-expo,shared-domain,scripts,services). When changes span multiple scopes, omit the scope entirely - Body: Past tense, capital start, period at end
- No attribution: Never include "Co-Authored-By", "Generated with", or any AI/author attribution
- AI-only changes: When changes are exclusively AI-related (skills, prompts, Claude configs), always use
aitype—neverrefactor,chore, or other types - Preview before commit: Always show the proposed commit message to the user for confirmation before executing the commit
Examples
feat(apps-server): add health check endpoint
refactor(apps-server): migrate from LibSQL to PostgreSQL
- Replaced LibSQL/Turso with PostgreSQL for Better Auth storage.
- Removed OpenFGA environment variables.
- Added pg and Effect SQL dependencies.
chore: update workspaces and dependencies
- Added shared/repositories/* to workspaces.
- Bumped @biomejs/biome to 2.3.8.
fix(apps-cli): update build filter to exclude xiroi-apps directory
- Changed the build command filter from excluding './apps/*' to excluding
'./xiroi-apps/*' for more accurate targeting.
ai: secure Claude settings by restricting dangerous permissions
Score
Total Score
50/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon