Agent Skills
› davepoon/buildwithclaude
› gsd:inbox
gsd:inbox
GitHub一键审查GitHub仓库中所有未处理的Issue和PR,依据模板规范检查合规性并报告结果。支持按类型分类、自动打标签或关闭不合规提交,提供细粒度过滤选项。
Trigger Scenarios
需要批量审查GitHub Issue和PR的合规性
执行项目收件箱的一次性分类与清理任务
Install
npx skills add davepoon/buildwithclaude --skill gsd:inbox -g -y
SKILL.md
Frontmatter
{
"name": "gsd:inbox",
"description": "Triage and review all 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> @${CLAUDE_PLUGIN_ROOT}/workflows/inbox.md </execution_context>
Version History
- 502fc01 Current 2026-07-05 15:13


