Ac Commit Manager
Structured git commit conventions, but its automation script is missing from the repo
Test report
- Verdict
- Works with setup
- Score
- Tested
- Jul 21, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · 16da474
Fetched SKILL.md via raw GitHub; frontmatter parses with name+description. Spot-checked the referenced scripts/commit_manager.py: HTTP 404 in this registry, and upstream adaptationio/Skrillz is also 404, so Quick Start, Pre-Commit Checks, Rollback and API Reference all point to a nonexistent module with no recovery path. For the output test I wrote two commit messages for a pay-007 bug fix: baseline was a free-form subject plus prose; the skill-followed version used fix(payment): scope prefix, (#pay-007) id, imperative bullets and a Test/Coverage/Feature/Status trailer — a real, quotable difference driven by the Commit Message Format section. No security smells. Rated fails because the skill's advertised automation is broken/missing everywhere; only manual message-formatting survives.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 3/5
- Triggers reliably 5/5
- Output vs. baseline 6/10
- Docs & honesty 2/5
What Ac Commit Manager does
A git-commit skill that documents a conventional-commit message format (type(scope), feature-id reference, and a Test/Coverage/Feature/Status trailer) for autonomous coding workflows. It triggers when committing completed features or managing git version-control tasks. Most of the body describes a Python CommitManager API (pre-commit checks, rollback, tagging) whose backing script is not shipped in this registry.
How to install Ac Commit Manager
git clone --depth 1 https://github.com/majiayu000/claude-skill-registry.git /tmp/ac-commit-manager-src
mkdir -p ~/.claude/skills
cp -R /tmp/ac-commit-manager-src/skills/agent/ac-commit-manager ~/.claude/skills/ac-commit-manager
# WARNING: the SKILL.md body references scripts/commit_manager.py (CommitManager class,
# pre_commit_check, rollback_last_commit). That file is NOT in this repo (404) and the
# upstream source repo adaptationio/Skrillz is gone (404), so the Python automation is
# unrecoverable. Only the commit-message-format guidance is usable manually.
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger Ac Commit Manager
-
/ac-commit-managerStructured git commit conventions, but its automation script is missing from the repo
It also activates on plain-language prompts like these:
-
Commit this feature with a descriptive message -
Handle the git workflow for this implementation -
Create commits for each completed subtask
Frequently asked questions
- Is the Ac Commit Manager skill free?
- Yes. The skill itself is free from majiayu000/claude-skill-registry. SkillProof publishes the install command and an independent test verdict at no cost.
- Does Ac Commit Manager work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 21, 2026. Verdict: Works with setup. Fetched SKILL.md via raw GitHub; frontmatter parses with name+description. Spot-checked the referenced scripts/commit_manager.py: HTTP 404 in this registry, and upstream adaptationio/Skrillz is also 404, so Quick Start, Pre-Commit Checks, Rollback and API Reference all point to a nonexistent module with no recovery path. For the output test I wrote two commit messages for a pay-007 bug fix: baseline was a free-form subject plus prose; the skill-followed version used fix(payment): scope prefix, (#pay-007) id, imperative bullets and a Test/Coverage/Feature/Status trailer — a real, quotable difference driven by the Commit Message Format section. No security smells. Rated fails because the skill's advertised automation is broken/missing everywhere; only manual message-formatting survives.
- What is the Ac Commit Manager SkillProof Score?
- 6.4/10 — installs cleanly 3/5, triggers reliably 5/5, output vs. baseline 6/10, docs & honesty 2/5.
- How do I install Ac Commit Manager?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use Ac Commit Manager with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.