git-commit-creator

Git Commit Creator Skill

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "git-commit-creator" with this command: npx skills add alex-ilgayev/mcpspy/alex-ilgayev-mcpspy-git-commit-creator

Git Commit Creator Skill

Automates the creation of well-structured Git commits for the MCPSpy project.

Workflow

You should STRICTLY follow the following steps:

  • Understand the commit status through git status , git diff and git diff --staged .

  • Analyze the scope and nature of changes

  • Using git checkout -b <branch-name> , create concise branch name with standard prefixes (e.g., feat , chore , fix ).

  • Using git commit -m "<commit-message>" , create a conventional commit message that accurately reflects the changes.

Commit Message Convention

  • Use standard prefixes: feat(component): , chore: , fix(component):

  • Component examples: library-manager , ebpf , mcp , http , output

  • Brackets are optional but recommended for clarity

  • Keep titles concise and descriptive

Examples

  • feat(library-manager): add support for container runtime detection

  • chore: update dependencies to latest versions

  • fix(ebpf): handle kernel version compatibility issues

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

go-testing

No summary provided by upstream source.

Repository SourceNeeds Review
Security

security-integration-tests

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

github-issue-creator

No summary provided by upstream source.

Repository SourceNeeds Review
General

image-gen

Generate AI images from text prompts. Triggers on: "生成图片", "画一张", "AI图", "generate image", "配图", "create picture", "draw", "visualize", "generate an image".

Archived SourceRecently Updated