From qe-framework
Creates natural-looking git commits without AI traces (no Co-Authored-By, emoji, or AI phrasing). Delegates all git operations to a sub-agent. Useful when saving or pushing code changes.
How this skill is triggered — by the user, by Claude, or both
Slash command
/qe-framework:QcommitThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Creates natural git commits that show no trace of AI authorship, as if written directly by a human.
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.
User: "Create a commit"
→ Qcommit: stages all changes, writes natural commit message, commits
User: "commit and push"
→ Qcommit: commits + git push
User: "Save and push these changes"
→ Qcommit: commits + git push
User: "Save this"
→ Qcommit: stages + commits current changes
User: "commit this with a good message"
→ Qcommit: analyzes diff, writes conventional commit message, commits
Co-Authored-By linesGenerated by, Created by AI, Claude, GPTtype: descriptionfeat, fix, refactor, chore, docs, test, style, perffeat: add user authentication API
Implement login/signup endpoints.
Issue JWT-based token on authentication.
fix: correct order amount calculation
refactor: extract DB connection pool configuration
ABSOLUTE RULE: Do NOT run git commands directly. ALL git operations MUST be delegated to the Ecommit-executor agent via the Agent tool.
Call the Ecommit-executor agent via Agent tool with the following information:
The Ecommit-executor agent handles everything: status check, diff analysis, commit message writing, staging, committing, and optionally pushing.
After the agent completes, report the commit hash and changed files to the user.
npx claudepluginhub inho-team/qe-framework --plugin qe-frameworkCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.