git

Automate Git staging, committing, pushing, pull requests, and merges.

Updated Feb 14, 2026
One-click install
npx skills add https://github.com/toanalien/ezdevsecops --skill git-toanalien
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: git
Source: https://github.com/toanalien/ezdevsecops/tree/main/.opencode/skills/git
Command: npx skills add https://github.com/toanalien/ezdevsecops --skill git-toanalien

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates complex Git workflows, including staging, committing with conventional commits, pushing, creating pull requests, and merging, while also incorporating security checks for secrets.

Core Features & Use Cases

  • Automated Git Operations: Manages staging, committing, pushing, PRs, and merges efficiently.
  • Conventional Commits: Enforces commit message standards for better project history.
  • Security Scanning: Detects secrets in staged changes before committing.
  • Use Case: Automatically stage all changes, create a feature commit, push to a new branch, and open a pull request to main with a descriptive title and body.

Quick Start

Use the git skill to stage all changes, create a commit with the type 'feat' and scope 'auth', and push it to the remote repository.

Frequently Asked Questions about git

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

FAQPage Schema
How do I automate git operations like staging, committing, and pushing?

This Skill automates git operations including staging, committing, and pushing by managing branch lifecycles and enforcing conventional commit standards for consistent project history.

How do I create a pull request with conventional commits automatically?

This Skill creates pull requests with conventional commits automatically by pushing staged changes to a remote branch and opening a PR to main with a descriptive title and body using GitHub CLI integration.

Can I scan staged git changes for security secrets before committing?

Yes, you can scan staged git changes for security secrets before committing. This Skill performs security scans on staged changes to detect and prevent secrets from entering the repository.

What is the best way to manage branch lifecycles and merge pull requests?

The best way to manage branch lifecycles and merge pull requests is using this Skill, which automates branch merging and utilizes a dedicated subagent to handle the complete branch lifecycle process.

Do I need GitHub CLI installed to automate pull request creation?

Yes, you need GitHub CLI installed to automate pull request creation. This Skill integrates directly with GitHub CLI to handle PR operations and manage your Git workflows efficiently.