Github

GitHub patterns using gh CLI for pull requests, stacked PRs, code review, branching strategies, and repository automation. Use when working with GitHub PRs, merging strategies, or repository management tasks. Use when this capability is needed.

tomevault-io Updated

File contents

GitHub Patterns

Tools

Use gh CLI for all GitHub operations. Prefer CLI over GitHub MCP servers for lower context usage.

Quick Reference

File Description
stacked-pr-workflow.md Merge stacked PRs into main as individual squash commits

Problem → Skill Mapping

Problem Start With
Merge stacked PRs cleanly stacked-pr-workflow.md

Source: ifero/myloyaltycards — distributed by TomeVault.

tomevault-io/skills-registry/tree/main/ifero--myloyaltycards--github commit 3799349dc2

Frequently asked questions

npx skillmds@latest add tomevault-io/github-38