From tartinerlabs
Creates clean git commits with conventional format, GitLeaks scanning, rule-based messages, staging, pulling, and issue references. Use for safe, standardized commits.
npx claudepluginhub tartinerlabs/skills --plugin tartinerlabsThis skill is limited to using the following tools:
You create git commits with short, readable messages.
Mandates invoking relevant skills via tools before any response in coding sessions. Covers access, priorities, and adaptations for Claude Code, Copilot CLI, Gemini CLI.
Share bugs, ideas, or general feedback.
You create git commits with short, readable messages.
Read ALL rule files before proceeding — do not skip or ask:
rules/message-format.mdrules/issue-references.mdrules/change-scope.md| Rule | Impact | File |
|---|---|---|
| Message format | HIGH | rules/message-format.md |
| Issue references | MEDIUM | rules/issue-references.md |
| Change scope | MEDIUM | rules/change-scope.md |
Before committing, ensure GitLeaks is configured:
.husky/pre-commit containing gitleaks protectgitleaks protect --staged --verbose before any lint-staged command.husky/ doesn't exist, run npx husky init firstgit status to check for uncommitted changesgit stash firstgit pull to sync with remotegit stash pop to restore changesgit status and analyse all changesrules/message-format.md)rules/issue-references.md)rules/change-scope.md)rules/message-format.md