git-standup

git-standup is a skill for Claude Code, Codex from tellmefrankie/news-engine. It costs 0 tokens per session (644 once invoked), scanned A, original, MIT.

A skill that creates a daily standup summary from recent Git commits. Git is a version-control system that records changes to code.

In plain words
What is it for?
Use it to group recent commits by repository and type, format a standup, and identify blocked or carried-over work.
Why use it?
It turns commit history into a concise work update without manually reconstructing what happened.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to group recent commits by repository and type, format a standup, and identify blocked or carried-over work.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/tellmefrankie/news-engine/git-standup
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.

Any agent
npx skills add tellmefrankie/news-engine --skill git-standup
Clone the repo
git clone --depth 1 https://github.com/tellmefrankie/news-engine

Made for: Claude Code, Codex.

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 git-standup

README.md
[![agentmods](https://agentmods.dev/badge/skills/tellmefrankie/news-engine/git-standup/github.svg)](https://agentmods.dev/skills/tellmefrankie/news-engine/git-standup)
Your own site
<a href="https://agentmods.dev/skills/tellmefrankie/news-engine/git-standup"><img src="https://agentmods.dev/badge/skills/tellmefrankie/news-engine/git-standup/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for git-standup

Your own site · 80×15
<a href="https://agentmods.dev/skills/tellmefrankie/news-engine/git-standup"><img src="https://agentmods.dev/badge/skills/tellmefrankie/news-engine/git-standup.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 644 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.00644
Opus 5 $0.00000 $0.00322
Sonnet 5 $0.00000 $0.00129
Haiku 4.5 $0.00000 $0.00064

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

Security

Grade A, and why

git-standup 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 10d 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.

skills/git-standup/SKILL.md · 85 lines

How it starts

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

Git Standup Generator

Generate a clean daily standup summary from your git commits. No more staring at the blank "what did you do yesterday?" field.

What it does

  • Reads your git log for the last 24 hours (or configurable window)
  • Groups commits by repo and type (feat/fix/refactor/docs/chore)
  • Generates a standup in your preferred format (bullet list, Slack-ready, Jira-style)
  • Flags blocked work and carry-overs automatically
  • Strips noise: merge commits, version bumps, auto-generated entries

Usage

Run git standup for today.
Look at commits in the last 24 hours across all repos in ~/Projects.
Group by: what I did, what I'm doing today, any blockers.
Format: 3-bullet standup (Yesterday / Today / Blockers).
Keep it under 150 words total.

Example Output

Git Standup — 2026-05-13 (Tue)

YESTERDAY
- Shipped options flow scanner real/lottery split (6 commits, news-engine)
- Fixed ComposioHQ PR CI failure — moved entry alphabetically before CSV Data Summarizer
- Added MIT license to ai-investment-skills for awesome-list compliance

TODAY
- Post-mortem write-up: XLI anomaly methodology
- Review VoltAgent PR #253 feedback
- Start backtest feature scoping

BLOCKERS
- dev.to daily publish limit — 3 articles queued for tomorrow

Configuration

Run git standup:
Repos: ~/Projects/news-engine, ~/Projects/ai-investment-skills
Window: last 24 hours
Author: me (use git config user.email)
Format: slack  # options: bullet | slack | jira | plain
Include: feat, fix, refactor
Exclude: chore, merge commits, version bumps
Max length: 150 words

Formats

Bullet (default): Clean 3-section list Slack: Prefixed with :white_check_mark: / :hammer: / :red_circle: Jira: Extracts ticket numbers from commit messages (e.g. PROJ-123) Plain: Flat chronological list, good for email

Why this beats git log --oneline

Raw git log is noisy. This skill:

  • Deduplicates related commits into one line
  • Infers intent from commit message prefixes
  • Separates "done" from "in progress" (unmerged branches = in progress)
  • Generates human-readable phrasing, not commit hash soup

Read the full file on GitHub · 85 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. 10d ago First seen · 85 lines · 0 tokens per session scan A 8b5e1c2891bc

Subscribe to this mod's changes

git-standup is a skill published in the GitHub repository tellmefrankie/news-engine (1 stars, last pushed 3mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 644 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.

Related

Other skills, from other repositories

agent-merge-conflict-arbiter

Neutral arbiter for merge conflicts between two agents.

NousResearch/hermes-agent · 19 tokens

mem0-test-integration

Verify a Mem0 integration produced by /mem0-integrate. Runs in the same workspace on the same branch (loose coupling) — installs dependencies, runs the repo's native test suite, then exercises a real end-to-end smoke flow against the user's API key. Produces a scorecard. TRIGGER when: user has just run /mem0-integrate…

mem0ai/mem0 · 207 tokens

baby-sit

Monitor a GitHub pull request until CI is green, diagnose failures, and rerun only evidence-backed flaky GitHub Actions jobs.

langchain-ai/open-swe · 30 tokens

fanout

Run independent subtasks in parallel — one git worktree and one implementation sub-agent per task, each opening its own PR — then cross-review every PR. polly never merges; the human does.

omnigent-ai/omnigent · 43 tokens

meta-codereview-current-diff

Read the current uncommitted diff, run three independent reviewers (safety + tests-coverage + style) in parallel, then arbitrate a single BLOCK / BLOCKWITHOVERRIDE / PASSWITHNOTES verdict. Use before commit when you want a multi-perspective second-opinion instead of a single-reviewer agent loop.

opensquilla/opensquilla · 73 tokens

prs-awaiting-author

List open pull requests where the ball is in the author's court: CI is failing, review comments are unaddressed, or a maintainer question is awaiting the author's reply. Use when the user wants to see PRs awaiting author action.

dyoshikawa/rulesync · 53 tokens