agentsclimarketplace

Conventional commits

Skill pablonification/grok-build-consult-claude/skills/conventional-commits

Grok Build skill: read-only second opinions from Claude Code (plan, review, advice)

Install
npx -y skills add pablonification/grok-build-consult-claude --skill conventional-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

  • 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.

What its author says it does

Copied from the file, not written here

Write git commit messages using Conventional Commits v1.0.0. Invoke when committing, staging for commit, amending, rebasing commit messages, or when the user asks for feat:/fix:/docs: format. Do NOT load for unrelated coding tasks.

SKILL.md

1.7 KB, 373 tokens by cl100k_base, as published. Nobody here has run it

Conventional Commits

Use Conventional Commits v1.0.0 for every git commit you create.

Format

<type>[optional scope]: <description>

[optional body]

[optional footer(s)]

Types

TypeUse for
featNew feature or capability
fixBug fix
docsDocumentation only
styleFormatting, no logic change
refactorRestructure without feat/fix
perfPerformance improvement
testTests
choreBuild, deps, tooling
ciCI/CD changes

Rules

  • Imperative mood: add handler not added handler
  • No trailing period on the subject line
  • Subject ≤ 72 characters
  • Scope when helpful: fix(consult):, feat(auth):
  • Breaking changes: footer BREAKING CHANGE: <description>

Examples

feat: add consult-claude skill
fix(consult): block Bash via allow-list tools
docs: add install instructions to README
chore: bump dependency

Workflow

  1. Review staged changes (git diff --cached or git status)
  2. Pick type and optional scope from the diff
  3. Write subject that states what changed, not how you feel about it
  4. Add body only if context helps future readers
  5. Run git commit -m "type(scope): subject" or heredoc for body

When amending or rebasing, rewrite messages to match this format.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

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.