agentsclimarketplace

Beautiful commits

Skill Tibsfox/gsd-skill-creator/examples/skills/dev/beautiful-commits

Introduces a comprehensive agent-based framework for guided software development (GSD)

Install
npx -y skills add Tibsfox/gsd-skill-creator --skill beautiful-commits

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.

What its author says it does

Copied from the file, not written here

Crafts professional git commit messages following Conventional Commits. Use when committing changes or writing commit messages.

SKILL.md

1.5 KB, as published. Nobody here has run it

Beautiful Git Commits

Format

<type>(<scope>): <subject>
<blank line>
<body>
<blank line>
<footer>

Rules

  • Subject: <72 chars (50 preferred), lowercase, imperative mood, no period
  • Imperative test: "If applied, this commit will [subject]"
  • Scope: Specific module/component in lowercase (auth, api, db, parser)
  • Body: Optional. Explain WHY/WHAT, not HOW. Wrap at 72 chars.
  • Footer: BREAKING CHANGE:, Fixes #N, Co-Authored-By:

Types

TypeUse
featNew feature
fixBug fix
docsDocumentation only
styleFormatting, no logic change
refactorNeither fix nor feature
perfPerformance improvement
testAdding/fixing tests
buildBuild system/dependencies
ciCI/CD config
choreOther maintenance

Atomic Commits

One logical change per commit. Split unrelated changes into separate commits.

Anti-Patterns

  • Vague subjects: "fix bug", "update stuff"
  • Past/present tense: "added", "adds" (use "add")
  • Multiple changes: "add login and fix navbar"
  • Implementation details: "change line 47"
  • Emotional language: "finally fixed!!!"

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.