What is quality-commit?
Stage, lint, scan, review, and commit changes with full quality gates in a single standardized flow. Source: acedergren/agentic-tools.
Stage, lint, scan, review, and commit changes with full quality gates in a single standardized flow.
Quickly install quality-commit AI skill to your development environment via command line
Source: acedergren/agentic-tools.
Run all quality gates (lint, typecheck, Semgrep, CodeRabbit, tests) on staged changes, then commit. This replaces the manual multi-step process that frequently causes pre-commit hook friction.
If no files are staged, print a warning and exit.
On failure: Print the specific errors. Do NOT proceed to commit. Fix the issues first.
Stage, lint, scan, review, and commit changes with full quality gates in a single standardized flow. Source: acedergren/agentic-tools.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/acedergren/agentic-tools --skill quality-commitStage, lint, scan, review, and commit changes with full quality gates in a single standardized flow. Source: acedergren/agentic-tools.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/acedergren/agentic-tools --skill quality-commit Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/acedergren/agentic-tools