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
npx -y skills add brlin-tw/determining-git-commit-messagesAssembled 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_NAMEis the name of the AI tool or framework -
MODEL_VERSIONis 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/
- CC-BY-SA-4.0.txt17.9 KB
- WTFPL.txt432 B
continuous-integration/
- create-gitlab-release.shruns2.1 KB
- do-static-analysis.install-system-deps.shruns7.0 KB
- do-static-analysis.shruns2.2 KB
- generate-build-artifacts.install-system-deps.shruns3.3 KB
- generate-build-artifacts.shruns3.0 KB
- generate-release-description.shruns4.3 KB
- patch-github-actions-sudo-security-policy.shruns4.2 KB
- sudoers.d/90_allow_github_actions_default_envvars.sudoers704 B
- sudoers.d/README.md365 B
- upload-gitlab-generic-packages.shruns1.8 KB
dev-assets/
- deploy-development-environment.shruns4.4 KB
- README.md93 B
- .editorconfig1.5 KB
- functions.shruns26.3 KB
- .gitattributes621 B
- .gitignore1.7 KB
- .gitlab-ci.yml1.8 KB
- .gitmodules230 B
- .markdownlint.yml1.4 KB
- .pre-commit-config.yaml2.3 KB
- README.md717 B
- REUSE.toml496 B
- .shellcheckrc403 B
- .yamllint5.7 KB