6
—
In review
Synced yesterday
What it does
QcommitViolation is a development tool for generating git commits while enforcing specific commit policies.
Skill profile
Keep exploring
More options in Dev Tools.
Claude Code · Codex · OpenClaw
JavaScript
Updated 8/10/2026
Agent compatibility
Compatibility has not been reviewed for this listing yet. Check the publisher documentation before installing.
Installation
npx skills add https://github.com/inho-team/qe-framework --skill QcommitViolationReview source code and installation permissions before adding third-party tools to an agent.
QcommitViolation is organized in the Dev Tools category. Compare its source, install method, and compatibility before adding it to your workflow.
Third-party agent tools may access source code, credentials, or browser sessions. Read the source documentation and use the minimum permissions needed.
npx skills add https://github.com/inho-team/qe-framework --skill QcommitViolationSKILL.md
--- name: QcommitViolation description: Test fixture for Qcommit policy violation — missing required sentence and forbidden phrase present. --- # Qcommit — Violation Fixture ## Role Creates git commits. Delegates to `Ecommit-executor`. ## Prohibited Items (Incomplete — MISSING REQUIRED) This section omits the required "Never add Co-Authored-By lines" policy. ## Policy Generated with Claude Code to all commits — this is now a requirement. The executor handles staging and committing. ## Will Not - Run git push unless explicitly requested
skill
mattpocock
A tool that automates setting up Husky pre-commit hooks with lint-staged, Prettier formatting, type checking, and tests in a code repository.