git-workflow

Guide Git workflows for PR preparation, branch cleanup, merge conflict resolution, and tagging.

Updated Mar 28, 2026
One-click install
npx skills add https://github.com/DITEKmax/rutcampustrack --skill git-workflow-ditekmax
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: git-workflow
Source: https://github.com/DITEKmax/rutcampustrack/tree/main/.agents/skills/git-workflow
Command: npx skills add https://github.com/DITEKmax/rutcampustrack --skill git-workflow-ditekmax

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Many teams struggle with inconsistent git workflows, leading to missed steps and errors during PR preparation, branch cleanup, conflict resolution, and release tagging.

Core Features & Use Cases

  • Guided PR preparation: collects context, draft title/body, and pre-push checks.
  • Safe branch hygiene: lists and prunes merged branches locally and remotely.
  • Merge conflict guidance: provides a deterministic approach to resolving conflicts.
  • Monorepo tagging patterns: suggests scoped version tags for releases.

Quick Start

Follow the guided steps to prepare a PR, clean up branches, resolve conflicts, or tag a release.

Frequently Asked Questions about git-workflow

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

FAQPage Schema
How do I prepare a pull request with the right context and pre-push checks?

Guided pull request preparation collects relevant context, drafts titles and bodies, and runs pre-push checks to streamline PR creation. This structured, step-by-step process reduces errors and accelerates collaboration for individual developers and teams.

What is the best way to clean up merged git branches locally and remotely?

Safe branch hygiene lists and prunes merged branches locally and remotely. This guided workflow provides structured procedures with checks and prompts to safely remove stale branches and maintain a clean repository state.

How do I resolve merge conflicts using a deterministic approach?

Merge conflict guidance provides a deterministic approach to resolving conflicts step by step. The workflow offers suggested commands and structured procedures to reduce errors and accelerate conflict resolution across Git repositories and monorepos.

How do I tag releases in a monorepo with scoped version tags?

Monorepo tagging patterns suggest scoped version tags for releases. This guided workflow provides structured procedures for release tagging scenarios, ensuring consistent and accurate version management across monorepo components.

Does this git workflow support both individual developers and team collaboration?

Yes, the guided git workflows are applicable to both individual developers and teams working with Git repositories and monorepos. The structured procedures with checks and prompts reduce errors and accelerate collaboration across PR creation, branch hygiene, and release tagging scenarios.

When do I need a guided workflow for branch cleanup and PR preparation?

You need a guided workflow when teams struggle with inconsistent git workflows leading to missed steps and errors. The structured procedures help during PR preparation, branch cleanup, conflict resolution, and release tagging to ensure consistency.