gitx-skill
Health Warn
- No license — Repository has no license file
- Description — Repository has a description
- Active repo — Last push 0 days ago
- Low visibility — Only 5 GitHub stars
Code Pass
- Code scan — Scanned 1 files during light audit, no dangerous patterns found
Permissions Pass
- Permissions — No dangerous permissions requested
No AI report is available for this listing yet.
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.
GitX
GitX is a portable Agent Skill for smart Git commits, branches, checks, previews, and safe pushes.
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 |
Safely push the current branch. |
$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.
Other agents
Invoke GitX through the 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.
Reviews (0)
Sign in to leave a review.
Leave a reviewNo results found