Commit and Push

Automate commit and push workflows across multiple Datrix repositories.

2|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/keturk/datrix --skill commit-and-push-keturk
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Commit and Push
Source: https://github.com/keturk/datrix/tree/main/claude-config/.claude/skills/commit-and-push
Command: npx skills add https://github.com/keturk/datrix --skill commit-and-push-keturk

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the commit and push actions for Datrix repositories, simplifying the workflow and reducing the time spent on repetitive tasks.

Core Features & Use Cases

  • Unified Commit and Push Script: Executes a script that generates commit messages, stages, commits, and pushes changes in one pass.
  • Repo Scanning and Commit: Scans all repositories for uncommitted changes and commits them accordingly.
  • Error Handling and Reporting: Stops on git failure, reports commit status, and identifies message sources.

Quick Start

Run the script to commit and push all uncommitted changes across your Datrix repositories: powershell -File "d:/datrix/datrix/scripts/git/commit-and-push.ps1"

Frequently Asked Questions about Commit and Push

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

FAQPage Schema
How do I automate commit and push actions across multiple Datrix repositories?

You can automate commit and push actions across multiple Datrix repositories by running a script that scans for uncommitted changes, generates commit messages, stages, commits, and pushes the code in one unified pass.

How does the automated repository scanning handle uncommitted changes?

The repository scanning mechanism identifies all uncommitted changes across your Datrix repositories, generates appropriate commit messages, and stages the modified files before committing and pushing them to the remote.

Does this commit and push automation work with PowerShell?

Yes, the commit and push automation works with PowerShell by executing a script file, allowing you to initiate the workflow across all configured Datrix repositories from a single command line execution.

What happens when a git push or commit failure occurs during the automation process?

When a git failure occurs during the commit and push process, the automation stops execution, reports the commit status, and identifies the message sources to help you diagnose the repository issue.

When do I need to use an automated script for pushing code across repositories?

You need an automated script for pushing code across repositories when you require quick, error-free updates across multiple Datrix environments and want to reduce time spent on repetitive manual git tasks.