Stats
Actions
Tags
From contribbot
Manages GitHub issues: list, view details, create, close, and comment. Routes user intent to MCP tools for issue operations.
How this skill is triggered — by the user, by Claude, or both
Slash command
/contribbot:issueThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
通过 MCP 工具管理 Issues。
通过 MCP 工具管理 Issues。
repo(owner/repo 格式)。如未提供,询问。根据用户意图分流(如不明确,默认 list):
| 意图 | 动作 | MCP 工具 |
|---|---|---|
| 浏览 issues | list | issue_list |
| 查看详情 | detail | issue_detail |
| 创建 issue | create | issue_create |
| 关闭 issue | close | issue_close |
| 写评论 | comment | comment_create |
调用 issue_list,参数:
repostate(可选):open / closed,默认 openlabels(可选):按标签过滤query(可选):关键词搜索调用 issue_detail,参数:repo、issue_number。
调用 issue_create,参数:
repotitlebody(可选)labels(可选)auto_todo(可选):是否自动创建对应 todoupstream_sha(可选):关联的 upstream commit SHAupstream_repo(可选):upstream commit 来源创建后如有 auto_todo,工具会自动创建对应 todo。
如有 upstream_sha,工具会自动更新对应 upstream commit 状态。
调用 issue_close,参数:
repoissue_numbercomment(可选):关闭时附加评论todo_item(可选):同时标记对应 todo 为 done调用 comment_create,参数:
repoissue_numberbodynpx claudepluginhub darkingtail/contribbot --plugin contribbotCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.