commit

Create Conventional Commits and update PROJECT-STATUS.md automatically.

2|1|Updated Jan 27, 2026
One-click install
npx skills add https://github.com/lucidlabs-hq/agent-kit --skill commit-lucidlabs-hq
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: commit
Source: https://github.com/lucidlabs-hq/agent-kit/tree/main/.claude/skills/commit
Command: npx skills add https://github.com/lucidlabs-hq/agent-kit --skill commit-lucidlabs-hq

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This tool automates creating well-formatted git commits that automatically update PROJECT-STATUS.md and README, reducing manual overhead and ensuring traceability.

Core Features & Use Cases

  • Conventional Commit enforcement: standardizes commit messages to improve changelog and tooling compatibility.
  • Status updates: automatically appends recent changes to PROJECT-STATUS.md for visibility.
  • Guided workflow: provides a repeatable, step-by-step process from testing to verification.

Quick Start

Describe the changes you made and run the commit workflow to generate a standardized commit and update the project status.

Frequently Asked Questions about commit

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate conventional commits and update project status simultaneously?

Automating conventional commits and project status updates is achieved by running a guided workflow that standardizes commit messages and automatically appends changes to PROJECT-STATUS.md, ensuring traceability without manual overhead.

What is the best way to enforce conventional commit formatting in a git workflow?

Enforcing conventional commit formatting requires a structured workflow that validates commit messages against the standard, ensuring compatibility with changelog generation and downstream tooling while maintaining consistent project history.

Can I run tests before committing changes to my git repository?

Yes, you can run tests before committing changes. The workflow includes a built-in test gate for verification, ensuring that all features and bugfixes pass testing before the actual git commit is created.

How does automatic PROJECT-STATUS.md generation work during a git commit?

Automatic PROJECT-STATUS.md generation works by appending recent changes to the file during the commit process. This provides immediate visibility into project progress and updates the README as configured.

Does this conventional commit workflow support both frontend and backend development?

Yes, the conventional commit workflow supports both frontend and backend development. It applies to feature implementations and bugfix cycles across different stacks, ensuring consistent commits regardless of the project layer.