git

Automate git staging, conventional commits, and secret scanning workflows.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Git operations can be error-prone and inconsistent, and teams benefit from automated staging, commit standardization, and built-in secret scanning.

Core Features & Use Cases

  • Automates Stage + Analyze and Split Decision to produce Conventional Commits with type/scope.
  • Enforces security checks to prevent secrets before commits and streamlines PRs, merges, and pushes.
  • Use Case: Teams adopt predictable commit history and faster code reviews with automated guidelines.

Quick Start

Stage changes with the git-manager, perform security scans, and generate conventional commits.

Frequently Asked Questions about git

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

FAQPage Schema
How do I automate conventional commits and secret scanning in my git workflow?

Automating conventional commits and secret scanning requires a git workflow tool that stages changes, splits commits logically, and detects secrets before pushing. This Skill automatically enforces commit message formats and security checks to prevent sensitive data leaks.

What is the best way to enforce conventional commit formats across a development team?

Enforcing conventional commit formats is best achieved by automating the staging and committing process. This Skill analyzes staged changes, determines the correct commit type and scope, and structures the output to standardize team history and accelerate code reviews.

Can I automatically split large staged changes into separate conventional commits?

Yes, automatically splitting large staged changes into separate conventional commits is possible. This Skill analyzes staged files and makes split decisions to generate distinct commits with proper types and scopes, ensuring a clean and predictable commit history.

How do I prevent secrets from being committed to a remote repository?

To prevent secrets from being committed, you must scan staged changes before finalizing the commit. This Skill enforces built-in secret detection during the staging phase, blocking sensitive data before it reaches the push, merge, or PR stage.

Does this git workflow automation handle branching, PRs, and merges?

Yes, this git workflow automation handles branching, PRs, and merges. It streamlines daily software development tasks by automating staging, committing, pushing, and pull requests while applying structured error handling and security checks throughout the process.