ck:git

Automate Git operations with conventional commit standards and secret detection.

Updated Apr 18, 2026
One-click install
npx skills add https://github.com/lengo0951/pms --skill ck-git-lengo0951
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ck:git
Source: https://github.com/lengo0951/pms/tree/main/.claude/skills/git
Command: npx skills add https://github.com/lengo0951/pms --skill ck-git-lengo0951

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines Git operations, ensuring efficient staging, committing, pushing, and managing pull requests while maintaining security protocols against secrets exposure.

Core Features & Use Cases

  • Conventional Commits: Auto-splits commits by type/scope and includes security scans for secrets.
  • Git Operations: Supports staging, committing, pushing, PRs, and merges.
  • Use Case: Simplify your Git workflow with automated commit splitting and security checks, saving time and reducing the risk of credential leaks.

Quick Start

Execute 'cm' to stage files and create commits with security checks.

Frequently Asked Questions about ck:git

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

FAQPage Schema
How do I automate git commits with conventional commit standards?

Executing the 'cm' command automates git commits with conventional commit standards by staging files and creating commits while enforcing type and scope patterns automatically.

How do I scan my git repository for exposed secrets before pushing?

Scanning your git repository for exposed secrets is handled automatically during the commit process, running security checks to detect credentials and prevent secret exposure before pushing code.

What is the best way to manage git branching and pull requests securely?

The best way to manage git branching and pull requests securely is using automated workflows that enforce branch protection and include secret scanning during staging, committing, and merging operations.

Do I need git installed to use automated repository management tools?

You need git installed as a prerequisite dependency to use these automated repository management tools, as the scripts operate by executing underlying git commands for staging and pushing.

Can I split a single git commit into multiple conventional commits automatically?

You can split a single git commit into multiple conventional commits automatically, as the tool auto-splits commits by type and scope while running security scans for secrets during the process.

Why does my secret scanning fail when committing multiple files at once?

Secret scanning might fail when committing multiple files if a potential credential is detected across the staged changes, intentionally blocking the commit to prevent secret exposure in the repository.