返回顶部
🇺🇸 English
🇨🇳 简体中文
🇨🇳 繁體中文
🇺🇸 English
🇯🇵 日本語
🇰🇷 한국어
🇫🇷 Français
🇩🇪 Deutsch
🇪🇸 Español
🇷🇺 Русский
g

github-digest

Generate a structured GitHub repo digest with briefing summary, categorized changes (breaking/major features/minor features/bug fixes), community discussions, and clickable source links. Use when: (1) user asks about a repo's recent activity, releases, PRs, or issues, (2) user wants a daily/weekly GitHub digest or briefing, (3) user asks 'what's new' or 'what happened' on a GitHub repo. NOT for: single PR review (use github skill), code changes (use coding-agent), or CI/issue management (use git

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
384
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

github-digest

# GitHub Digest Generate structured, link-rich GitHub repo digests with a briefing overview and categorized details. ## Prerequisites - `gh` CLI authenticated (`gh auth status`) ## Workflow ### 1. Gather Data Run these `gh` commands in parallel for the target repo (default: `openclaw/openclaw`): ```bash # Recent releases (last 5) gh release list --repo OWNER/REPO --limit 5 # Latest release notes gh release view TAG --repo OWNER/REPO --json body --jq '.body' # Recently merged PRs (last 30) gh pr list --repo OWNER/REPO --state merged --limit 30 \ --json number,title,author,mergedAt,labels \ --jq '.[] | "[\(.mergedAt[:10])] #\(.number) \(.title) by @\(.author.login) [\([.labels[].name] | join(","))]"' # Hot open issues (sorted by comments) gh issue list --repo OWNER/REPO --state open --limit 30 \ --json number,title,comments,labels \ | jq -r '[.[] | {n:.number,t:.title,c:.comments,l:[.labels[].name]}] | sort_by(.c) | reverse | .[0:15] | .[] | "[\(.c)] #\(.n) \(.t) [\(.l | join(","))]"' ``` Adjust `--limit` and time range based on user's request (today / this week / this month). ### 2. Output Format Structure the digest in this exact order: #### 📋 Briefing(总览) A 3-5 sentence executive summary covering: - What version was released and when - Core themes (2-3 keywords, e.g. "安全加固、Plugin SDK 开放、工具能力扩展") - Most impactful change in one line - Community pulse (what people are discussing) - Any breaking changes warning #### ⚠️ Breaking Changes List each breaking change with: - What changed - Migration action required - Link to docs if available Skip this section if none. #### 🏗️ 重大更新 (Major Features) Significant new capabilities, architectural changes, new integrations. Each item: - **Bold title**:one-line description ([#PR](https://github.com/OWNER/REPO/pull/NUMBER)) #### ✨ 小功能 / 改进 (Minor Features) Group by sub-category when there are many (e.g. "Telegram", "CLI", "Plugin SDK"). Each item: - One-line description ([#PR](https://github.com/OWNER/REPO/pull/NUMBER)) #### 🔧 Bug 修复 (Bug Fixes) Group by area (e.g. "Channel 修复", "核心/安全", "工具/浏览器"). For channel fixes with 5+ items, use a table: | Channel | 修复内容 | PR | |---------|---------|-----| | **Name** | Description | [#N](link) | For other fixes, use bullet lists grouped by area. #### 💬 社区热议 (Community Discussions) Hot issues sorted by engagement. Each item: - [#N](link) — **Title**:one-line summary of the discussion ### 3. Formatting Rules - **Every PR/issue/release MUST have a clickable markdown link** - PR: `[#123](https://github.com/OWNER/REPO/pull/123)` - Issue: `[#123](https://github.com/OWNER/REPO/issues/123)` - Release: `[vTAG](https://github.com/OWNER/REPO/releases/tag/vTAG)` - Use the user's language (detect from their message; default Chinese for Chinese users) - Bold key terms for scannability - Omit empty sections silently - When release notes mention a PR number like `(#12345)`, always convert to a clickable link - For "Thanks @user" in release notes, link to `https://github.com/user`

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 github-digest-1776278744 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 github-digest-1776278744 技能

通过命令行安装

skillhub install github-digest-1776278744

下载

⬇ 下载 github-digest v1.0.0(免费)

文件大小: 2.5 KB | 发布时间: 2026-4-16 15:33

v1.0.0 最新 2026-4-16 15:33
Initial release: structured GitHub repo digest with briefing, categorized changes, and clickable source links

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部