From emmaly-skills
Branching, conventional commits, PR descriptions, and GitHub issues workflow — use when committing, branching, or working with PRs and issues
How this skill is triggered — by the user, by Claude, or both
Slash command
/emmaly-skills:git-workflowThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- Never commit directly to `main`; always work in a feature/fix branch and open a PR
main; always work in a feature/fix branch and open a PRfix/<number>-short-desc or feature/<number>-short-descfeat:, fix:, chore:, docs:, refactor:, test:, etcFixes #<number> or Closes #<number> in the PR description to auto-close related issues on mergegh issue list to review open issues and gh issue view <number> to read detailsnpx claudepluginhub emmaly/emmaly --plugin emmaly-skillsAutomates GitHub workflow: branching, committing, pushing, PRs, issues, and code review. Use when managing git operations or GitHub development lifecycle.
Guides Git branch management and GitHub PR workflows using main-branch development, modern git switch/restore commands, and MCP tools for creating, listing, and updating PRs.
Guides Git workflows with branching strategies (GitHub Flow, Git Flow), conventional commit messages, branch naming, PR templates, and operations like rebase. Use for Git ops, commits, branches, team workflows.