ptlam-git-writing-commit-message
Installation
SKILL.md
PTLam Writing a Commit Message
Create or revise one repository commit message that describes the current
change and follows current user instructions, applicable AGENTS.md rules, and
the portable defaults bundled here. This skill changes no Git state.
At a glance
flowchart LR
ResolveRules["Resolve repository and active rules"] --> InspectChange["Inspect the current change"]
InspectChange --> ComposeMessage["Compose subject, body, and issue references"]
ComposeMessage --> VerifyMessage["Verify and return one commit message"]