
gitx-skill
GitX is a portable AI-agent skill for creating clean Git commits, tagged branches, and safe pushes across Codex, Claude Code, Cursor, and other skills-compat…
Install with your AI
Paste into Claude Code, Cursor, or any agent — it reads the repo and wires the tool into your project.
Install and set up gitx-skill (release-binary project) into my current project. Found on https://claudeers.com/gitx-skill Repo: https://github.com/MusoyanGrigor/gitx-skill Homepage/docs: — Detected install method: release-binary → inspect the README Category: skills. Platforms: cli. Read the repo's README for exact setup and env vars, then install it and wire it into my project. Claudeers Health Verdict: active; community-verified: false. Confirm the source before running anything.
Grab the latest release asset from GitHub.
# download a build from https://github.com/MusoyanGrigor/gitx-skill/releases
git clone https://github.com/MusoyanGrigor/gitx-skill
// compatibility
| Platforms | cli |
|---|---|
| Operating systems | — |
| AI compatibility | claude |
| License | MIT |
| Pricing | open-source |
| Language | — |
GitX
Turn messy AI-generated changes into clean, safe Git history.
GitX is a portable AI-agent skill that analyzes your changes, groups related files into logical commits, generates Conventional Commit messages, runs project checks, and safely creates branches, pushes, and pull requests.
Install
npx skills add MusoyanGrigor/gitx-skill --skill gitx
The Skills CLI configures the skill for the selected supported AI agent. Start a new agent session after installation.
Commands
| Command | Description |
|---|---|
$gitx | Inspect changes and create a smart commit. |
$gitx body | Create a smart commit with a useful commit body. |
$gitx branch | Create and switch to a branch with an inferred prefix, such as feat/ or fix/. |
$gitx branch fix/token-refresh | Create and switch to the named branch. |
$gitx branch check | Create an inferred branch, run checks, then commit. |
$gitx pull | Safely pull updates for the current branch. |
$gitx push | Push the current branch to origin; create its upstream if needed. |
$gitx pr | Create a GitHub pull request into origin's default branch with a generated title and body. |
$gitx pr develop | Create a GitHub pull request from the current branch into develop. |
$gitx issue Login fails after token expiry | Create a GitHub issue with a generated title and body. |
$gitx issue 123 | Read GitHub issue #123 and implement the requested fix in the current working tree. |
$gitx resolve | Resolve an in-progress merge or rebase conflict. |
$gitx check | Run relevant checks, then create a smart commit. |
$gitx status | Show repository status without changing anything. |
$gitx plan | Preview commit groups and messages without changing anything. |
$gitx type fix | Create a smart commit with the fix type. |
$gitx scope auth | Create a smart commit with the auth scope. |
$gitx files README.md package.json | Commit only the specified files. |
$gitx amend | Ask before amending the most recent commit. |
If GitX finds several logical commit groups, it asks whether to create the real number of commits or one commit.
Usage
Invoke GitX through your AI agent's skill interface, then use the same command words. For example: gitx plan, gitx check, or gitx branch fix/token-refresh.
GitX follows the portable SKILL.md Agent Skills format.
// faq
What is gitx-skill?
GitX is a portable AI-agent skill for creating clean Git commits, tagged branches, and safe pushes across Codex, Claude Code, Cursor, and other skills-compatible agents.. It is open-source on GitHub.
Is gitx-skill free to use?
gitx-skill is open-source under the MIT license, so it is free to use.
What category does gitx-skill belong to?
gitx-skill is listed under skills in the Claudeers registry of Claude-compatible tools.
// embed badge
[](https://claudeers.com/gitx-skill)
// retro hit counter
[](https://claudeers.com/gitx-skill)
// reviews
// guestbook
// related in Claude Skills
An agentic skills framework & software development methodology that works.
💫 Toolkit to help you get started with Spec-Driven Development
AI coding assistant skill (Claude Code, Codex, OpenCode, Cursor, Gemini CLI, and more). Turn any folder of code, SQL schemas, R scripts, shell scripts, docs,…