Git Workflow

Enforce commit message formats and OSS sync steps in Git workflows.

1|Updated Dec 24, 2025
One-click install
npx skills add https://github.com/robertcope/mira --skill git-workflow-robertcope
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Git Workflow
Source: https://github.com/robertcope/mira/tree/main/.claude/skills/git-workflow
Command: npx skills add https://github.com/robertcope/mira --skill git-workflow-robertcope

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Standardizes MIRA's Git workflow with mandatory commit message formats, safe staging practices, and post-commit summaries. Enforces OSS synchronization steps to keep OSS and private repos aligned.

Core Features & Use Cases

  • Enforced commit message format (CONTEXT → INSIGHT → APPROACH → CHANGES)
  • Safe staging rules (stage specific files only)
  • Post-commit summary requirements
  • OSS sync workflow integration

Quick Start

Before EVERY commit, ask: "Sync to OSS after this commit?" If Yes, run makeoss.sh to mirror the message to OSS; if No, push to origin as usual.