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


