eod-review

eod-review is a command for Claude Code from cveralyon/axel-setup. It costs 0 tokens per session (1,757 once invoked), scanned A, original, MIT.

An end-of-day reporting command that gathers what changed or moved during the day and prepares a Slack message for review. Slack is a team messaging platform, and the draft can include a plain-language summary plus technical details.

In plain words
What is it for?
Use it to prepare a daily update from configured Slack channels and Git repositories for technical, non-technical, or mixed audiences.
Why use it?
It saves stakeholders from reading pull requests, issue trackers, and team conversations to understand delivery progress.

Command for Claude Code

Written for Claude Code: a Claude Code command (commands/*.md).

Good fit Use it to prepare a daily update from configured Slack channels and Git repositories for technical, non-technical, or mixed audiences.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/cveralyon/axel-setup/eod-review
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.

Clone the repo
git clone --depth 1 https://github.com/cveralyon/axel-setup

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for eod-review

README.md
[![agentmods](https://agentmods.dev/badge/commands/cveralyon/axel-setup/eod-review.svg)](https://agentmods.dev/commands/cveralyon/axel-setup/eod-review)
Your own site
<a href="https://agentmods.dev/commands/cveralyon/axel-setup/eod-review"><img src="https://agentmods.dev/badge/commands/cveralyon/axel-setup/eod-review.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,757 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00000 $0.01757
Opus 5 $0.00000 $0.00879
Sonnet 5 $0.00000 $0.00351
Haiku 4.5 $0.00000 $0.00176

Measured 8d ago against content hash 9477fbc4e67d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

eod-review 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 8d 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.

commands/eod-review.md · 155 lines

How it starts

The opening of the file, as written. The whole thing — 155 lines — stays where its author put it; the contents beside it link to each section on GitHub.

EOD Review — End-of-Day team report

Generate an end-of-day report with everything that was done, changed, or moved TODAY. Designed to give non-technical stakeholders (CEO, PM, CS lead) clear visibility into delivery progress without requiring them to read PRs or Linear.

The output is a Slack draft (never a direct send) ready for the user to review and post. When the target channel is mixed (devs + non-devs), a dual layer is produced: non-technical summary on top, optional technical detail below.

Configuration (edit this section for your team)

Before using this skill, edit the YAML block below with your team's channels, repos, and target audience. Sections marked [OPTIONAL] can be deleted if your team does not use that system.

# --- Target channel for the draft (where the report will be posted) ---
target_channel:
  name: "#tech-guild"     # id: Cxxxxxxx
  audience: "mixed"        # "mixed" | "technical" | "non-technical"

# --- Slack channels to scan for context on what happened today ---
slack_channels:
  - name: "#incidents"
  - name: "#tech-guild"
  - name: "#clients"

# --- Git repos to scan for "what was done today" ---
git_repos:
  - ~/your-org/api-repo
  - ~/your-org/frontend-repo

# --- Team member git-email → display-name mapping ---
team_members:
  - { email: "[email protected]", name: "You" }
  - { email: "[email protected]", name: "Teammate" }

# --- Optional integrations ---
integrations:
  linear: true            # requires Linear MCP
  intercom: false         # [OPTIONAL] requires Intercom MCP — client-facing metrics
  notion: false           # [OPTIONAL] never queried from this command

When to use

  • At the end of the workday, before closing
  • When your PM/CEO asks "what was done today"
  • Before a standup or sync where you need to show daily progress

Data sources (all read-only, all in parallel)

Git (primary source for "what was done today")

For each repo in git_repos:

  • git fetch origin --prune
  • PRs merged TODAY by anyone: gh pr list --state merged --search "merged:>=TODAY"
  • PRs opened TODAY
  • Commits pushed to staging/feature branches TODAY
  • Map authors via team_members (git email → display name)

Read the full file on GitHub · 155 lines

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. 8d ago First seen · 155 lines · 0 tokens per session scan A 9477fbc4e67d

Subscribe to this mod's changes

eod-review is a command published in the GitHub repository cveralyon/axel-setup (4 stars, last pushed 1mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,757 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-31.