GitHub Repo Management
GitHub Actions, PR, issue, and release workflow reference for Claude Code plugin repos.
Test report
- Verdict
- Tested · Works
- Score
- Tested
- Jul 16, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · 94f2246
⚠ The source repository is archived — it won't receive fixes.
Its release.yml template validates plugin.json AND marketplace.json version against the git tag and auto-extracts changelog notes from CHANGES.md — a baseline release workflow skips all three checks, which matters specifically for Claude Code plugin repos.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 5/5
- Triggers reliably 5/5
- Output vs. baseline 8/10
- Docs & honesty 5/5
What GitHub Repo Management does
A reference-style skill covering GitHub issue/PR templates, branch protection, semantic-versioned release automation, and CI/CD workflows tailored to Claude Code plugin repo layout (plugin.json, marketplace.json). Triggers when the user asks to manage GitHub issues/PRs, set up CI/CD or GitHub Actions, or cut a release.
How to install GitHub Repo Management
git clone https://github.com/d-oit/gemini-search-plugin
mkdir -p ~/.claude/skills
cp -r gemini-search-plugin/.claude/skills/github-repo-management ~/.claude/skills/github-repo-management
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger GitHub Repo Management
-
/github-repo-managementGitHub Actions, PR, issue, and release workflow reference for Claude Code plugin repos.
It also activates on plain-language prompts like these:
-
Set up a GitHub Actions release workflow for my Claude Code plugin repo -
Help me create issue templates and branch protection rules for this repo -
I need a changelog-driven release pipeline that tags semantic versions
Frequently asked questions
- Is the GitHub Repo Management skill free?
- Yes. The skill itself is free from d-oit/gemini-search-plugin. SkillProof publishes the install command and an independent test verdict at no cost.
- Does GitHub Repo Management work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 16, 2026. Verdict: Tested · Works. Its release.yml template validates plugin.json AND marketplace.json version against the git tag and auto-extracts changelog notes from CHANGES.md — a baseline release workflow skips all three checks, which matters specifically for Claude Code plugin repos.
- What is the GitHub Repo Management SkillProof Score?
- 9.2/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 8/10, docs & honesty 5/5.
- How do I install GitHub Repo Management?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use GitHub Repo Management with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.