← Back to list

commit
by alexborgognoni
RentPath is a rental property management platform built for European landlords, property managers, and tenants.
⭐ 0🍴 0📅 Jan 25, 2026
SKILL.md
name: commit description: Create git commits following RentPath conventions. Scopes commits to current session changes, handles pre-commit hooks, no AI attribution. Auto-triggers on "commit", "create commit", "commit these changes", "commit what we did".
Commit
Rules
- No AI attribution - Never include Co-Authored-By or AI metadata
- Session-scoped - Only commit changes from current session, not unrelated work, except if prompted otherwise
- Fix hook failures - Never skip with
--no-verifyunless prompted - Conventional format -
type: description
Types
| Type | Use |
|---|---|
| feat | New functionality |
| fix | Bug fix |
| refactor | Restructure, no behavior change |
| docs | Documentation only |
| chore | Tooling, deps, config |
| test | Tests |
Process
git status # Review changes
git diff # See unstaged
git add [files] # Stage session changes only
git diff --staged # Verify staged
git commit -m "type: desc" # Commit
Arguments
| Usage | Behavior |
|---|---|
/commit | Interactive - analyze, ask what to include |
/commit wizard validation | Stage files related to topic |
/commit app/Services/ | Stage files in path |
/commit --all | Stage all (when everything is yours) |
Hook Failures
Pint auto-fixed: git add -A && git commit
ESLint/TS errors: Fix first, then restage
Never: git commit --no-verify
Score
Total Score
65/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
✓説明文
100文字以上の説明がある
+10
○人気
GitHub Stars 100以上
0/15
✓最近の活動
1ヶ月以内に更新
+10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
✓タグ
1つ以上のタグが設定されている
+5
Reviews
💬
Reviews coming soon

