commit

Analyze staged git changes and generate a structured release commit message.

6|Updated Dec 13, 2023
One-click install
npx skills add https://github.com/Vantle/Vantle --skill commit-vantle
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: commit
Source: https://github.com/Vantle/Vantle/tree/main/.claude/skills/commit
Command: npx skills add https://github.com/Vantle/Vantle --skill commit-vantle

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the commit process by analyzing staged changes and generating a structured release message that adheres to Vantle's standards, reducing mental load and ensuring consistency across releases.

Core Features & Use Cases

  • Staged-change analysis: Inspect git status, git diff, and git log to capture what changed.
  • Structured messaging: Produce a multi-component commit message with sections linking to component Readme files.
  • Release-grade formatting: Enforces Vantle's header and component section conventions to speed up reviews and deployments.

Quick Start

  1. Stage your changes with git add as usual.
  2. Run the commit Skill (e.g., "/commit") to generate a release-ready message.
  3. Review and run git commit -m "<generated message>" to finalize the commit.