github-workflow-best-practices

Installation
SKILL.md

GitHub Workflow Best Practices

Master professional GitHub workflows that scale from solo projects to large teams. This skill covers branching strategies, commit conventions, PR processes, issue management, sprint execution, and advanced git worktree patterns.

Branching Strategy

Branch Naming Conventions

Follow a consistent naming pattern that communicates intent:

<type>/<issue-number>-<brief-description>
Related skills
Installs
2
GitHub Stars
1
First Seen
Feb 21, 2026