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.
npx agentmods add skills/chemany/mente/codex-issue-digestnpx skills add chemany/Mente --skill codex-issue-digestgit clone --depth 1 https://github.com/chemany/MenteWhat 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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00063 | $0.02075 |
| Opus 5 | $0.00032 | $0.01038 |
| Sonnet 5 | $0.00013 | $0.00415 |
| Haiku 4.5 | $0.00006 | $0.00208 |
Grade A, and why
codex-issue-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 2d ago.
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.
How it starts
The opening of the file, as written. The whole thing — 128 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Codex Issue Digest
Objective
Produce a headline-first, insight-oriented digest of openai/codex issues for the requested feature-area labels over the previous 24 hours by default. Honor a different duration when the user asks for one, for example "past week" or "48 hours". Default to a summary-only response; include details only when requested.
Include only issues that currently have bug or enhancement plus at least one requested owner label. If the user asks for all areas or all labels, collect bug/enhancement issues across all labels.
Inputs
- Feature-area labels, for example
tui exec all areas/all labelsto scan all current feature labels- Optional repo override, default
openai/codex - Optional time window, default previous 24 hours; examples:
48h,7d,1w,past week
Workflow
- Run the collector from a current Codex repo checkout:
python3 .codex/skills/codex-issue-digest/scripts/collect_issue_digest.py --labels tui exec --window-hours 24
Use --window "past week" or --window-hours 168 when the user asks for a non-default duration. Use --all-labels when the user says all areas or all labels.
- Use the JSON as the source of truth. It includes new issues, new issue comments, new reactions/upvotes, current labels, current reaction counts, model-ready
summary_inputs, and detaileddigest_rows. - Choose the output mode from the user's request:
- Default mode: start the report with
## Summaryand do not emit## Details. - Details-upfront mode: if the user asks for details, a table, a full digest, "include details", or similar, start with
## Summary, then include## Details. - Follow-up details mode: if the user asks for more detail after a summary-only digest, produce
## Detailsfrom the existing collector JSON when it is still available; otherwise rerun the collector.
- Default mode: start the report with
- In
## Summary, write a headline-first executive summary:- The first nonblank line under
## Summarymust be a single-line headline or judgment, not a bullet. It should be useful even if the reader stops there. - On quiet days, prefer exactly:
No major issues reported by users.Use this when there are no elevated rows, no newly repeated theme, and nothing that needs owner action. - When users are surfacing notable issues, make the headline name the count or theme, for example
Two issues are being surfaced by users:. - Immediately under an active headline, list only the issues or themes driving attention, ordered by importance. Start each line with the row's
attention_markerwhen present, then a concise owner-readable description and inline issue refs. - Treat
🔥🔥as headline-worthy and🔥as elevated. Do not add fire emoji yourself; only copy the row'sattention_marker. - Keep any extra summary detail after the headline to 1-3 terse lines, only when it adds a decision-relevant caveat, repeated theme, or owner action.
- Do not include routine counts, broad stats, or low-signal table summaries in
## Summaryunless they change the headline. Put metadata and optional counts in## Detailsor the footer. - In default mode, end the report with a concise prompt such as
Want details? I can expand this into the issue table.Keep this separate from the summary headline so the headline stays clean. - Cluster and name themes yourself from
summary_inputs; the collector intentionally does not hard-code issue categories. - Use a cluster only when the issues genuinely share the same product problem. If several issues merely share a broad platform or label, describe them individually.
- Do not omit a repeated theme just because its individual issues fall below the details table cutoff. Several similar reports should be called out as a repeated customer concern.
- For single-issue rows, summarize the concern directly instead of calling it a cluster.
- Use inline numbered issue links from each relevant row's
ref_markdown. - Example quiet summary:
- The first nonblank line under
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.
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.
- 2d ago First seen · 128 lines · 63 tokens per session scan A c0042bffcccd
codex-issue-digest is a skill published in the GitHub repository chemany/Mente (11 stars, last pushed 3mo ago), licensed MIT. It adds 63 tokens to every session and 2,075 once invoked, about $0.0003 per session on Opus 5. 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.
Other skills, from other repositories
systematic-debugging
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.
brainstorming
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
chat-pet-sprite-creation
Use when creating or changing VS Code chat pet sprite art, sprite sheets, state animations, eye treatments, Stable/Insiders variants, or pet transitions under src/vs/workbench/contrib/chat/browser/widget/media/chatPet.
cpu-profile-analysis
Analyze V8/Chrome CPU profiles (.cpuprofile) and DevTools trace files (Trace-.json). Use when: profiling performance, investigating slow functions, comparing code paths, finding bottlenecks, analyzing timeToRequest, understanding call trees from sampling profiler data, analyzing layout/paint/rendering, investigating…
agent-host-chat-contributions
Build and review cross-cutting agent-host chat behavior through lifecycle contributions. Use when adding turn lifecycle side effects, prompt or context injection, restored-history transformation, protocol-action observation, or when reviewing changes that add code to AgentSideEffects or AgentService.
auto-perf-optimize
Run agent-driven VS Code performance or memory investigations. Use when asked to launch Code OSS, automate a VS Code scenario, run the Chat memory smoke runner, capture renderer heap snapshots, take workflow screenshots, compare run summaries, or drive a repeatable scenario before heap-snapshot analysis.