git-ops

Read git repository state, draft commits, and create PRs via GitHub CLI.

1|Updated Oct 31, 2025
One-click install
npx skills add https://github.com/daturkel/dt-cc --skill git-ops
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: git-ops
Source: https://github.com/daturkel/dt-cc/tree/main/plugins/dt-git/skills/git-ops
Command: npx skills add https://github.com/daturkel/dt-cc --skill git-ops

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you gather repository state, propose concise commit messages, and generate pull request descriptions, enabling faster, safer git workflows without leaving Claude.

Core Features & Use Cases

  • Repository state at a glance: View status, ahead/behind, staged vs unstaged changes, and recent commits.
  • AI-assisted commits: Draft concise, meaningful commit messages and execute commits after confirmation.
  • PR drafting & creation: Analyze changes across commits to craft compelling PR titles and descriptions, and push if needed.
  • Branch & remote insight: Compare branches and review differences before merging.
  • Use Case: When you need to cleanly summarize a feature branch and open a PR with a clear rationale, this Skill guides you end-to-end.

Quick Start

Start by asking the skill for a repo status: "git-ops:status". Then request a commit or PR as needed.

Frequently Asked Questions about git-ops

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

FAQPage Schema
How do I automate commit messages when pushing changes to a Git repository?

Git automation uses AI to draft concise commit messages based on your staged changes. The Skill analyzes diffs, proposes a message, and executes the commit after you confirm—eliminating manual composition and ensuring consistency across your repository.

Can I create pull requests and push branches without leaving Claude?

Yes. This Skill orchestrates the full PR workflow: it reads repository state, compares branches, drafts PR titles and descriptions from your commits, and integrates with GitHub CLI to push and create pull requests directly from Claude.

What Git repository information can I view before committing or opening a PR?

You can inspect status, staged vs. unstaged changes, ahead/behind tracking, recent commits, and branch differences. This preview capability lets you confirm exactly what will be committed or pushed, reducing merge conflicts and unintended changes.

How does AI-assisted code review work with pull request workflows?

The Skill analyzes diffs across commits to understand the feature or fix, then generates compelling PR titles and descriptions that communicate intent to reviewers—streamlining the code review process and reducing back-and-forth clarification.

Do I need the GitHub CLI installed to use this Skill's PR creation features?

Yes. PR creation and push operations require the GitHub CLI (gh) installed and authenticated. Local commit and repository inspection work with standard Git; remote operations depend on gh being available in your environment.