commit-helper

Generate a conventional commit message from staged changes.

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 "commit-helper" with this command: npx skills add chmouel/lazyworktree/chmouel-lazyworktree-commit-helper

Commit Helper

Generate a conventional commit message from staged changes.

Changes to commit

!git diff --staged --stat

Detailed diff

!git diff --staged

Recent commit style

!git log --oneline -5

Generate a conventional commit message following these rules:

  • Follow Conventional Commits 1.0.0 format

  • 50 characters maximum for title, 70 characters for body lines

  • Use past tense

  • State what and why only, not how

  • Use British spelling

  • Cohesive paragraph unless multiple distinct points require bullet points

  • Present the commit message for user approval before executing

Example format:

feat: added worktree deletion confirmation

Implemented confirmation dialogue before deleting worktrees to prevent accidental data loss. The confirmation shows the worktree path and any uncommitted changes that would be lost.

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

deep-analyse

No summary provided by upstream source.

Repository SourceNeeds Review
General

sanity-check

No summary provided by upstream source.

Repository SourceNeeds Review
General

design-sync

No summary provided by upstream source.

Repository SourceNeeds Review