git

Stage changes, scan for secrets, and create conventional commits.

Updated Mar 19, 2026
One-click install
npx skills add https://github.com/congthang12312/Sentinel-AI-test --skill git-congthang12312
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: git
Source: https://github.com/congthang12312/Sentinel-AI-test/tree/main/.agent/skills/git
Command: npx skills add https://github.com/congthang12312/Sentinel-AI-test --skill git-congthang12312

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Git workflow automation can be verbose and error-prone when manually staging, committing, pushing, PRs, and merges. This skill centralizes Git operations via a git-manager subagent, reducing noise while enforcing best practices such as secret scanning and conventional commits.

Core Features & Use Cases

  • Stage + Analyze changes with integrated secret scanning.
  • Create clean, conventional commits and manage pushes or PRs automatically.
  • Handle merges and branch hygiene with deterministic, auditable workflows across local and remote branches.

Quick Start

Run the git workflow to stage changes, automatically detect secrets, and create conventional commits with optional push and PR automation.

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 secret detection and conventional commits?

Automate Git workflows by staging changes, validating staged files for secrets, and producing clean, conventional commits. This centralizes complex Git operations into a deterministic, auditable workflow for daily development tasks.

What is the best way to manage Git branch merges and pull requests automatically?

Manage Git branch merges and pull requests automatically by utilizing a git-manager subagent to handle branch hygiene and structured messaging. This enforces best practices while creating deterministic push and PR automation across local and remote branches.

Can I create conventional commits automatically without leaking secrets in my code?

Yes, you can create conventional commits automatically while preventing secret leaks. The workflow analyzes staged changes to scan for secrets before generating structured, conventional commit messages and pushing to remote branches.

Does this Git automation tool work for both local and remote branch operations?

Yes, this Git automation tool works for both local and remote branch operations. It applies deterministic workflows to feature work, bugfixes, PR creation, and merge operations across your local and remote branches seamlessly.

Why should I use conventional commit formats for daily Git development tasks?

You should use conventional commit formats for daily Git development tasks to ensure structured messaging and clean commit history. Automating this process reduces manual errors and noise during staging, pushing, and PR creation.