cli-git-conventional

Enforce Conventional Commits v1.0.0 and remove AI markers from git commits.

5|1|Updated Mar 2, 2026
One-click install
npx skills add https://github.com/Destynova2/cli-code-skills --skill cli-git-conventional
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cli-git-conventional
Source: https://github.com/Destynova2/cli-code-skills/tree/main/cli-git-conventional
Command: npx skills add https://github.com/Destynova2/cli-code-skills --skill cli-git-conventional

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill ensures adherence to Conventional Commits standards and ghostwriter discipline in git operations, improving code quality and maintainability.

Core Features & Use Cases

  • Conventional Commits: Enforces v1.0.0 standards for commit messages, including type, scope, and body formatting.
  • Ghostwriter Style: Promotes human-like commit messages, avoiding AI markers and maintaining a consistent voice.
  • AI Marker Audit: Scans for and removes AI markers from commit messages and files, ensuring authenticity.
  • Commit Guard: Performs checks before each commit, including file ownership, whitespace issues, and AI marker detection.
  • Branch Naming Conventions: Provides guidelines for creating clear and consistent branch names.
  • SemVer and Releases: Offers guidance on semantic versioning and release management.
  • Integration with Other Skills: Integrates with other cli-* skills for a comprehensive code review and management workflow.

Quick Start

Use the cli-git-conventional skill to enforce Conventional Commits and ghostwriter discipline in your git operations.

Frequently Asked Questions about cli-git-conventional

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

FAQPage Schema
How do I enforce Conventional Commits standards in my git repository?

You can enforce Conventional Commits standards by using this Skill to validate commit message types, scopes, and body formatting, while also checking for whitespace issues and file ownership before each commit is finalized.

What is ghostwriter discipline for git commit messages?

Ghostwriter discipline is the practice of maintaining a human-like voice in commit messages. This Skill scans for and removes AI markers from your git commits and file contents, ensuring your code history retains a consistent and authentic style.

How do I remove AI markers from my code and commit messages?

To remove AI markers from your code, this Skill performs an AI marker audit that scans files and commit messages, stripping out identifiable AI phrasing and enforcing a human-like ghostwriter style before the git commit operation completes.

Do I need bash and git installed to use conventional commit enforcement tools?

Yes, you need both git and bash installed in your environment. This Skill relies on bash scripts to execute git operations, perform file scanning, and run commit guard checks to apply Conventional Commits v1.0.0 standards.

Does this tool provide guidelines for branch naming and semantic versioning?

Yes, this tool provides guidelines for creating clear and consistent branch names, alongside offering guidance on semantic versioning and release management based on the Conventional Commits v1.0.0 specification.

What is the best way to automate commit message formatting for code reviews?

The best way to automate commit message formatting is to integrate this Skill with other cli-* skills, creating a comprehensive code review workflow that validates Conventional Commits and maintains ghostwriter discipline automatically.