etherweave-commit-messages

Generate conventional commit messages with EtherWeave scopes and types.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/SavigeSystemZ/LuxeLogic --skill etherweave-commit-messages
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: etherweave-commit-messages
Source: https://github.com/SavigeSystemZ/LuxeLogic/tree/main/_AGENT_SYSTEM/_TEMPLATE_FACTORY/SOURCE_LIBRARY/EtherWeave/.cursor/skills/etherweave-commit-messages
Command: npx skills add https://github.com/SavigeSystemZ/LuxeLogic --skill etherweave-commit-messages

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generates conventional commit messages for EtherWeave development workflows, ensuring a clean, readable git history and easier code reviews.

Core Features & Use Cases

  • Conventional commit format: Enforces types (feat, fix, refactor, docs, test, style, perf, chore) and a concise description.
  • Scope-aware messaging: Supports common EtherWeave areas (gui, lib, cli, database, tools, docs, tests) for precise scope.
  • Pre-commit guidance: Guides users to craft a cohesive, one-change-per-commit message before committing or during review.

Quick Start

Provide conventional commit messages for the current EtherWeave changes following the standard types and scopes.

Frequently Asked Questions about etherweave-commit-messages

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

FAQPage Schema
How do I generate conventional commit messages for staged git changes?▼

Conventional commit messages enforce types like feat, fix, and refactor alongside a concise description. This format keeps your git history clean and readable, making code reviews significantly easier by clarifying the intent of each change.

What are the supported conventional commit scopes for EtherWeave development?▼

Supported conventional commit scopes for EtherWeave development include gui, lib, cli, database, tools, docs, and tests. Scopes are appended to the commit type to specify the exact area of the codebase affected by the change.

How do I write a pre-commit message for a feature branch review?▼

Writing a pre-commit message for a feature branch involves crafting a cohesive, one-change-per-commit description. The Skill guides you to review staged changes and format them using conventional types and precise scopes before pushing to the repository.

Can I use conventional commit types like chore and perf for repository updates?▼

Yes, you can use conventional commit types like chore, perf, docs, style, and test for repository updates. The Skill enforces these standard types alongside a concise description to categorize non-feature maintenance and improvements accurately.

What is the best way to maintain a clean git history for large codebases?▼

Maintaining a clean git history for large codebases requires enforcing conventional commit formats with specific scopes. Using types like refactor and fix with area-specific scopes ensures precise tracking of changes across different modules like lib and cli.