git-workflow

Unify Git workflows from conventional commits through pre-completion verification.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill unifies Git workflows from conventional commits through pre-completion verification, promoting disciplined development.

Core Features & Use Cases

  • Conventional commits: Standardized commit messages and workflows.
  • Pre-completion verification: Run lint, typecheck, tests, and build before merging.
  • Branch strategy: Guidance for naming and merging branches.

Quick Start

Create a new feature branch, commit with conventional messages, and run pre-merge checks.