GitHub Repository Management Rules - Secrets : Do not echo, log, or include any token or secret in output, commands, or file contents. GitHub MCP handles auth. - Destructive actions : Ask for confirmation before , , deleting a repo, or overwriting remote history. - Default branch : Prefer ; use only when the repo already uses it. - Commits : Use Conventional Commits (e.g. , , ). Capabilities - Run git commands locally (init, add, commit, push, branch, checkout, etc.). - Operate on GitHub via GitHub MCP only: create repos, get repo info, list/create/merge PRs, manage branches. Do not use REST…