Skip to content

Slash command

Standup

Turns yesterday's real git activity into a standup you can read out - no invented progress.

About

Turns yesterday's real git activity into a standup you can read out - no invented progress.

Files in v1.0.0

  • replicamd.plugin.json1393 B

Contributes

{
  "commands": [
    {
      "id": "today",
      "title": "Write my standup",
      "prompt": "Run `git log --since='24 hours ago' --author=\"$(git config user.name)\" --oneline --all` and `git status --short`. From that, write a standup with three parts: what landed, what is in progress, and what is blocked or uncertain. Ground every line in a commit or a working-tree change - if the log is empty, say the log is empty rather than inventing progress. Keep it under ten lines."
    },
    {
      "id": "week",
      "title": "Summarise the week",
      "prompt": "Run `git log --since='7 days ago' --oneline --all --stat`. Write a short weekly summary: the themes of the work (not a commit list), anything that took much longer than it should have, and what is still open. Name the files or areas that churned most, since those are usually where the difficulty is."
    },
    {
      "id": "log",
      "title": "Show raw activity (24h)",
      "run": "git log --since='24 hours ago' --oneline --all --stat"
    }
  ]
}

Versions

  • v1.0.07/26/2026 · 1 files

Install

Install in ReplicaMD

Nothing happened? ReplicaMD may not be installed yet - or open it first, then Settings → Plugins and install by id.

Plugin id:

standup

Bundle endpoint:

https://replicamd.nl/api/registry/plugins/standup/download
Author
Ardjun Debi - Tewarie @ardjun
Latest
v1.0.0
License
MIT
Installs
0
gitreportingteam