Git Workflow

Enforces Git commit format and safe staging workflows for the MISRA project.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enforces disciplined Git practices across the MIRA project, preventing accidental commits, ensuring clear commit messages, and maintaining traceability between origin and OSS repositories.

Core Features & Use Cases

  • Mandatory commit format: Enforces a structured message with CONTEXT → INSIGHT → APPROACH → CHANGES.
  • Safe staging rules: Review changes before staging to avoid accidental commits.
  • Post-commit summary: Generate a detailed summary for auditability.
  • OSS Sync Workflow: Optional two-repo workflow with makeoss.sh to push OSS with the same message.

Quick Start

Before EVERY commit, you MUST ask: "Sync to OSS after this commit?" If Yes, run ./makeoss.sh after committing; if No, push to origin only.