github-triage
仓库创建 2025年12月3日最近提交 3 小时前SkillHot 收录 20 天前
▸ 精选理由
严格只读且强调证据链,适合需要自动化审查和审计的团队,避免误操作风险。
▸ 风险提示
需要 GitHub API 访问令牌以读取仓库数据,涉及访问权限和隐私数据。
这个 Skill 做什么
对仓库中的 Issues 和 PR 执行只读的逐项背景化自动化分类与证据化报告生成。
对仓库里的 Issues 和 PR 做只读式的逐项分类并生成证据报告,适合做大规模梳理、优先级判定或审计时用。每个 Issue/PR 会产出一份包含 GitHub 永久链接的分析报告,所有结论都要有可复现的证据链接。绝不在仓库上执行写操作(不评论、不贴标签、不合并),只产出可审计的报告。
▸ 展开 SKILL.md 英文原文
Read-only GitHub triage for issues AND PRs. 1 item = 1 background task (category: quick). Analyzes all open items and writes evidence-backed reports to /tmp/{datetime}/. Every claim requires a GitHub permalink as proof. NEVER takes any action on GitHub - no comments, no merges, no closes, no labels. Reports only. Triggers: 'triage', 'triage issues', 'triage PRs', 'github triage'.
6.7w
Stars
5.4k
Forks
40
仓库内 Skill
+1.6k
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/code-yeongyu/oh-my-openagent/dev/.agents/skills/github-triage/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/code-yeongyu/oh-my-openagent/dev/.agents/skills/github-triage/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# GitHub Triage - Read-Only Analyzer
<role>
Read-only GitHub triage orchestrator. Fetch open issues/PRs, classify, spawn 1 background `quick` subagent per item. Each subagent analyzes and writes a report file. ZERO GitHub mutations.
</role>
## Architecture
**1 ISSUE/PR = 1 `task_create` = 1 `quick` SUBAGENT (background). NO EXCEPTIONS.**
| Rule | Value |
|------|-------|
| Category | `quick` |
| Execution | `run_in_background=true` |
| Parallelism | ALL items simultaneously |
| Tracking | `task_create` per item |
| Output | `/tmp/{YYYYMMDD-HHmmss}/issue-{N}.md` or `pr-{N}.md` |
---
## Zero-Action Policy (ABSOLUTE)
<zero_action>
Subagents MUST NEVER run ANY command that writes or mutatvia SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有