ck:git

Stage, commit, push, and merge Git repositories with secret scanning.

1|Updated Jun 16, 2026
One-click install
npx skills add https://github.com/TNHoang2708/Gym_Ver2 --skill ck-git-tnhoang2708
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ck:git
Source: https://github.com/TNHoang2708/Gym_Ver2/tree/main/.claude/skills/git
Command: npx skills add https://github.com/TNHoang2708/Gym_Ver2 --skill ck-git-tnhoang2708

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a streamlined Git workflow for users to stage, commit, push, and merge with a focus on security and best practices, reducing the likelihood of common Git mistakes and ensuring code integrity.

Core Features & Use Cases

  • Automated Committing: Stage and commit changes with auto-splitting based on type and scope.
  • Security Checks: Performs secret scanning before committing to prevent accidental leakage of sensitive information.
  • Merge Workflow: Simplifies merging of branches, guiding users through the process to avoid common merge issues.
  • Pull Request Automation: Offers the option to create pull requests directly from the Skill.
  • Reference Guide: Provides a comprehensive reference for Git commands, commit standards, and branch management.

Quick Start

To stage and commit changes with Git operations, run: cm

Frequently Asked Questions about ck:git

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

FAQPage Schema
How do I prevent accidental secret leakage during a git commit?

To prevent accidental secret leakage during a git commit, this workflow performs automated secret scanning before staging changes to ensure sensitive information is blocked. It integrates with git-secret to manage and secure repository credentials.

What is the best way to automate a secure git commit workflow?

Automating a secure git commit workflow is best handled through structured commands that auto-split changes by type and scope. This ensures consistent version control standards while reducing common Git mistakes.

How do I simplify branch management and merge workflows in git?

Simplify branch management and merge workflows in git by using guided automation that walks you through the process. This approach avoids common merge issues and maintains strict branch security throughout development.

Do I need git-secret to manage secure pull requests?

You need git-secret specifically for secret management within the repository, not directly for pull requests. The Skill uses it to secure credentials, while offering separate automation to create pull requests.

Can I create pull requests directly from an automated git workflow?

Yes, you can create pull requests directly from the automated git workflow. The Skill offers built-in pull request automation, allowing developers to initiate requests immediately after staging and committing code.

How do I enforce clean commit standards across a development team?

Enforce clean commit standards across a development team by utilizing a comprehensive reference guide for Git commands and automated workflows. This structure stages commits with auto-splitting based on type and scope.