sdsleon/github
v1.1.0MIT
Triage PRs, issues, CI, and publish flows.
MCP servers
Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.
githubstreamable-http
{
"type": "streamable-http",
"url": "https://api.githubcopilot.com/mcp/"
}What this package declares
The files a client reads when it loads this plugin, exactly as this revision carries them.
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "github",
"version": "1.1.0",
"description": "Triage PRs, issues, CI, and publish flows.",
"author": { "name": "GitHub", "url": "https://github.com" },
"homepage": "https://github.com/github/github-mcp-server",
"repository": "https://github.com/github/github-mcp-server",
"license": "MIT",
"keywords": ["github", "pull requests", "issues", "ci", "code review"],
"extensions": {
"com.poracode.client": {
"title": "GitHub",
"category": "developer-tools",
"featured": true,
"coreSkill": "github",
"nativeCoreSkill": "github",
"examplePrompt": "Inspect PRs, triage issues, debug failing checks, and prepare code changes for review",
"skills": {
"github": {
"name": "GitHub",
"description": "Inspect PRs, issues, CI, and publish flows.",
"nativePluginName": "github",
"nativeSkill": "github"
},
"review-follow-up": {
"name": "Review Follow-up",
"description": "Address actionable PR feedback.",
"nativePluginName": "github",
"nativeSkill": "gh-address-comments"
},
"ci-debug": {
"name": "CI Debug",
"description": "Debug failing GitHub Actions checks.",
"nativePluginName": "github",
"nativeSkill": "gh-fix-ci"
},
"publish-changes": {
"name": "Publish Changes",
"description": "Commit, push, and open a PR.",
"nativePluginName": "github",
"nativeSkill": "yeet"
}
}
}
}
}
Client extensions
Data this package carries for particular clients. The directory lists the clients named and never reads what is addressed to them.
- com.poracode.client