Skip to content

Git & GitHub AI

Automate git commits, pull requests, issue fixing and PR reviews with AI. GitHub-native workflows from the terminal, GDPR-compliant.

📝

AI Commits

`/commit` with conventional commit messages.

🔀

Create PR

AI-generated title, description, and reviewers.

🐛

Fix Issue

Analyze and fix GitHub issues by number.

🔍

Analyze Issue

Read-only analysis of GitHub issues.

💬

Fix PR

Resolve PR review comments automatically.

⚙️

Git Commands

`/git status`, `/diff`, `/undo` built-in.

AI-Generated Commit Messages

Never write a commit message again. The /commit command diffs your staged changes, understands the intent, and proposes a Conventional Commit message — with scope, breaking-change flags, and a body if needed.

1

Stage your changes

git add .
2

Run /commit

/commit
3

AI analyzes diff & proposes message

feat(auth): add refresh token rotation
4

Confirm or edit

[y]es / [n]o / [e]dit

Pull Request Creation

Create a GitHub PR directly from the chat. The AI generates the title and description from your branch diff, adds context, and optionally assigns reviewers and labels.

/create-pr Auto-generated title and description
/create-pr --draft Create as draft PR
/create-pr --reviewer username Add a reviewer
/create-pr --label bug Add a label

Issue & PR Review Workflows

Automate the full GitHub issue lifecycle: analyze, branch, implement, and fix review comments — all without leaving the terminal.

🐛

/fix-issue 42

Loads the issue, creates branch fix/issue-42, implements the fix, and commits.

🔍

/analyze-issue 42

Read-only analysis: root cause, affected files, complexity estimate, proposed solution.

💬

/fix-pr

Loads all open review comments on the current PR and implements each correction.

Git Worktrees for Parallel Work

Work on multiple features simultaneously without stashing or switching branches. Each worktree is an isolated checkout of your repository.

/worktree create feature-auth Create new worktree for feature-auth branch
/worktree list Show all active worktrees
/worktree switch feature-auth Switch agent context to that worktree

Automate your Git workflow

From commit messages to PR creation — let the AI handle your Git housekeeping.

Get started