Agent Plugins Marketplace
All plugins

github

v0.3.0

GitHub utilities for image uploads, asset management, and PR automation

Claude Code3 Skills

By github.com/openshift-eng114 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Claude Code
Parsed components
3 skill or MCP entries
Source updated
Aug 27, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install plugin

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install github-4@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/openshift-eng/ai-helpers

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/github/.

Plugin files

plugins/github/
├── .claude-plugin/plugin.json
├── skills/check-pr-ci-status/SKILL.md
├── skills/fetch-pr-comments/SKILL.md
└── skills/upload-screenshot/SKILL.md

Included Skills3

check-pr-ci-statusskills/check-pr-ci-status/SKILL.md

Check CI status on a GitHub PR and detect new failures. Use when monitoring a PR for CI regressions, deciding if CI failures need attention, or building a review-response loop.

fetch-pr-commentsskills/fetch-pr-comments/SKILL.md

Fetch new review comments from a GitHub PR, filtered to trusted users (org members + allowed bots). Use when monitoring a PR for feedback, checking for new review comments, or building a review-response workflow.

upload-screenshotskills/upload-screenshot/SKILL.md

Upload screenshots or images to GitHub and get back embeddable URLs for PR comments and issues. Use this when you have taken a screenshot, captured a UI change, or have any image file that needs to be shared in a GitHub PR or issue.

Plugin manifests1

plugins/github/.claude-plugin/plugin.json
{
  "name": "github",
  "description": "GitHub utilities for image uploads, asset management, and PR automation",
  "version": "0.3.0",
  "author": {
    "name": "github.com/openshift-eng"
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[github on Agent Plugins Marketplace](https://pluginsmp.com/plugins/github-4)