git-workflow

Enforce a multi-stage Git workflow with branch isolation and two-stage reviews.

126|8|Updated Jan 17, 2026
One-click install
npx skills add https://github.com/elb-pr/claudikins-kernel --skill git-workflow-elb-pr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: git-workflow
Source: https://github.com/elb-pr/claudikins-kernel/tree/main/skills/git-workflow
Command: npx skills add https://github.com/elb-pr/claudikins-kernel --skill git-workflow-elb-pr

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill enforces a strict, disciplined workflow for code execution and review, preventing shortcuts and ensuring code quality through isolation, verification, and human checkpoints.

Core Features & Use Cases

  • Task Isolation: Ensures each task operates on its own branch.
  • Two-Stage Review: Implements mandatory spec compliance and code quality reviews.
  • Human Checkpoints: Enforces human approval at critical stages.
  • Use Case: When executing complex development tasks, this Skill ensures that every change is planned, executed in isolation, rigorously reviewed, and only then merged, preventing common AI-driven refactoring disasters and ensuring robust code.

Quick Start

Use the git-workflow skill to manage the execution of a complex development plan, ensuring all steps are followed.

Frequently Asked Questions about git-workflow

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

FAQPage Schema
How do I enforce a strict git workflow for AI code generation and review?

To enforce a strict git workflow for AI code generation, this Skill governs task decomposition, branch isolation, and two-stage reviews to prevent shortcuts and ensure code integrity. It mandates spec compliance and code quality checks before any merge.

What is two-stage code review and how does it improve developer workflow?

Two-stage code review is a quality assurance process that separates spec compliance verification from code quality checks. This developer workflow mechanism ensures changes are rigorously evaluated before human checkpoints permit merging, preventing common refactoring disasters.

How do I prevent AI agents from bypassing human checkpoints during task execution?

To prevent AI agents from bypassing human checkpoints during task execution, the workflow enforces strict human approval at critical stages. It governs agent execution to ensure no shortcuts occur and every change is planned before merging.

Can I use task isolation on separate branches for complex development plans?

Yes, you can use task isolation on separate branches for complex development plans. This Skill ensures each task operates on its own dedicated branch, maintaining isolation throughout the execution and review process to protect overall code integrity.

When do I need human checkpoints in a CI/CD pipeline?

You need human checkpoints in a CI/CD pipeline when executing complex development tasks that require rigorous verification. This workflow enforces mandatory human approval at critical stages to prevent AI-driven errors and ensure robust code before merging.