When a Workflow: field exists in PLAN.md, use the default type for that workflow unless the change clearly warrants a different type:
Workflow
Default Type
TDD / One-shot
feat
Bug-fix / Hotfix
fix
Refactoring
refactor
Chore
chore
Scope
Derive from:
Repository hint in work item title: [payments] → scope payments
Primary domain area affected
Component or module name
Check recent commits for consistency: git log --oneline -20
Description Rules
Imperative mood: "add" not "added" or "adds"
Lowercase throughout
No trailing period
Under 50 characters (hard limit: 72)
Specific: "add balance validation to payment processor" not "update code"
Converted and distributed by TomeVault — claim your Tome and manage your conversions.
1---2name: porcami-ai-dotfiles-git-committing3description: Git Committing4---56# Git Committing78Commit messages follow Conventional Commits format.910## Format1112```13<type>(<scope>): <description>1415[optional body]16```1718## Types1920| Type | Use When |21| ---------- | ----------------------------------------- |22| `feat` | Adding new functionality |23| `fix` | Correcting a bug |24| `test` | Adding or updating tests (primary change) |25| `refactor` | Restructuring without behaviour change |26| `docs` | Documentation only |27| `chore` | Maintenance, dependencies |2829## Workflow-Aware Type Selection3031When a `Workflow:` field exists in PLAN.md, use the default type for that workflow unless the change clearly warrants a different type:3233| Workflow | Default Type |34|----------|-------------|35| TDD / One-shot | `feat` |36| Bug-fix / Hotfix | `fix` |37| Refactoring | `refactor` |38| Chore | `chore` |3940## Scope4142Derive from:4344- Repository hint in work item title: `[payments]` → scope `payments`45- Primary domain area affected46- Component or module name4748Check recent commits for consistency: `git log --oneline -20`4950## Description Rules5152- Imperative mood: "add" not "added" or "adds"53- Lowercase throughout54- No trailing period55- Under 50 characters (hard limit: 72)56- Specific: "add balance validation to payment processor" not "update code"5758---59> Converted and distributed by [TomeVault](https://tomevault.io/claim/porcami) — claim your Tome and manage your conversions.60<!-- tomevault:4.0:skill_md:2026-04-14 -->
Run npx skillmds@latest add tomevault-io/porcami-ai-dotfiles-git-committing in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Git Committing It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. Independent scanners report: SkillSpector: PASS, Skill Scanner: PASS. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
tomevault-io (@tomevault-io) published this skill. Their other Agent Skills are listed on their SkillMD profile.