# Git Standup

> A Claude skill from tellmefrankie/ai-investment-skills.

- **Type:** Skill
- **Install:** `agentstack add skill-tellmefrankie-ai-investment-skills-git-standup`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [tellmefrankie](https://agentstack.voostack.com/s/tellmefrankie)
- **Installs:** 0
- **Category:** [Finance & Payments](https://agentstack.voostack.com/c/finance-and-payments)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [tellmefrankie](https://github.com/tellmefrankie)
- **Source:** https://github.com/tellmefrankie/ai-investment-skills/tree/main/git-standup
- **Website:** https://jaehyunpark.gumroad.com/l/tcyahy

## Install

```sh
agentstack add skill-tellmefrankie-ai-investment-skills-git-standup
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# 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

## Requirements

- Bash tool access (runs `git log` internally)
- Works with any git repo — no special setup

## Free

This skill is fully free and open source.

Part of the **AI Investment Skills Bundle** — $29 one-time for the full investment analysis suite.
→ https://jaehyunpark.gumroad.com/l/tcyahy

## Author

Built because standup prep was taking 5 minutes every morning for something that should take 5 seconds.

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [tellmefrankie](https://github.com/tellmefrankie)
- **Source:** [tellmefrankie/ai-investment-skills](https://github.com/tellmefrankie/ai-investment-skills)
- **License:** MIT
- **Homepage:** https://jaehyunpark.gumroad.com/l/tcyahy

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-tellmefrankie-ai-investment-skills-git-standup
- Seller: https://agentstack.voostack.com/s/tellmefrankie
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
