Agent Skills
› AjayIrkal23/agentic-mercy-10x
› gsd-inbox
gsd-inbox
GitHub自动化审查 GitHub Issue 和 PR,依据项目模板和规范检查合规性,支持自动打标或关闭不合规提交,提升代码仓库维护效率。
触发场景
需要批量审查 GitHub 上的未处理 Issue 和 PR
执行仓库日常治理以维护贡献规范
安装
npx skills add AjayIrkal23/agentic-mercy-10x --skill gsd-inbox -g -y
SKILL.md
Frontmatter
{
"name": "gsd-inbox",
"description": "Triage and review open GitHub issues and PRs against project templates and contribution guidelines.",
"allowed-tools": [
"Read",
"Bash",
"Write",
"Grep",
"Glob",
"AskUserQuestion"
],
"argument-hint": "[--issues] [--prs] [--label] [--close-incomplete] [--repo owner\/repo]"
}
Flow: Detect repo → Fetch open issues + PRs → Classify each by type → Review against template → Report findings → Optionally act (label, comment, close)
<execution_context> @$HOME/.claude/get-shit-done/workflows/inbox.md </execution_context>
版本历史
- 581d130 当前 2026-07-19 09:09


