speckit-git-commit

Wrap the Speckit commit skill to automate git commits with pass-through input.

Updated Apr 11, 2026
One-click install
npx skills add https://github.com/opensoft/dartwing-ocr-pipeline --skill speckit-git-commit-opensoft
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-git-commit
Source: https://github.com/opensoft/dartwing-ocr-pipeline/tree/main/plugins/speckit/skills/speckit-git-commit
Command: npx skills add https://github.com/opensoft/dartwing-ocr-pipeline --skill speckit-git-commit-opensoft

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Speckit git-commit wrapping solves the complexity of manually invoking and coordinating subsequent AI-driven commit steps by delegating to the underlying Speckit commit skill with consistent behavior.

Core Features & Use Cases

  • Delegates to the source Speckit git-commit skill to perform commits with AI-enhanced guidance.
  • Pass-through: forwards any text after /speckit.git.commit to the source skill as the original command input.
  • Auto-commit: executes the source skill including its auto-commit behavior to finalize changes.

Quick Start

Invoke the speckit git-commit workflow by sending your command text after /speckit.git.commit to trigger the source skill and perform an auto-commit.

Frequently Asked Questions about speckit-git-commit

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate AI-assisted git commits for a software development team?

AI-assisted git commit automation is handled by delegating your text input to the source Speckit commit skill, which then finalizes changes through an auto-commit behavior for consistent messaging.

Can I pass custom commit messages through a Speckit git commit wrapper?

Yes, you can pass custom text input after the command invocation, and the wrapper will forward it directly to the underlying Speckit commit skill as the original command input for processing.

What is the best way to ensure consistent messaging across AI-driven git commits?

Consistent messaging across AI-driven git commits is achieved by using a wrapper that delegates execution to a source commit skill, enforcing standardized auto-commit behavior without manual coordination.

How does a Codex wrapper execute the Speckit git commit workflow?

The Codex wrapper executes the Speckit git commit workflow by first reading the source skill, passing your subsequent input to it, and then triggering the source skill's auto-commit behavior to finalize changes.

Do I need to manually trigger the source Speckit commit skill after passing my input?

No, manual triggering is not needed. The wrapper reads the source skill first, forwards your input to it, and automatically executes the source skill including its auto-commit behavior to finalize changes.