agentsclimarketplace

Determining git commit messages

Skill brlin-tw/determining-git-commit-messages

Provide guidelines on how to determine appropriate git commit messages that are compliant with project standards. Should be used when generating, modifying, or reviewing git commit messages.From its SKILL.md

Install
npx -y skills add brlin-tw/determining-git-commit-messages

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

2 things 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.
  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

2.0 KB, 400 tokens by cl100k_base, as published. Nobody here has run it

The determining-git-commit-messages agent skill

Provide guidelines on how to determine appropriate git commit messages that are compliant with project standards. It should be used when generating, modifying, or reviewing git commit messages.

Always follow existing style

Always read the previous commit messages of the staged files and mimic the style and format used in those messages.

If there are no previous commit messages for the staged files, refer to previous commit messages in similar files or modules within the same project to maintain consistency.

When no existing commit style found

Only use the following rules if there're no existing commits for reference:

  • Use the Conventional Commits specification.

  • Use the human's identity for Developer Certificate of Origin (DCO) sign-off.

  • Follow Attribution — AI Coding Assistants — The Linux Kernel documentation for AI tooling disclosure:

    Attribution

    When AI tools contribute to kernel development, proper attribution helps track the evolving role of AI in the development process. Contributions should include an Assisted-by tag in the following format:

    Assisted-by: AGENT_NAME:MODEL_VERSION [TOOL1] [TOOL2]

    Where:

    • AGENT_NAME is the name of the AI tool or framework

    • MODEL_VERSION is the specific model version used

    • [TOOL1] [TOOL2] are optional specialized analysis tools used (e.g., coccinelle, sparse, smatch, clang-tidy)

    Basic development tools (git, gcc, make, editors) should not be listed.

    Example:

    Assisted-by: Claude:claude-3-opus coccinelle sparse

What ships with it: 26 files

95.1 KB alongside SKILL.md, 10 of them executable

LICENSES/

Keep looking

Skills are one crate of 326,149. 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.