gh-velocity status my-week#
Your activity summary for 1:1 prep
Synopsis#
Shows what you shipped and what's ahead — designed for 1:1 prep.
Lookback: issues closed, PRs merged, PRs reviewed in the --since period. Lookahead: open issues assigned to you, open PRs you authored.
Always uses the authenticated GitHub user (gh auth status).
gh-velocity status my-week [flags]Examples#
# Last 7 days (default)
gh velocity status my-week
# Last 14 days
gh velocity status my-week --since 14d
# Markdown for pasting into a doc
gh velocity status my-week -f markdownOptions#
-h, --help help for my-week
--since string Lookback period (YYYY-MM-DD, RFC3339, or Nd relative) (default "7d")Options inherited from parent commands#
--config string Path to config file (default: .gh-velocity.yml)
--debug Print diagnostic info to stderr
-f, --format string Output format: json, pretty, markdown (default "pretty")
--new-post Force a new post (skip idempotent update; implies --post)
--post Post output to GitHub (dry-run by default; set GH_VELOCITY_POST_LIVE=true for live)
-R, --repo string Repository in owner/name format
--scope string Additional GitHub search qualifier(s) ANDed with config scopeSEE ALSO#
- gh-velocity status - Current work status (wip, my-week, reviews)