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 skills add tellmefrankie/news-engine --skill git-standupgit clone --depth 1 https://github.com/tellmefrankie/news-engineWrote 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.
[](https://agentmods.dev/skills/tellmefrankie/news-engine/git-standup)<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.
<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>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.
| Model | Per session | Once 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 |
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.
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
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.
- 10d ago First seen · 85 lines · 0 tokens per session scan A 8b5e1c2891bc
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.
Other skills, from other repositories
agent-merge-conflict-arbiter
Neutral arbiter for merge conflicts between two agents.
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…
baby-sit
Monitor a GitHub pull request until CI is green, diagnose failures, and rerun only evidence-backed flaky GitHub Actions jobs.
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.
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.
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.