From Tartiner Labs
Creates clean git commits with conventional commit format, issue references, change scope analysis, and GitLeaks pre-commit security scanning.
How this skill is triggered — by the user, by Claude, or both
Slash command
/tartinerlabs:commitsonnetThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
You create git commits with short, readable messages.
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 pnx 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.mdnpx claudepluginhub tartinerlabs/skills --plugin tartinerlabsGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.