Agent skill
lcp-git-commit
When asked to commit, write clear git commit messages (50/72, present tense, subsystem prefixes like go-lcpd:).
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/lcp-git-commit
Metadata
Additional technical details for this skill
- short description
- Craft git commit messages for this repo
SKILL.md
Use this skill only when the user explicitly asks you to create commits.
Commit message style
Follow this structure:
- First line: short summary (aim for 50 chars or less).
- Blank line.
- Body (optional): wrap at ~72 columns; explain intent and rationale.
Guidelines:
- Use present tense (example: “Fix …”, not “Fixed …”).
- Include a subsystem/package prefix when it improves scanability:
- Examples:
go-lcpd: …,apps/openai-serve: …,docs: …,docs/protocol: … - For broad changes, combine prefixes with
+(example:go-lcpd+docs: …).
- Examples:
- Prefer small, contained commits that build independently to support
git bisect. - Bullets are fine in the body; keep them readable and wrapped.
When asked to commit
- Confirm which files belong in the commit (avoid committing local/dev artifacts like
go.work.sum). - Craft a commit message following the style above.
- Create the commit(s) with clear boundaries (one topic per commit when practical).
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?