← ClaudeAtlas

github-opslisted

GitHub remote operations — repo creation, metadata (description/homepage/topics), releases, README 'Recent Updates' enforcement, and issue / PR management with preview-before-send discipline. Companion to git-ops (local) and push-gate (pre-push safety). Three modes: new (first publish), update (subsequent release), audit (read-only checklist), plus atomic operations for issues and PRs. Triggers on: push to github, publish repo, ship release, cut release, gh release, set topics, repo description, github metadata, recent updates section, audit github repo, repo visibility, make repo public, gh repo create, gh issue, gh pr, create issue, comment on issue, close issue, triage issue, create PR, review PR, merge PR, pre-merge check, pr checks.
0xDarkMatter/claude-mods · ★ 22 · Code & Development · score 74
Install: claude install-skill 0xDarkMatter/claude-mods
# GitHub Ops GitHub-side operations skill. Owns everything that talks to `api.github.com` via `gh` CLI: repo creation, metadata configuration, releases, and the conventions that govern how 0xDarkMatter repos present on GitHub. Sits alongside two related skills: ``` LOCAL BRIDGE REMOTE (GitHub) ───── ────── ─────────────── git-ops push-gate github-ops (this skill) ``` | Concern | Owner | |---|---| | Commits, branches, local tags, rebases, worktrees, stash | `git-ops` | | Pre-push secret scan + dirty-tree refusal + confirm | `push-gate` | | `gh repo create`, push to remote, tag push | **`github-ops`** | | Repo description / homepage / topics / visibility | **`github-ops`** | | `gh release create` + release notes | **`github-ops`** | | README "Recent Updates" section maintenance | **`github-ops`** | | Package metadata audit (pyproject/package.json ↔ GH topics ↔ tag ↔ version) | **`github-ops`** | | `gh issue` operations (view/list/create/comment/edit/triage/close) | **`github-ops`** | | `gh pr` operations (view/list/diff/checks/create/comment/review/edit/merge/close) | **`github-ops`** | | Actions / secrets / branch protection / social preview | **`github-ops`** (future) | ## Hard rules 1. **Visibility defaults to private.** Pass `--private` to `gh repo create` unless the user has explicitly said "public" / "make it public" for this specific repo. See `references/r