kiwi-commit-auto-push

Automate GitHub issue-linked commits and SpecKiwi synchronization.

1|Updated Apr 29, 2026
One-click install
npx skills add https://github.com/Snoworca/speckiwi --skill kiwi-commit-auto-push
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kiwi-commit-auto-push
Source: https://github.com/Snoworca/speckiwi/tree/main/.agents/skills/kiwi-commit-auto-push
Command: npx skills add https://github.com/Snoworca/speckiwi --skill kiwi-commit-auto-push

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires git, github-api, specKiwi-api, commit-script, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill streamlines the code commit process by automating issue detection, closing, comment creation, and synchronization with SpecKiwi, saving developers time and reducing human error.

Core Features & Use Cases

  • Automated Issue Detection and Closing: Identifies related GitHub issues, auto-closes them with the appropriate comments.
  • Code Commit and Push Automation: Commits and pushes changes with accurate commit messages, including issue references and Req IDs.
  • SpecKiwi Synchronization: Automatically registers the commit with SpecKiwi for tracking and traceability.
  • Use Case: When developers push their commits, this skill automatically identifies the corresponding GitHub issues and Req IDs, commits the changes with accurate comments, and syncs with SpecKiwi, simplifying the entire process.

Quick Start

Commit your code and let kiwi-commit-auto-push take care of the rest. The skill will handle commit messages, issue closing, and synchronization with SpecKiwi.

Frequently Asked Questions about kiwi-commit-auto-push

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

FAQPage Schema
How do I automate GitHub issue closing when I push a commit?

You can automate GitHub issue closing by running a commit script that identifies related issues, pushes changes with issue references, and auto-closes them with accurate comments. This eliminates manual issue tracking after pushing code.

How do I synchronize code commits with SpecKiwi for requirements traceability?

Synchronizing code commits with SpecKiwi is handled automatically during the push process. The automation registers each commit with the SpecKiwi API, linking code changes to Req IDs for full tracking and traceability.

Do I need GitHub API and SpecKiwi API access to automate commit messages?

Yes, you need both GitHub API and SpecKiwi API access. These dependencies are required to identify related GitHub issues, generate accurate commit messages with tags, and synchronize the commit data with SpecKiwi.

What is the best way to link a code commit to a specific requirement ID?

The best way to link commits to requirement IDs is using an automation script that detects related GitHub issues, embeds the Req ID in the commit message, and registers the update with SpecKiwi for tracking.

Can I use commit automation scripts to update issue tracking comments automatically?

Yes, commit automation scripts can update issue tracking comments automatically. By accessing the GitHub API, the script identifies related issues and posts accurate comments while closing them during the code push.