git-workflow

Manage Git workflow stages including branch naming, commits, pull requests, and merges.

4|10|Updated Mar 31, 2026
One-click install
npx skills add https://github.com/NITRR-Official/CampusOS --skill git-workflow-nitrr-official
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: git-workflow
Source: https://github.com/NITRR-Official/CampusOS/tree/main/.agents/skills/git-workflow
Command: npx skills add https://github.com/NITRR-Official/CampusOS --skill git-workflow-nitrr-official

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides a structured approach to Git workflow management, streamlining processes for starting new work, creating pull requests, code review, merging, and conflict resolution.

Core Features & Use Cases

  • Branch Naming Convention: Offers a standard for naming branches, making it easier to understand the purpose of each branch.
  • Commit Messages: Guides on creating clear and informative commit messages for better code review and maintainability.
  • Branch Updates: Instructions on keeping branches up-to-date with the main branch.
  • Pull Request Creation: Steps to create pull requests with the necessary checks.
  • Merge to Main: How to merge branches to the main branch with a clean history.
  • Quick Reference: A summary of common Git workflow commands.
  • Common Issues: Solutions to common issues encountered during the Git workflow.

Quick Start

Use the git-workflow skill to follow the Git branching and PR process when starting new work or resolving merge conflicts.

Frequently Asked Questions about git-workflow

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

FAQPage Schema
How do I manage my Git workflow for branching and pull requests?

A standard Git workflow manages branch naming, commit message conventions, pull request creation, and merge strategies to streamline collaborative coding processes and maintain code integrity.

What is the best way to write commit messages for code review?

The best commit messages for code review follow clear conventions that communicate the purpose of changes, improving maintainability and making the collaborative coding process easier to track.

How do I create a pull request with the necessary checks?

Creating a pull request involves following specific steps to ensure all necessary checks pass before submission, facilitating a structured code review and merge process to the main branch.

How do I resolve merge conflicts and keep my branch up to date?

Resolving merge conflicts and keeping branches up to date requires specific instructions for syncing with the main branch, ensuring a clean history before merging code changes.

Are there solutions for common issues encountered during the Git workflow?

Yes, common Git workflow issues have targeted solutions, including a quick reference summary of common commands to help software developers quickly resolve branching and merging roadblocks.