git

Automate Git staging, committing, pushing, PR creation, and merges.

Updated Jun 16, 2025
One-click install
npx skills add https://github.com/Stonelukas/Mouse-on-Numpad --skill git-stonelukas
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: git
Source: https://github.com/Stonelukas/Mouse-on-Numpad/tree/main/.opencode/skill/git
Command: npx skills add https://github.com/Stonelukas/Mouse-on-Numpad --skill git-stonelukas

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Git workflow management and safety: automates staging, commits, and pushes while enforcing conventional commit standards and structured PR flows.

Core Features & Use Cases

  • Automated commit splitting by type/scope to produce clean, semantic history.
  • Pre-commit security scans to detect secrets and credentials.
  • Integrated PR workflow via git-manager subagent for isolated, reproducible output.
  • Supports multi-branch workflows with standard push/pull operations and conflict handling.

Quick Start

Install the skill and run it via the git-manager to automate staging, committing, pushing, and PR workflows.

Frequently Asked Questions about git

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

FAQPage Schema
How do I automate Git workflows with conventional commits?

Automate Git workflows by staging, committing, and pushing changes while enforcing conventional commit standards. The skill splits commits by type and scope to produce a clean, semantic history.

Can I scan for secrets before pushing a Git commit?

Yes, you can scan for secrets before pushing a Git commit. The skill performs pre-commit security scans to detect credentials and ensures staged results are safe before integration.

What is the best way to create structured pull requests from feature branches?

Create structured pull requests from feature branches by using an integrated git-manager subagent. This handles PR creation and merges while providing isolated, reproducible outputs.

Does this Git automation handle multi-branch workflows and conflict resolution?

Yes, this Git automation handles multi-branch workflows and conflict resolution. It supports standard push and pull operations across feature branches to manage team development.

How do I split commits by type and scope for a cleaner history?

Split commits by type and scope to clean up history through automated commit splitting. The skill categorizes staged changes semantically before finalizing the commit sequence.