spawn-commit

Community

Automate post-build commits via commit-agent.

AuthorZeliper
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill automates the post-build commit step by spawning the commit-agent to create a structured, TASK-ID-scoped commit after a successful build, reducing manual effort and ensuring consistent commit messages.

Core Features & Use Cases

  • Post-build Commit: Automatically spawn commit-agent only after the builder-agent reports a successful build.
  • TASK-ID Enforced Messaging: Ensure commits include the TASK-ID for traceability.
  • Result Summary & Next Steps: Report the commit outcome and proceed to test-case generation when successful.

Quick Start

Trigger the commit process for a completed task, e.g. TASK-001, with Step 2 and a list of changed files. The system will follow the instructions in .claude/agents/commit-agent.md to perform the commit and return a concise result summary.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: spawn-commit
Download link: https://github.com/Zeliper/z-coder/archive/main.zip#spawn-commit

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository