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


