Back to list
alexborgognoni

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

  1. No AI attribution - Never include Co-Authored-By or AI metadata
  2. Session-scoped - Only commit changes from current session, not unrelated work, except if prompted otherwise
  3. Fix hook failures - Never skip with --no-verify unless prompted
  4. Conventional format - type: description

Types

TypeUse
featNew functionality
fixBug fix
refactorRestructure, no behavior change
docsDocumentation only
choreTooling, deps, config
testTests

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

UsageBehavior
/commitInteractive - analyze, ask what to include
/commit wizard validationStage files related to topic
/commit app/Services/Stage files in path
/commit --allStage 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