custom-git

Generate and execute approved Git commit and branch plans.

Updated Mar 3, 2025
One-click install
npx skills add https://github.com/LZY2333/LZY-FE-JumpTrack --skill custom-git
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: custom-git
Source: https://github.com/LZY2333/LZY-FE-JumpTrack/tree/main/agent-configs/skills/custom-git
Command: npx skills add https://github.com/LZY2333/LZY-FE-JumpTrack --skill custom-git

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Git 提交和创建新分支的工作流需要在执行前有明确计划并获得授权。本 Skill 提供一个计划驱动的工作流,确保每次提交和分支操作都有清晰的执行步骤。

Core Features & Use Cases

  • Plan-first workflow: 在执行 git 命令前生成完整计划,需获得用户同意后再执行。
  • Commit Message Standardization: 遵循约定式提交格式,帮助团队保持日志一致性。
  • Branch Management: 根据任务需求创建新分支,并提供命名规范与同步到最新 master 的流程。
  • Safety & Guardrails: 所有操作在用户确认后才执行,避免无意误改。

Quick Start

Review the generated plan of git commands and then approve to execute the planned git add, commit, and branch creation steps.

Frequently Asked Questions about custom-git

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

FAQPage Schema
How do I enforce a plan-first workflow for Git commits and branch creation?

Plan-first Git commits require generating a full execution plan for branch creation and commit messages before running any commands. This ensures standardized logging and controlled branching by enforcing user approval prior to executing version-control actions.

How do I standardize Git commit messages for my development workflow?

Standardizing Git commit messages involves enforcing Conventional Commits syntax during the automated commit process. This maintains team log consistency by applying strict formatting rules to the generated commit messages before execution requires user approval.

What is the process for creating Git branches synced to the latest master?

Creating Git branches synced to master requires generating a branching plan that follows defined naming conventions. The automated workflow enforces synchronization to the latest master and requires explicit user authorization before executing the branch creation commands.

Can I review and approve Git commands before they are executed automatically?

You can review Git commands before execution because the automation enforces a safety guardrail requiring explicit user confirmation. This plan-driven method ensures you authorize the planned git add, commit, and branch operations before any repository modifications occur.

Do I need a specific Git environment to use automated branch creation and commit planning?

No specific Git environment is required beyond standard version-control tooling, as the automation applies directly to development workflows. It generates execution plans and enforces authorization rules without needing external dependencies or complex component integrations.