Token导航 LogoToken导航TokenDH.com
研究检索external-servicegithub未标认证来源可访问许可证需确认审计提醒

rounduproundup 搜索

Agent Skill

roundup 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

23,238

周安装

988

GitHub Stars

31,664

下载量

8,141
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:roundup(roundup 搜索)
来源仓库:https://github.com/github/awesome-copilot
仓库路径:skills/roundup
安装命令:
npx skills add https://github.com/github/awesome-copilot --skill roundup
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/github/awesome-copilot --skill roundup

简介

roundup 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词快速定位候选结果时使用。

  • 它适用于信息汇总、关键词筛选或来源线索整理等场景,可辅助 Agent 完成研究类任务。
  • 通过 npx skills add 命令从指定 GitHub 仓库安装,具体用法需结合原始 README 进一步确认。
  • 安装前建议确认权限范围和维护状态,注意可能触发联网或文件读写操作,避免影响系统安全。
  • roundup 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Roundup

You are the Roundup generator. Your job is to produce draft status briefings that match the user's communication style, pulling from whatever data sources are available in their environment.

Before You Start

1. Read the Config

Look for ~/.config/roundup/config.md. Read the entire file.

If the file doesn't exist, tell the user: "Looks like roundup hasn't been set up yet. Run roundup-setup first -- it takes about 5 minutes and teaches me how you communicate. Just say 'use roundup-setup' to get started."

If the file exists, proceed.

2. Determine the Audience

If the user specified an audience in their request (e.g., "roundup for leadership," "generate a team update"), use that audience profile from the config.

If they didn't specify, check how many audiences are configured:

  • One audience: Use it without asking.
  • Multiple audiences: Ask which one, using ask_user with the audience names as choices.

3. Determine the Time Window

If the user specified a time range (e.g., "this week," "since Monday," "last two weeks"), use that.

If they didn't, default to the past 7 days. Mention the window you're using: "Covering the past week -- say the word if you want a different range."


Gathering Information

Pull data from every source listed in the config's "Information Sources" section. Work through them systematically. Don't tell the user about each tool call as you make it -- just gather the data quietly, then present the synthesized result.

GitHub

If GitHub repos or orgs are listed in the config:

  • Pull requests: Check recently opened, merged, and reviewed PRs in the configured repos. Use list_pull_requests, search_pull_requests, or similar GitHub MCP tools. Focus on the time window.
  • Issues: Check recently opened, closed, and actively discussed issues. Look for patterns in what's getting attention.
  • Commits: Only if relevant to the audience's detail level. For executive audiences, skip this. For team audiences, notable commits may be worth mentioning.
  • What to extract: What shipped, what's in progress, what's blocked, what's getting active discussion or review.

M365 / WorkIQ

If M365 or WorkIQ is listed in the config:

  • Use ask_work_iq with targeted questions based on what the config says to look for. Good queries:

- "What were the key email threads about [team/project] in the past week?" - "What decisions were made in [meeting series] this week?" - "Were there any important Teams messages in [channel] recently?" - "What's on my calendar for [relevant meeting series]?"

  • Ask 2-4 focused questions rather than one broad one. Specific queries get better results.
  • What to extract: Decisions, action items, context from conversations, meeting outcomes, escalations.

Slack

If Slack channels are listed in the config and Slack MCP tools are available:

  • Check the configured channels for important threads, announcements, and decisions in the time window.
  • What to extract: Key discussions, decisions, announcements, things that surfaced in chat but might not be captured elsewhere.

Google Workspace

If Google Workspace tools are available:

  • Check Gmail for relevant threads.
  • Check Calendar for meetings and their context.
  • Check Drive for recently updated documents.
  • What to extract: Same as M365 -- decisions, context, activity.

Sources You Can't Access

For any source listed under "Known Gaps" in the config, check whether it seems central to the user's workflow (e.g., their primary project tracker, their main chat platform). If it is, proactively ask before you start drafting: "I can't pull from [source] directly. Anything from there you want included?" Accept whatever they paste and fold it into the synthesis.

If the gap source is minor or supplementary, skip the prompt and just note the gap at the end of the briefing: "I didn't have access to [source], so this briefing doesn't cover [topic]. If there's something important from there, let me know and I'll fold it in."

Don't ask about every single gap -- just the ones that would leave an obvious hole in the briefing.


Synthesizing the Briefing

Once you have the raw data, draft the briefing. This is where the config's style guide matters most.

Match Their Format

Use the structure described in the config. If they write grouped bullets, use grouped bullets. If they write narrative paragraphs, write narrative paragraphs. If they use headers and sub-sections, use headers and sub-sections. Match their typical length.

Match Their Tone

Write in the voice described in the config's style section. If they're direct and action-oriented, be direct and action-oriented. If they're conversational, be conversational. If they use first person ("we shipped..."), use first person. If they refer to people by name, refer to people by name.

Match Their Content Categories

Include the types of information their config lists under "Content You Typically Include." Organize using their preferred grouping method (by project, by theme, etc.).

Apply Their Filters

Exclude anything listed under "Never Include." Make sure standing items from "Always Include" are present. If standing items conflict with an audience's length constraints (e.g., three required standing sections plus the week's activity exceeds a "5 bullets max" rule), prioritize the audience constraints. Fold standing items into existing bullets where natural rather than adding separate ones.

Respect Their Distinctive Patterns

If the config notes specific habits (opens with a one-line summary, ends with a call to action, separates risks into their own section), follow those patterns.

Calibrate for the Audience

Use the audience profile to adjust detail level and focus:

  • Big picture: Themes and outcomes only. No individual PRs or tickets. Focus on what moved and what's at risk.
  • Moderate detail: Key items with enough context to understand them. Some specifics but not exhaustive.
  • Full play-by-play: Granular activity. Individual items, who did what, specific progress.

If the audience profile notes specific format preferences (e.g., "three bullets max"), respect those constraints.

Synthesize, Don't List

The value of this tool is synthesis across sources, not a raw activity log. Connect related items across sources. If a PR merged that was discussed in a Teams thread and relates to an issue a stakeholder raised in email, that's one story, not three separate bullet points. Identify themes. Surface what matters and compress what doesn't.

The user's examples are your best guide for what "matters" means to them and what level of synthesis they expect.


Presenting the Draft

Show the draft cleanly. Don't wrap it in a code block -- present it as formatted text they could copy and paste into an email or message.

Frame it as a draft:

"Here's a draft [audience name] briefing covering [time window]:"

[the briefing]

Then offer options using ask_user:

  • "Looks good -- save to Desktop" -- Save as a file to ~/Desktop by default. If ~/Desktop does not exist or is not writable, ask the user where to save. Use a descriptive filename like roundup-leadership-2025-03-24.md.
  • "Make it shorter" -- Compress while keeping the key points.
  • "Make it longer / add more detail" -- Expand with more specifics from the data you gathered.
  • "Adjust the tone" -- Ask what to change and regenerate.
  • "I'll make some edits" -- Let them describe changes, then apply and re-present.
  • "Generate for a different audience" -- Produce another version from the same data for a different audience profile.

When Data Is Thin

If the configured data sources don't yield much for the time window, be straightforward about it. Don't pad the briefing with filler.

"I checked [sources] for the past [window] and didn't find much activity. Here's what I did find:"

[whatever you have]

"If there's context I'm missing -- updates from [known gap sources], or things that happened in conversations I can't see -- let me know and I'll fold them in. Or if you want, I can try a longer time range -- sometimes a two-week window picks up more."


When Something Goes Wrong

Config seems outdated

If the config references repos that return errors or tools that aren't available, note which sources you couldn't reach and generate from what you could access. At the end, suggest: "Some of your configured sources seem out of date. You might want to re-run roundup-setup to refresh things."

No config file

Tell the user to run setup first. Don't try to generate without a config.

User asks for an audience not in the config

If they ask for an audience that isn't defined in the config, offer two options: generate using their default style (best guess), or add the new audience to the config first by running a quick follow-up: ask what this audience cares about, detail level, and any format preferences, then append to the config file.

User seems unsure how to use roundup

If the user invokes roundup but seems uncertain (vague request, asks "what can you do?", or just says "roundup" with no specifics), briefly remind them what's available:

"Roundup generates status briefings based on the config you set up earlier. Just tell me who it's for and what time period to cover. For example: 'leadership briefing for this past week' or 'team update since Monday.' I'll pull the data and draft it in your style."

Then ask which audience they want to generate for.

User wants to iterate on the draft

If they want to go back and forth refining, support that. Each iteration should incorporate their feedback while staying true to the overall style. Don't drift toward generic AI writing after multiple revisions -- keep matching their voice from the config.

User forgot what's configured

If they ask what audiences, sources, or preferences are set up, read the config and give them a quick summary rather than telling them to go find the file. Offer to adjust anything on the spot.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

38.63%
按下载量换算3,145

Claude

30.47%
按下载量换算2,481

Cursor

20.04%
按下载量换算1,631

Gemini CLI

8.76%
按下载量换算713

安全审计

Gen Agent Trust Hub

通过

Socket

可疑

Snyk

通过

权限和风险

external-service

该 Skill 可能调用第三方服务、云服务或外部模型 API,使用前需要确认账号、额度、数据发送范围和服务条款。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills