openshift-developer
v1.1.21Bundle of curated plugins, skills, and MCP servers useful to any OpenShift engineer
By github.com/openshift-eng114 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 7 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
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install openshift-developer@agent-plugin-marketplacePaste 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-helpersClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/openshift-developer/.
Plugin files
├── .claude-plugin/plugin.json├── skills/address-ci-failures/SKILL.md├── skills/address-review-pr/SKILL.md├── skills/address-review-precommit/SKILL.md├── skills/create-pr/SKILL.md├── skills/generate-test-plan/SKILL.md├── skills/has-review-work/SKILL.md└── skills/jira-solve/SKILL.md
Included Skills7
Triage and fix PR CI failures caused by the PR's own changes. Use when has-review-work detects new failing checks, when a PR has CI regressions to investigate, or when deciding whether to fix vs report a CI failure.
Fetch and address all PR review comments — categorize by priority, make code changes, post replies, and push. Use when the user wants to address, respond to, or work through PR review feedback.
Fix code review findings before committing. Use when the user wants to address pre-commit review feedback, fix review findings in the current branch, or apply code review fixes and push.
Create a pull request from the current branch for a Jira issue. Use when changes are committed and pushed and the user wants to open a PR linking back to a Jira issue.
Generate a comprehensive manual testing guide from a Jira issue, GitHub PR URLs, or both. Use when the user wants test steps, a QE test plan, or a testing guide for code changes.
Decide whether a GitHub PR has unanswered authorized review comments or new required CI failures worth a follow-up agent. Use when gating a review-responder loop, polling a PR for actionable feedback, or checking if address-review-pr or address-ci-failures should run. Optional Prow jobs are not CI work.
Analyze a JIRA issue and create a pull request to solve it. Use when the user wants to implement a fix or feature described in a Jira issue, push a branch, and open a draft PR.
Plugin manifests1
{
"name": "openshift-developer",
"description": "Bundle of curated plugins, skills, and MCP servers useful to any OpenShift engineer",
"version": "1.1.21",
"author": {
"name": "github.com/openshift-eng"
},
"dependencies": [
{
"name": "jira",
"version": ">=0.8.6"
},
{
"name": "ci",
"version": ">=0.0.52"
},
{
"name": "golang",
"version": ">=0.3.0"
},
{
"name": "prodsec-skills"
},
{
"name": "git",
"version": ">=0.0.7"
},
{
"name": "code-review",
"version": ">=0.0.13"
}
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[openshift-developer on Agent Plugins Marketplace](https://pluginsmp.com/plugins/openshift-developer)