Types: feat, fix, refactor, docs, test, chore, perf, ci
Note: Attribution disabled globally via ~/.claude/settings.json.
Pull Request Workflow
When creating PRs:
Analyze full commit history (not just latest commit)
Use git diff [base-branch]...HEAD to see all changes
Draft comprehensive PR summary
Include test plan with TODOs
Push with -u flag if new branch
Feature Implementation Workflow
Plan First
Use planner agent to create implementation plan
Identify dependencies and risks
Break down into phases
TDD Approach
Use tdd-guide agent
Write tests first (RED)
Implement to pass tests (GREEN)
Refactor (IMPROVE)
Verify 80%+ coverage
Code Review
Use code-reviewer agent immediately after writing code
Address CRITICAL and HIGH issues
Fix MEDIUM issues when possible
Commit & Push
Detailed commit messages
Follow conventional commits format
1---2name: 1393-git-workflow-d459aa293description: Git Workflow4---5# Git Workflow67## Commit Message Format89```10<type>: <description>1112<optional body>13```1415Types: feat, fix, refactor, docs, test, chore, perf, ci1617Note: Attribution disabled globally via ~/.claude/settings.json.1819## Pull Request Workflow2021When creating PRs:221. Analyze full commit history (not just latest commit)232. Use `git diff [base-branch]...HEAD` to see all changes243. Draft comprehensive PR summary254. Include test plan with TODOs265. Push with `-u` flag if new branch2728## Feature Implementation Workflow29301. **Plan First**31 - Use **planner** agent to create implementation plan32 - Identify dependencies and risks33 - Break down into phases34352. **TDD Approach**36 - Use **tdd-guide** agent37 - Write tests first (RED)38 - Implement to pass tests (GREEN)39 - Refactor (IMPROVE)40 - Verify 80%+ coverage41423. **Code Review**43 - Use **code-reviewer** agent immediately after writing code44 - Address CRITICAL and HIGH issues45 - Fix MEDIUM issues when possible46474. **Commit & Push**48 - Detailed commit messages49 - Follow conventional commits format
Run npx skillmds@latest add tools-only/1393-git-workflow-d459aa29 in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Git Workflow It is listed under Productivity on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
tools-only (@tools-only) published this skill. Their other Agent Skills are listed on their SkillMD profile.