·commit

Create git commits in spaces/[project]/ with conventional message format. Use for saving progress with quality checks and proper commit messages.

6Installs·0Trend·@taylorhuston

Installation

$npx skills add https://github.com/taylorhuston/local-life-manager --skill commit

How to Install commit

Quickly install commit AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/taylorhuston/local-life-manager --skill commit
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: taylorhuston/local-life-manager.

SKILL.md

View raw

Create git commits in spaces/[project]/ with quality checks and conventional message formatting.

| feature/001-auth | feat(001): ... | | bugfix/002-login | fix(002): ... | | main / develop | No issue reference |

| Project not found | Check spaces/[project]/ exists | | Not a git repo | Run git init in project | | Tests failing | Fix tests before committing | | Nothing to commit | No staged/unstaged changes | | Amend pushed commit | Cannot amend, create new commit |

Create git commits in spaces/[project]/ with conventional message format. Use for saving progress with quality checks and proper commit messages. Source: taylorhuston/local-life-manager.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/taylorhuston/local-life-manager --skill commit
Category
</>Dev Tools
Verified
First Seen
2026-02-22
Updated
2026-03-10

Browse more skills from taylorhuston/local-life-manager

Quick answers

What is commit?

Create git commits in spaces/[project]/ with conventional message format. Use for saving progress with quality checks and proper commit messages. Source: taylorhuston/local-life-manager.

How do I install commit?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/taylorhuston/local-life-manager --skill commit Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/taylorhuston/local-life-manager