Qcommit

Generate natural conventional git commits without AI authorship markers.

6|Updated Mar 14, 2026
One-click install
npx skills add https://github.com/inho-team/qe-framework --skill qcommit
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: Qcommit
Source: https://github.com/inho-team/qe-framework/tree/main/skills/Qcommit
Command: npx skills add https://github.com/inho-team/qe-framework --skill qcommit

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Creates natural git commits that show no trace of AI authorship, as if written directly by a human. Actual commit work is delegated to the Ecommit-executor sub-agent.

Core Features & Use Cases

  • Generates natural commit messages that follow conventional commits style.
  • Delegates all git operations to the Ecommit-executor agent, ensuring safety and auditability.
  • Enforces rules to avoid Co-Authored-By, AI prompts, emoji usage, and AI-writing style.

Quick Start

Tell Qcommit to commit these changes with a natural, human-like message.

Frequently Asked Questions about Qcommit

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

FAQPage Schema
How do I create git commits that don't look like they were written by AI?▼

You can automate natural git commits by delegating staging, messaging, and push operations to an executor that enforces conventional formats and strips AI markers. This generates human-like commit messages with no Co-Authored-By lines or emojis.

What is a conventional commit message and how does it keep version control clean?▼

A conventional commit message follows a standardized format for structuring git history. It keeps version control clean by applying specific type prefixes and descriptions, making software development logs clear, consistent, and easy to audit.

How do I automatically remove Co-Authored-By tags and AI phrases from my git commits?▼

You can remove Co-Authored-By tags and AI phrases by applying enforcement rules that prohibit AI authorship markers during commit creation. This ensures your commit messages remain clean and human-like across staging and push scenarios.

Can I delegate git staging and push operations while enforcing a human-like commit style?▼

Yes, you can delegate git staging and push operations to an executor agent while enforcing a human-like commit style. This ensures safety and auditability while generating natural, conventional commit messages free of AI markers.

Does automated commit generation work with standard version-control workflows?▼

Automated commit generation works with standard version-control workflows by integrating into software development processes to apply conventional-commit formats. It safely handles staging, messaging, and push scenarios without altering your existing git infrastructure.

Why should I avoid emojis and AI writing styles in my conventional commit messages?▼

Avoiding emojis and AI writing styles in conventional commit messages ensures your version-control history shows no trace of AI authorship. This maintains a natural, human-like audit trail that is clear and consistent across software development.