ck:git

Automates Git operations with conventional commit splitting and secret security scans.

1|1|Updated Jan 15, 2026
One-click install
npx skills add https://github.com/Thanh-apero/apero-kit-cli --skill ck-git-thanh-apero
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ck:git
Source: https://github.com/Thanh-apero/apero-kit-cli/tree/main/.claude/skills/git
Command: npx skills add https://github.com/Thanh-apero/apero-kit-cli --skill ck-git-thanh-apero

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines Git operations, ensuring conventional commits and security checks for secrets, making it easier to manage code repositories efficiently.

Core Features & Use Cases

  • Conventional Commits: Automates commit splitting by type and scope, adhering to best practices.
  • Security Scans: Detects and prevents the commit of sensitive information like API keys and passwords.
  • Quick Operations: Offers quick actions like commit, push, pull request, and merge with auto-splits.
  • Use Case: Ideal for developers who need to manage multiple Git repositories and ensure code quality and security.

Quick Start

Use the git skill to stage and commit your changes with the command 'cm'.

Frequently Asked Questions about ck:git

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

FAQPage Schema
How do I automate conventional commits in git?

To automate conventional commits in git, this Skill splits staged changes by type and scope automatically. It formats your commit messages to adhere to conventional commit best practices without manual intervention.

Can I scan for secrets before pushing to a git repository?

Yes, you can scan for secrets before pushing to a git repository. This Skill performs security scans to detect and prevent the commit of sensitive information like API keys and passwords.

Do I need GitHub CLI to create pull requests with this tool?

Yes, you need GitHub CLI installed to create pull requests and manage issues. The Skill requires git locally but specifically supports GitHub CLI for executing pull request operations.

What is the best way to manage multiple git repositories efficiently?

The best way to manage multiple git repositories efficiently is using quick actions for staging, committing, and merging. This Skill streamlines code management across repositories while enforcing security checks.

Does this git automation tool prevent committing sensitive information?

Yes, this git automation tool prevents committing sensitive information. It integrates security scanning directly into the workflow to detect API keys and passwords before a commit is finalized.