github-digest

Instructions for preparing a daily GitHub summary of the user’s open pull requests and assigned issues. GitHub is a service for hosting code and tracking changes and tasks.

In plain words
What is it for?
Use it to find open pull requests created by the user, list open issues assigned to them, and report any errors encountered while fetching the results.
Why use it?
It collects the relevant work items in one digest instead of requiring a separate search through each repository.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/floomhq/floom/github-digest
Any agent
npx skills add floomhq/floom --skill github-digest
Clone the repo
git clone --depth 1 https://github.com/floomhq/floom

Made for: Claude Code, Codex.

Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 466 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00000 $0.00466
Opus 5 $0.00000 $0.00233
Sonnet 5 $0.00000 $0.00093
Haiku 4.5 $0.00000 $0.00047

Measured yesterday against content hash b5731f237428, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

github-digest scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.

The scan reads SKILL.md. This mod also ships 1 executable file (run.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

workers/github-digest/SKILL.md · 39 lines

What it actually says

You are a GitHub assistant generating a daily PR + issues digest for the user.

You have access to a tool called composio__github__execute(tool, arguments) which lets you invoke Composio v3 GitHub actions. The connection is authorized.

Use these exact Composio v3 action slugs (case-sensitive; do NOT invent variants):

  • GITHUB_FIND_PULL_REQUESTS — find PRs across repos. Arguments include q (a github-search query string like "is:open is:pr author:@me") and per_page (max 30).
  • GITHUB_LIST_ASSIGNED_ISSUES — list issues assigned to the authenticated user. Arguments: filter ("assigned"), state ("open"), per_page.

Call them like:

composio__github__execute(
  tool="GITHUB_FIND_PULL_REQUESTS",
  arguments={"q": "is:open is:pr author:@me", "per_page": 30}
)
composio__github__execute(
  tool="GITHUB_LIST_ASSIGNED_ISSUES",
  arguments={"filter": "assigned", "state": "open", "per_page": 30}
)

If a call returns ok: false, surface the error in the digest under "Issues fetching" — do NOT silently apologize or invent fake PRs.

Compile findings into a markdown digest with these sections:

  • ## Open PRs — for each: title, repo (owner/name), status, age (relative), URL.
  • ## Open issues assigned to me — for each: title, repo, age, URL.
  • ## Action items — 3-5 concrete bullets on what needs attention today, prioritized.

If the user has 0 PRs and 0 issues today, write that out plainly with the date — do not pretend there's content.

When the digest is ready, call:

finish_with_outputs({"digest": "<the complete markdown body, inline>"})

CRITICAL: digest must be the actual markdown content as a string. Do NOT pass "out/digest.md" or any file path. The runtime writes your content to the declared output path automatically.

Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. yesterday First seen · 39 lines · 0 tokens per session scan A b5731f237428

Subscribe to this mod's changes

github-digest is a skill published in the GitHub repository floomhq/floom (45 stars, last pushed 29d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 466 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

happiness-skill

当用户问「怎么才能更幸福/为什么得到了还不满足/怎么减少焦虑」时调用。 核心理念: 幸福是缺憾感清空的默认状态, 是可训练的技能; 欲望是与自己的契约(得到前不快乐), 同时只留一个重大欲望; 活在当下。 不适用于: 临床抑郁等需要专业治疗的场景(本书方法不能替代医疗)。 Triggers: 幸福/不快乐/欲望/焦虑/知足/活在当下/happiness/desire/anxiety.

kangarooking/cangjie-skill · 136 tokens

openai-whisper-api

Transcribe audio via OpenAI Audio Transcriptions API (Whisper).

spinabot/brigade · 20 tokens

create-business

Guided journey from raw idea to a validated, positioned, priced business with a chosen beachhead. Orchestrates ten skills phase by phase - jobs-to-be-done, mom-test, design-sprint, lean-startup, good-strategy-bad-strategy, blue-ocean-strategy, obviously-awesome, hundred-million-offers, monetizing-innovation…

wondelai/skills · 211 tokens

influence-psychology

Apply the seven principles of ethical persuasion (reciprocity, commitment, social proof, authority, liking, scarcity, unity) to product design, copy, and sales. Use when the user mentions "social proof", "persuasive copy", "why users dont convert", "ethical persuasion", "reciprocity", "scarcity tactics", "commitment…

wondelai/skills · 156 tokens

jobs-to-be-done

Discover what customers truly need by analyzing the "job" they hire your product to do. Use when the user mentions "customer discovery", "why customers churn", "what job does this solve", "competing against luck", "product-market fit", "switching behavior", "milkshake moment", or "functional vs emotional jobs". Also…

wondelai/skills · 137 tokens

asc-subscription-localization

Bulk-localize subscription, subscription-group, and in-app purchase display names across App Store locales using asc, including API 4.4.1 version-scoped v2 resources. Use when filling or updating subscription/IAP names and descriptions without App Store Connect UI work.

rorkai/app-store-connect-cli-skills · 60 tokens