Agent Skills
› AjayIrkal23/agentic-mercy-10x
› gsd-inbox
gsd-inbox
GitHub自动化处理GitHub收件箱,批量拉取并审查Issue和PR是否符合项目模板规范。支持按类型分类、合规性报告,并可自动打标签或关闭不合规提交,提升项目管理效率。
Trigger Scenarios
需要批量审查GitHub Issue和PR的合规性
希望自动标记或关闭不符合模板要求的提交
Install
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>
Version History
- 581d130 Current 2026-07-19 09:09


