Agent Plugins Marketplace
All plugins

issue-triage

v1.0.0

Repeatable evidence-backed triage of this repo's open GitHub issues: batched parallel evidence-gathering, cross-batch synthesis, a claim-verification pass, and a disposition report. Report-only — executing dispositions stays a manual follow-up. Every dispatch runs general-purpose under the operator's own ambient gh credentials and unrestricted Bash, with no command-level enforcement beyond prompt-level standing rules. Issue and comment text is untrusted input from anyone who can file an issue, and run artifacts persist unredacted outside the repo. Install at project scope only where the credential's reach, that input exposure, and that retention are all acceptable.

Claude Code1 Skill

By Cordova Strategy4 GitHub starsUpdated last week

Directory evidence

Runtimes
Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 16, 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 issue-triage for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install issue-triage@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/jcdendrite/claude-config

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

Plugin files

plugins/issue-triage/
├── .claude-plugin/plugin.json
└── skills/issue-triage/SKILL.md

Included Skills1

issue-triageskills/issue-triage/SKILL.md

Evidence-backed, report-only GitHub issue triage. Invoke directly with `/issue-triage` — not auto-triggered by the model.

Plugin manifests1

plugins/issue-triage/.claude-plugin/plugin.json
{
  "name": "issue-triage",
  "description": "Repeatable evidence-backed triage of this repo's open GitHub issues: batched parallel evidence-gathering, cross-batch synthesis, a claim-verification pass, and a disposition report. Report-only — executing dispositions stays a manual follow-up. Every dispatch runs general-purpose under the operator's own ambient gh credentials and unrestricted Bash, with no command-level enforcement beyond prompt-level standing rules. Issue and comment text is untrusted input from anyone who can file an issue, and run artifacts persist unredacted outside the repo. Install at project scope only where the credential's reach, that input exposure, and that retention are all acceptable.",
  "version": "1.0.0",
  "author": {
    "name": "Cordova Strategy"
  },
  "skills": "./skills/"
}

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

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