<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Commands on gh-velocity</title><link>https://gh-velocity.org/reference/commands/</link><description>Recent content in Commands on gh-velocity</description><generator>Hugo</generator><language>en</language><atom:link href="https://gh-velocity.org/reference/commands/index.xml" rel="self" type="application/rss+xml"/><item><title>config</title><link>https://gh-velocity.org/reference/commands/gh-velocity_config/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://gh-velocity.org/reference/commands/gh-velocity_config/</guid><description>&lt;h2 id="gh-velocity-config"&gt;gh-velocity config&lt;a class="anchor" href="#gh-velocity-config"&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Inspect, validate, and generate configuration&lt;/p&gt;
&lt;h3 id="synopsis"&gt;Synopsis&lt;a class="anchor" href="#synopsis"&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;Configuration commands for .gh-velocity.yml.&lt;/p&gt;
&lt;p&gt;Getting started:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;gh velocity config preflight -R owner/repo # analyze repo, suggest config&lt;/li&gt;
&lt;li&gt;gh velocity config create # generate starter config&lt;/li&gt;
&lt;li&gt;gh velocity config validate # check for errors&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 id="options"&gt;Options&lt;a class="anchor" href="#options"&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt; -h, --help help for config&lt;/code&gt;&lt;/pre&gt;&lt;h3 id="options-inherited-from-parent-commands"&gt;Options inherited from parent commands&lt;a class="anchor" href="#options-inherited-from-parent-commands"&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt; --config string Path to config file (default: .gh-velocity.yml)
 --debug Print diagnostic info to stderr
 --new-post Force a new post (skip idempotent update; implies --post)
 --no-cache Disable disk cache (in-memory deduplication still active)
 --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
 -r, --results strings Output format(s): json, pretty, markdown, html (comma-separated) (default [pretty])
 --scope string Additional GitHub search qualifier(s) ANDed with config scope
 --title string Override discussion title (with --post)
 --write-to string Write result files to this directory (silences stdout)&lt;/code&gt;&lt;/pre&gt;&lt;h3 id="see-also"&gt;SEE ALSO&lt;a class="anchor" href="#see-also"&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://gh-velocity.org/gh-velocity/reference/commands/gh-velocity/"&gt;gh-velocity&lt;/a&gt;	 - GitHub velocity and quality metrics&lt;/li&gt;
&lt;li&gt;&lt;a href="https://gh-velocity.org/gh-velocity/reference/commands/gh-velocity_config_create/"&gt;gh-velocity config create&lt;/a&gt;	 - Create a default .gh-velocity.yml in the current directory&lt;/li&gt;
&lt;li&gt;&lt;a href="https://gh-velocity.org/gh-velocity/reference/commands/gh-velocity_config_discover/"&gt;gh-velocity config discover&lt;/a&gt;	 - Discover Projects v2 boards and fields linked to a repo&lt;/li&gt;
&lt;li&gt;&lt;a href="https://gh-velocity.org/gh-velocity/reference/commands/gh-velocity_config_preflight/"&gt;gh-velocity config preflight&lt;/a&gt;	 - Analyze a repo and recommend a .gh-velocity.yml configuration&lt;/li&gt;
&lt;li&gt;&lt;a href="https://gh-velocity.org/gh-velocity/reference/commands/gh-velocity_config_show/"&gt;gh-velocity config show&lt;/a&gt;	 - Display resolved configuration with defaults applied&lt;/li&gt;
&lt;li&gt;&lt;a href="https://gh-velocity.org/gh-velocity/reference/commands/gh-velocity_config_validate/"&gt;gh-velocity config validate&lt;/a&gt;	 - Validate configuration and report errors&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>config create</title><link>https://gh-velocity.org/reference/commands/gh-velocity_config_create/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://gh-velocity.org/reference/commands/gh-velocity_config_create/</guid><description>&lt;h2 id="gh-velocity-config-create"&gt;gh-velocity config create&lt;a class="anchor" href="#gh-velocity-config-create"&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Create a default .gh-velocity.yml in the current directory&lt;/p&gt;
&lt;h3 id="synopsis"&gt;Synopsis&lt;a class="anchor" href="#synopsis"&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;Generate a starter .gh-velocity.yml with sensible defaults.&lt;/p&gt;
&lt;p&gt;For a smarter config tailored to your repo, use 'config preflight' first:
gh velocity config preflight -R owner/repo&lt;/p&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt;gh-velocity config create [flags]&lt;/code&gt;&lt;/pre&gt;&lt;h3 id="examples"&gt;Examples&lt;a class="anchor" href="#examples"&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt; gh velocity config create&lt;/code&gt;&lt;/pre&gt;&lt;h3 id="options"&gt;Options&lt;a class="anchor" href="#options"&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt; -h, --help help for create&lt;/code&gt;&lt;/pre&gt;&lt;h3 id="options-inherited-from-parent-commands"&gt;Options inherited from parent commands&lt;a class="anchor" href="#options-inherited-from-parent-commands"&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt; --config string Path to config file (default: .gh-velocity.yml)
 --debug Print diagnostic info to stderr
 --new-post Force a new post (skip idempotent update; implies --post)
 --no-cache Disable disk cache (in-memory deduplication still active)
 --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
 -r, --results strings Output format(s): json, pretty, markdown, html (comma-separated) (default [pretty])
 --scope string Additional GitHub search qualifier(s) ANDed with config scope
 --title string Override discussion title (with --post)
 --write-to string Write result files to this directory (silences stdout)&lt;/code&gt;&lt;/pre&gt;&lt;h3 id="see-also"&gt;SEE ALSO&lt;a class="anchor" href="#see-also"&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://gh-velocity.org/gh-velocity/reference/commands/gh-velocity_config/"&gt;gh-velocity config&lt;/a&gt;	 - Inspect, validate, and generate configuration&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>config discover</title><link>https://gh-velocity.org/reference/commands/gh-velocity_config_discover/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://gh-velocity.org/reference/commands/gh-velocity_config_discover/</guid><description>&lt;h2 id="gh-velocity-config-discover"&gt;gh-velocity config discover&lt;a class="anchor" href="#gh-velocity-config-discover"&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Discover Projects v2 boards and fields linked to a repo&lt;/p&gt;
&lt;h3 id="synopsis"&gt;Synopsis&lt;a class="anchor" href="#synopsis"&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;Queries the GitHub API to find Projects v2 boards linked to the target
repository, then lists their fields and status options.&lt;/p&gt;
&lt;p&gt;Use this to find the project URL and status field name
needed for .gh-velocity.yml configuration.&lt;/p&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt;gh-velocity config discover [flags]&lt;/code&gt;&lt;/pre&gt;&lt;h3 id="examples"&gt;Examples&lt;a class="anchor" href="#examples"&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt; # Discover projects for a remote repo
 gh velocity config discover -R cli/cli

 # JSON output for scripting
 gh velocity config discover -R owner/repo -r json&lt;/code&gt;&lt;/pre&gt;&lt;h3 id="options"&gt;Options&lt;a class="anchor" href="#options"&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt; -h, --help help for discover&lt;/code&gt;&lt;/pre&gt;&lt;h3 id="options-inherited-from-parent-commands"&gt;Options inherited from parent commands&lt;a class="anchor" href="#options-inherited-from-parent-commands"&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt; --config string Path to config file (default: .gh-velocity.yml)
 --debug Print diagnostic info to stderr
 --new-post Force a new post (skip idempotent update; implies --post)
 --no-cache Disable disk cache (in-memory deduplication still active)
 --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
 -r, --results strings Output format(s): json, pretty, markdown, html (comma-separated) (default [pretty])
 --scope string Additional GitHub search qualifier(s) ANDed with config scope
 --title string Override discussion title (with --post)
 --write-to string Write result files to this directory (silences stdout)&lt;/code&gt;&lt;/pre&gt;&lt;h3 id="see-also"&gt;SEE ALSO&lt;a class="anchor" href="#see-also"&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://gh-velocity.org/gh-velocity/reference/commands/gh-velocity_config/"&gt;gh-velocity config&lt;/a&gt;	 - Inspect, validate, and generate configuration&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>config preflight</title><link>https://gh-velocity.org/reference/commands/gh-velocity_config_preflight/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://gh-velocity.org/reference/commands/gh-velocity_config_preflight/</guid><description>&lt;h2 id="gh-velocity-config-preflight"&gt;gh-velocity config preflight&lt;a class="anchor" href="#gh-velocity-config-preflight"&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Analyze a repo and recommend a .gh-velocity.yml configuration&lt;/p&gt;
&lt;h3 id="synopsis"&gt;Synopsis&lt;a class="anchor" href="#synopsis"&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;Preflight queries your repository to build a smart starting configuration.&lt;/p&gt;
&lt;p&gt;It inspects:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Labels (to detect bug, feature, and status labels)&lt;/li&gt;
&lt;li&gt;A specific Projects v2 board (to find status fields and lifecycle mapping)&lt;/li&gt;
&lt;li&gt;Recent merged PRs (to gauge activity and linking patterns)&lt;/li&gt;
&lt;li&gt;Recent closed issues (to check label usage)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Use --project-url to include a project board in the analysis. Copy the URL
from your browser when viewing the project board.&lt;/p&gt;</description></item><item><title>config show</title><link>https://gh-velocity.org/reference/commands/gh-velocity_config_show/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://gh-velocity.org/reference/commands/gh-velocity_config_show/</guid><description>&lt;h2 id="gh-velocity-config-show"&gt;gh-velocity config show&lt;a class="anchor" href="#gh-velocity-config-show"&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Display resolved configuration with defaults applied&lt;/p&gt;
&lt;h3 id="synopsis"&gt;Synopsis&lt;a class="anchor" href="#synopsis"&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;Display the fully resolved configuration with all defaults applied.&lt;/p&gt;
&lt;p&gt;This shows the effective config that commands will use — including default
values for any keys you have not set in your .gh-velocity.yml. Use this
to verify that your config is interpreted the way you expect.&lt;/p&gt;
&lt;p&gt;The JSON output (-r json) is useful for debugging or piping into other tools.&lt;/p&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt;gh-velocity config show [flags]&lt;/code&gt;&lt;/pre&gt;&lt;h3 id="examples"&gt;Examples&lt;a class="anchor" href="#examples"&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt; gh velocity config show
 gh velocity config show -r json&lt;/code&gt;&lt;/pre&gt;&lt;h3 id="options"&gt;Options&lt;a class="anchor" href="#options"&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt; -h, --help help for show&lt;/code&gt;&lt;/pre&gt;&lt;h3 id="options-inherited-from-parent-commands"&gt;Options inherited from parent commands&lt;a class="anchor" href="#options-inherited-from-parent-commands"&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt; --config string Path to config file (default: .gh-velocity.yml)
 --debug Print diagnostic info to stderr
 --new-post Force a new post (skip idempotent update; implies --post)
 --no-cache Disable disk cache (in-memory deduplication still active)
 --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
 -r, --results strings Output format(s): json, pretty, markdown, html (comma-separated) (default [pretty])
 --scope string Additional GitHub search qualifier(s) ANDed with config scope
 --title string Override discussion title (with --post)
 --write-to string Write result files to this directory (silences stdout)&lt;/code&gt;&lt;/pre&gt;&lt;h3 id="see-also"&gt;SEE ALSO&lt;a class="anchor" href="#see-also"&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://gh-velocity.org/gh-velocity/reference/commands/gh-velocity_config/"&gt;gh-velocity config&lt;/a&gt;	 - Inspect, validate, and generate configuration&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>config validate</title><link>https://gh-velocity.org/reference/commands/gh-velocity_config_validate/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://gh-velocity.org/reference/commands/gh-velocity_config_validate/</guid><description>&lt;h2 id="gh-velocity-config-validate"&gt;gh-velocity config validate&lt;a class="anchor" href="#gh-velocity-config-validate"&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Validate configuration and report errors&lt;/p&gt;
&lt;h3 id="synopsis"&gt;Synopsis&lt;a class="anchor" href="#synopsis"&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;Validate a .gh-velocity.yml file and report any errors.&lt;/p&gt;
&lt;p&gt;Checks include: YAML syntax, known top-level keys, matcher syntax
(label:, type:, title:, field: patterns), project URL format, numeric
ranges (e.g., hotfix_window_hours), and category name requirements.&lt;/p&gt;
&lt;p&gt;Use --velocity to additionally verify that velocity-specific config
(effort strategy, iteration strategy, project field names) is correctly
configured against your actual GitHub project board.&lt;/p&gt;
&lt;p&gt;This command does not make API calls (except with --velocity, which
queries the project board to validate field names).&lt;/p&gt;</description></item><item><title>flow</title><link>https://gh-velocity.org/reference/commands/gh-velocity_flow/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://gh-velocity.org/reference/commands/gh-velocity_flow/</guid><description>&lt;h2 id="gh-velocity-flow"&gt;gh-velocity flow&lt;a class="anchor" href="#gh-velocity-flow"&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Flow metrics (lead-time, cycle-time, velocity)&lt;/p&gt;
&lt;h3 id="synopsis"&gt;Synopsis&lt;a class="anchor" href="#synopsis"&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;How fast is work flowing through your team?&lt;/p&gt;
&lt;p&gt;Flow metrics measure the speed and volume of work:&lt;/p&gt;
&lt;p&gt;lead-time Total time from issue creation to closure
cycle-time Active work time (start signal to close/merge)
throughput Items completed per time window
velocity Effort delivered per iteration&lt;/p&gt;
&lt;h3 id="options"&gt;Options&lt;a class="anchor" href="#options"&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt; -h, --help help for flow&lt;/code&gt;&lt;/pre&gt;&lt;h3 id="options-inherited-from-parent-commands"&gt;Options inherited from parent commands&lt;a class="anchor" href="#options-inherited-from-parent-commands"&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt; --config string Path to config file (default: .gh-velocity.yml)
 --debug Print diagnostic info to stderr
 --new-post Force a new post (skip idempotent update; implies --post)
 --no-cache Disable disk cache (in-memory deduplication still active)
 --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
 -r, --results strings Output format(s): json, pretty, markdown, html (comma-separated) (default [pretty])
 --scope string Additional GitHub search qualifier(s) ANDed with config scope
 --title string Override discussion title (with --post)
 --write-to string Write result files to this directory (silences stdout)&lt;/code&gt;&lt;/pre&gt;&lt;h3 id="see-also"&gt;SEE ALSO&lt;a class="anchor" href="#see-also"&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://gh-velocity.org/gh-velocity/reference/commands/gh-velocity/"&gt;gh-velocity&lt;/a&gt;	 - GitHub velocity and quality metrics&lt;/li&gt;
&lt;li&gt;&lt;a href="https://gh-velocity.org/gh-velocity/reference/commands/gh-velocity_flow_cycle-time/"&gt;gh-velocity flow cycle-time&lt;/a&gt;	 - Cycle time for an issue, PR, or bulk query&lt;/li&gt;
&lt;li&gt;&lt;a href="https://gh-velocity.org/gh-velocity/reference/commands/gh-velocity_flow_lead-time/"&gt;gh-velocity flow lead-time&lt;/a&gt;	 - Lead time for an issue or bulk query (created → closed)&lt;/li&gt;
&lt;li&gt;&lt;a href="https://gh-velocity.org/gh-velocity/reference/commands/gh-velocity_flow_throughput/"&gt;gh-velocity flow throughput&lt;/a&gt;	 - Count issues closed and PRs merged in a window&lt;/li&gt;
&lt;li&gt;&lt;a href="https://gh-velocity.org/gh-velocity/reference/commands/gh-velocity_flow_velocity/"&gt;gh-velocity flow velocity&lt;/a&gt;	 - Measure effort completed per iteration (sprint velocity)&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>flow cycle-time</title><link>https://gh-velocity.org/reference/commands/gh-velocity_flow_cycle-time/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://gh-velocity.org/reference/commands/gh-velocity_flow_cycle-time/</guid><description>&lt;h2 id="gh-velocity-flow-cycle-time"&gt;gh-velocity flow cycle-time&lt;a class="anchor" href="#gh-velocity-flow-cycle-time"&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Cycle time for an issue, PR, or bulk query&lt;/p&gt;
&lt;h3 id="synopsis"&gt;Synopsis&lt;a class="anchor" href="#synopsis"&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;Cycle time measures how long an issue or PR was actively worked on.&lt;/p&gt;
&lt;p&gt;The measurement strategy is set in .gh-velocity.yml:&lt;/p&gt;
&lt;p&gt;cycle_time:
strategy: issue # work started → issue closed (default)
strategy: pr # PR created → PR merged&lt;/p&gt;
&lt;p&gt;The issue strategy detects &amp;quot;work started&amp;quot; from lifecycle labels
(e.g., label:in-progress). Configure lifecycle.in-progress.match
for cycle time metrics.&lt;/p&gt;
&lt;p&gt;Single mode: gh velocity cycle-time 42
gh velocity cycle-time --pr 99
Bulk mode: gh velocity cycle-time --since 30d [--until 2026-03-01]&lt;/p&gt;</description></item><item><title>flow lead-time</title><link>https://gh-velocity.org/reference/commands/gh-velocity_flow_lead-time/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://gh-velocity.org/reference/commands/gh-velocity_flow_lead-time/</guid><description>&lt;h2 id="gh-velocity-flow-lead-time"&gt;gh-velocity flow lead-time&lt;a class="anchor" href="#gh-velocity-flow-lead-time"&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Lead time for an issue or bulk query (created → closed)&lt;/p&gt;
&lt;h3 id="synopsis"&gt;Synopsis&lt;a class="anchor" href="#synopsis"&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;Lead time measures the elapsed time from issue creation to close.&lt;/p&gt;
&lt;p&gt;Single mode: gh velocity lead-time 42
Bulk mode: gh velocity lead-time --since 30d [--until 2026-03-01]&lt;/p&gt;
&lt;p&gt;In bulk mode, returns per-item rows plus aggregate statistics
for all issues closed in the given date window.&lt;/p&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt;gh-velocity flow lead-time [&amp;lt;issue&amp;gt;] [flags]&lt;/code&gt;&lt;/pre&gt;&lt;h3 id="examples"&gt;Examples&lt;a class="anchor" href="#examples"&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt; # Single issue
 gh velocity flow lead-time 42
 gh velocity flow lead-time 42 -R cli/cli

 # All issues closed in the last 30 days
 gh velocity flow lead-time --since 30d

 # Custom window, JSON output
 gh velocity flow lead-time --since 2026-01-01 --until 2026-02-01 -r json&lt;/code&gt;&lt;/pre&gt;&lt;h3 id="options"&gt;Options&lt;a class="anchor" href="#options"&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt; -h, --help help for lead-time
 --since string Start of date window (YYYY-MM-DD, RFC3339, or Nd relative)
 --until string End of date window (default: now)&lt;/code&gt;&lt;/pre&gt;&lt;h3 id="options-inherited-from-parent-commands"&gt;Options inherited from parent commands&lt;a class="anchor" href="#options-inherited-from-parent-commands"&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt; --config string Path to config file (default: .gh-velocity.yml)
 --debug Print diagnostic info to stderr
 --new-post Force a new post (skip idempotent update; implies --post)
 --no-cache Disable disk cache (in-memory deduplication still active)
 --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
 -r, --results strings Output format(s): json, pretty, markdown, html (comma-separated) (default [pretty])
 --scope string Additional GitHub search qualifier(s) ANDed with config scope
 --title string Override discussion title (with --post)
 --write-to string Write result files to this directory (silences stdout)&lt;/code&gt;&lt;/pre&gt;&lt;h3 id="see-also"&gt;SEE ALSO&lt;a class="anchor" href="#see-also"&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://gh-velocity.org/gh-velocity/reference/commands/gh-velocity_flow/"&gt;gh-velocity flow&lt;/a&gt;	 - Flow metrics (lead-time, cycle-time, velocity)&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>flow throughput</title><link>https://gh-velocity.org/reference/commands/gh-velocity_flow_throughput/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://gh-velocity.org/reference/commands/gh-velocity_flow_throughput/</guid><description>&lt;h2 id="gh-velocity-flow-throughput"&gt;gh-velocity flow throughput&lt;a class="anchor" href="#gh-velocity-flow-throughput"&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Count issues closed and PRs merged in a window&lt;/p&gt;
&lt;h3 id="synopsis"&gt;Synopsis&lt;a class="anchor" href="#synopsis"&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;Throughput counts the number of issues closed and pull requests merged
in a date window. This is the simplest measure of team output.&lt;/p&gt;
&lt;p&gt;Default window is the last 30 days.&lt;/p&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt;gh-velocity flow throughput [flags]&lt;/code&gt;&lt;/pre&gt;&lt;h3 id="examples"&gt;Examples&lt;a class="anchor" href="#examples"&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt; # Last 30 days
 gh velocity flow throughput

 # Last 7 days, JSON output
 gh velocity flow throughput --since 7d -r json

 # Remote repo
 gh velocity flow throughput --since 30d -R cli/cli&lt;/code&gt;&lt;/pre&gt;&lt;h3 id="options"&gt;Options&lt;a class="anchor" href="#options"&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt; -h, --help help for throughput
 --since string Start of date window (default: 30d)
 --until string End of date window (default: now)&lt;/code&gt;&lt;/pre&gt;&lt;h3 id="options-inherited-from-parent-commands"&gt;Options inherited from parent commands&lt;a class="anchor" href="#options-inherited-from-parent-commands"&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt; --config string Path to config file (default: .gh-velocity.yml)
 --debug Print diagnostic info to stderr
 --new-post Force a new post (skip idempotent update; implies --post)
 --no-cache Disable disk cache (in-memory deduplication still active)
 --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
 -r, --results strings Output format(s): json, pretty, markdown, html (comma-separated) (default [pretty])
 --scope string Additional GitHub search qualifier(s) ANDed with config scope
 --title string Override discussion title (with --post)
 --write-to string Write result files to this directory (silences stdout)&lt;/code&gt;&lt;/pre&gt;&lt;h3 id="see-also"&gt;SEE ALSO&lt;a class="anchor" href="#see-also"&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://gh-velocity.org/gh-velocity/reference/commands/gh-velocity_flow/"&gt;gh-velocity flow&lt;/a&gt;	 - Flow metrics (lead-time, cycle-time, velocity)&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>flow velocity</title><link>https://gh-velocity.org/reference/commands/gh-velocity_flow_velocity/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://gh-velocity.org/reference/commands/gh-velocity_flow_velocity/</guid><description>&lt;h2 id="gh-velocity-flow-velocity"&gt;gh-velocity flow velocity&lt;a class="anchor" href="#gh-velocity-flow-velocity"&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Measure effort completed per iteration (sprint velocity)&lt;/p&gt;
&lt;h3 id="synopsis"&gt;Synopsis&lt;a class="anchor" href="#synopsis"&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;Velocity measures effort completed per iteration and completion rate.&lt;/p&gt;
&lt;p&gt;Three effort strategies:
count — every item = 1 (default)
attribute — map labels/types to effort values via matchers
numeric — read effort from a project board Number field&lt;/p&gt;
&lt;p&gt;Two iteration strategies:
project-field — read boundaries from a ProjectV2 Iteration field
fixed — calendar math from length + anchor date&lt;/p&gt;</description></item><item><title>gh velocity</title><link>https://gh-velocity.org/reference/commands/gh-velocity/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://gh-velocity.org/reference/commands/gh-velocity/</guid><description>&lt;h2 id="gh-velocity"&gt;gh-velocity&lt;a class="anchor" href="#gh-velocity"&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;GitHub velocity and quality metrics&lt;/p&gt;
&lt;h3 id="synopsis"&gt;Synopsis&lt;a class="anchor" href="#synopsis"&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;Compute velocity and quality metrics from GitHub data and post them where the work happens.&lt;/p&gt;
&lt;h3 id="options"&gt;Options&lt;a class="anchor" href="#options"&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt; --config string Path to config file (default: .gh-velocity.yml)
 --debug Print diagnostic info to stderr
 -h, --help help for gh-velocity
 --new-post Force a new post (skip idempotent update; implies --post)
 --no-cache Disable disk cache (in-memory deduplication still active)
 --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
 -r, --results strings Output format(s): json, pretty, markdown, html (comma-separated) (default [pretty])
 --scope string Additional GitHub search qualifier(s) ANDed with config scope
 --title string Override discussion title (with --post)
 --write-to string Write result files to this directory (silences stdout)&lt;/code&gt;&lt;/pre&gt;&lt;h3 id="see-also"&gt;SEE ALSO&lt;a class="anchor" href="#see-also"&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://gh-velocity.org/gh-velocity/reference/commands/gh-velocity_config/"&gt;gh-velocity config&lt;/a&gt;	 - Inspect, validate, and generate configuration&lt;/li&gt;
&lt;li&gt;&lt;a href="https://gh-velocity.org/gh-velocity/reference/commands/gh-velocity_flow/"&gt;gh-velocity flow&lt;/a&gt;	 - Flow metrics (lead-time, cycle-time, velocity)&lt;/li&gt;
&lt;li&gt;&lt;a href="https://gh-velocity.org/gh-velocity/reference/commands/gh-velocity_issue/"&gt;gh-velocity issue&lt;/a&gt;	 - Composite detail view for a single issue&lt;/li&gt;
&lt;li&gt;&lt;a href="https://gh-velocity.org/gh-velocity/reference/commands/gh-velocity_pr/"&gt;gh-velocity pr&lt;/a&gt;	 - Composite detail view for a single pull request&lt;/li&gt;
&lt;li&gt;&lt;a href="https://gh-velocity.org/gh-velocity/reference/commands/gh-velocity_quality/"&gt;gh-velocity quality&lt;/a&gt;	 - Quality metrics for releases&lt;/li&gt;
&lt;li&gt;&lt;a href="https://gh-velocity.org/gh-velocity/reference/commands/gh-velocity_report/"&gt;gh-velocity report&lt;/a&gt;	 - Composite dashboard of velocity and quality metrics&lt;/li&gt;
&lt;li&gt;&lt;a href="https://gh-velocity.org/gh-velocity/reference/commands/gh-velocity_status/"&gt;gh-velocity status&lt;/a&gt;	 - Current work status (wip, my-week, reviews)&lt;/li&gt;
&lt;li&gt;&lt;a href="https://gh-velocity.org/gh-velocity/reference/commands/gh-velocity_version/"&gt;gh-velocity version&lt;/a&gt;	 - Print version information&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>issue</title><link>https://gh-velocity.org/reference/commands/gh-velocity_issue/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://gh-velocity.org/reference/commands/gh-velocity_issue/</guid><description>&lt;h2 id="gh-velocity-issue"&gt;gh-velocity issue&lt;a class="anchor" href="#gh-velocity-issue"&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Composite detail view for a single issue&lt;/p&gt;
&lt;h3 id="synopsis"&gt;Synopsis&lt;a class="anchor" href="#synopsis"&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;Show everything about a single issue: facts (timestamps, category),
metrics (lead time, cycle time), and linked PRs with their cycle times.&lt;/p&gt;
&lt;p&gt;This is the recommended command for per-item GitHub Actions automation.
Use --post to add a rich comment to the issue when it closes.&lt;/p&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt;gh-velocity issue &amp;lt;number&amp;gt; [flags]&lt;/code&gt;&lt;/pre&gt;&lt;h3 id="examples"&gt;Examples&lt;a class="anchor" href="#examples"&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt; # View issue detail
 gh velocity issue 42

 # Post as a comment on the issue
 gh velocity issue 42 --post

 # JSON output
 gh velocity issue 42 -r json&lt;/code&gt;&lt;/pre&gt;&lt;h3 id="options"&gt;Options&lt;a class="anchor" href="#options"&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt; -h, --help help for issue&lt;/code&gt;&lt;/pre&gt;&lt;h3 id="options-inherited-from-parent-commands"&gt;Options inherited from parent commands&lt;a class="anchor" href="#options-inherited-from-parent-commands"&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt; --config string Path to config file (default: .gh-velocity.yml)
 --debug Print diagnostic info to stderr
 --new-post Force a new post (skip idempotent update; implies --post)
 --no-cache Disable disk cache (in-memory deduplication still active)
 --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
 -r, --results strings Output format(s): json, pretty, markdown, html (comma-separated) (default [pretty])
 --scope string Additional GitHub search qualifier(s) ANDed with config scope
 --title string Override discussion title (with --post)
 --write-to string Write result files to this directory (silences stdout)&lt;/code&gt;&lt;/pre&gt;&lt;h3 id="see-also"&gt;SEE ALSO&lt;a class="anchor" href="#see-also"&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://gh-velocity.org/gh-velocity/reference/commands/gh-velocity/"&gt;gh-velocity&lt;/a&gt;	 - GitHub velocity and quality metrics&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>pr</title><link>https://gh-velocity.org/reference/commands/gh-velocity_pr/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://gh-velocity.org/reference/commands/gh-velocity_pr/</guid><description>&lt;h2 id="gh-velocity-pr"&gt;gh-velocity pr&lt;a class="anchor" href="#gh-velocity-pr"&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Composite detail view for a single pull request&lt;/p&gt;
&lt;h3 id="synopsis"&gt;Synopsis&lt;a class="anchor" href="#synopsis"&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;Show everything about a single PR: facts (author, timestamps),
metrics (cycle time, time to first review, review rounds), and closed issues.&lt;/p&gt;
&lt;p&gt;This is the recommended command for per-PR GitHub Actions automation.
Use --post to add a rich comment to the PR when it merges.&lt;/p&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt;gh-velocity pr &amp;lt;number&amp;gt; [flags]&lt;/code&gt;&lt;/pre&gt;&lt;h3 id="examples"&gt;Examples&lt;a class="anchor" href="#examples"&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt; # View PR detail
 gh velocity pr 125

 # Post as a comment on the PR
 gh velocity pr 125 --post

 # JSON output
 gh velocity pr 125 -r json&lt;/code&gt;&lt;/pre&gt;&lt;h3 id="options"&gt;Options&lt;a class="anchor" href="#options"&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt; -h, --help help for pr&lt;/code&gt;&lt;/pre&gt;&lt;h3 id="options-inherited-from-parent-commands"&gt;Options inherited from parent commands&lt;a class="anchor" href="#options-inherited-from-parent-commands"&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt; --config string Path to config file (default: .gh-velocity.yml)
 --debug Print diagnostic info to stderr
 --new-post Force a new post (skip idempotent update; implies --post)
 --no-cache Disable disk cache (in-memory deduplication still active)
 --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
 -r, --results strings Output format(s): json, pretty, markdown, html (comma-separated) (default [pretty])
 --scope string Additional GitHub search qualifier(s) ANDed with config scope
 --title string Override discussion title (with --post)
 --write-to string Write result files to this directory (silences stdout)&lt;/code&gt;&lt;/pre&gt;&lt;h3 id="see-also"&gt;SEE ALSO&lt;a class="anchor" href="#see-also"&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://gh-velocity.org/gh-velocity/reference/commands/gh-velocity/"&gt;gh-velocity&lt;/a&gt;	 - GitHub velocity and quality metrics&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>quality</title><link>https://gh-velocity.org/reference/commands/gh-velocity_quality/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://gh-velocity.org/reference/commands/gh-velocity_quality/</guid><description>&lt;h2 id="gh-velocity-quality"&gt;gh-velocity quality&lt;a class="anchor" href="#gh-velocity-quality"&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Quality metrics for releases&lt;/p&gt;
&lt;h3 id="synopsis"&gt;Synopsis&lt;a class="anchor" href="#synopsis"&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;Is this release good?&lt;/p&gt;
&lt;p&gt;Quality metrics analyze your releases:&lt;/p&gt;
&lt;p&gt;release Composition, bug ratio, timing, and per-issue breakdown
for a specific release tag&lt;/p&gt;
&lt;h3 id="options"&gt;Options&lt;a class="anchor" href="#options"&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt; -h, --help help for quality&lt;/code&gt;&lt;/pre&gt;&lt;h3 id="options-inherited-from-parent-commands"&gt;Options inherited from parent commands&lt;a class="anchor" href="#options-inherited-from-parent-commands"&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt; --config string Path to config file (default: .gh-velocity.yml)
 --debug Print diagnostic info to stderr
 --new-post Force a new post (skip idempotent update; implies --post)
 --no-cache Disable disk cache (in-memory deduplication still active)
 --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
 -r, --results strings Output format(s): json, pretty, markdown, html (comma-separated) (default [pretty])
 --scope string Additional GitHub search qualifier(s) ANDed with config scope
 --title string Override discussion title (with --post)
 --write-to string Write result files to this directory (silences stdout)&lt;/code&gt;&lt;/pre&gt;&lt;h3 id="see-also"&gt;SEE ALSO&lt;a class="anchor" href="#see-also"&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://gh-velocity.org/gh-velocity/reference/commands/gh-velocity/"&gt;gh-velocity&lt;/a&gt;	 - GitHub velocity and quality metrics&lt;/li&gt;
&lt;li&gt;&lt;a href="https://gh-velocity.org/gh-velocity/reference/commands/gh-velocity_quality_release/"&gt;gh-velocity quality release&lt;/a&gt;	 - Release velocity and quality metrics&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>quality release</title><link>https://gh-velocity.org/reference/commands/gh-velocity_quality_release/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://gh-velocity.org/reference/commands/gh-velocity_quality_release/</guid><description>&lt;h2 id="gh-velocity-quality-release"&gt;gh-velocity quality release&lt;a class="anchor" href="#gh-velocity-quality-release"&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Release velocity and quality metrics&lt;/p&gt;
&lt;h3 id="synopsis"&gt;Synopsis&lt;a class="anchor" href="#synopsis"&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;Compute per-issue lead time, cycle time, release lag, and quality metrics for a release.&lt;/p&gt;
&lt;p&gt;Use --discover to show the discovery diagnostic view: which issues and PRs each
linking strategy discovered for the release.&lt;/p&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt;gh-velocity quality release &amp;lt;tag&amp;gt; [flags]&lt;/code&gt;&lt;/pre&gt;&lt;h3 id="examples"&gt;Examples&lt;a class="anchor" href="#examples"&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt; # Release metrics with auto-detected previous tag
 gh velocity quality release v2.65.0

 # Explicit previous tag
 gh velocity quality release v2.65.0 --since v2.64.0

 # Discover diagnostic: what did each strategy find?
 gh velocity quality release v2.65.0 --discover

 # Remote repo, JSON output
 gh velocity quality release v2.65.0 -R cli/cli -r json&lt;/code&gt;&lt;/pre&gt;&lt;h3 id="options"&gt;Options&lt;a class="anchor" href="#options"&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt; --discover Show discovery diagnostic: what issues/PRs each strategy discovered
 -h, --help help for release
 --since string Override previous tag for commit range (tag name)&lt;/code&gt;&lt;/pre&gt;&lt;h3 id="options-inherited-from-parent-commands"&gt;Options inherited from parent commands&lt;a class="anchor" href="#options-inherited-from-parent-commands"&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt; --config string Path to config file (default: .gh-velocity.yml)
 --debug Print diagnostic info to stderr
 --new-post Force a new post (skip idempotent update; implies --post)
 --no-cache Disable disk cache (in-memory deduplication still active)
 --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
 -r, --results strings Output format(s): json, pretty, markdown, html (comma-separated) (default [pretty])
 --scope string Additional GitHub search qualifier(s) ANDed with config scope
 --title string Override discussion title (with --post)
 --write-to string Write result files to this directory (silences stdout)&lt;/code&gt;&lt;/pre&gt;&lt;h3 id="see-also"&gt;SEE ALSO&lt;a class="anchor" href="#see-also"&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://gh-velocity.org/gh-velocity/reference/commands/gh-velocity_quality/"&gt;gh-velocity quality&lt;/a&gt;	 - Quality metrics for releases&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>report</title><link>https://gh-velocity.org/reference/commands/gh-velocity_report/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://gh-velocity.org/reference/commands/gh-velocity_report/</guid><description>&lt;h2 id="gh-velocity-report"&gt;gh-velocity report&lt;a class="anchor" href="#gh-velocity-report"&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Composite dashboard of velocity and quality metrics&lt;/p&gt;
&lt;h3 id="synopsis"&gt;Synopsis&lt;a class="anchor" href="#synopsis"&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;Show a trailing-window report composing lead time, cycle time,
throughput, work in progress, and quality metrics.&lt;/p&gt;
&lt;p&gt;Default window is the last 30 days. Use --since and --until to customize.&lt;/p&gt;
&lt;p&gt;Each section computes independently; a failure in one section does not
block others. Sections that require specific config (WIP needs project.id
or active_labels; quality needs releases) are gracefully omitted when
unavailable.&lt;/p&gt;</description></item><item><title>status</title><link>https://gh-velocity.org/reference/commands/gh-velocity_status/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://gh-velocity.org/reference/commands/gh-velocity_status/</guid><description>&lt;h2 id="gh-velocity-status"&gt;gh-velocity status&lt;a class="anchor" href="#gh-velocity-status"&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Current work status (wip, my-week, reviews)&lt;/p&gt;
&lt;h3 id="synopsis"&gt;Synopsis&lt;a class="anchor" href="#synopsis"&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;What is happening right now?&lt;/p&gt;
&lt;p&gt;Status commands show the current state of work:&lt;/p&gt;
&lt;p&gt;wip Work in progress — open items with lifecycle labels
my-week Personal weekly summary for 1:1 prep
reviews Pending and stale pull request reviews&lt;/p&gt;
&lt;h3 id="options"&gt;Options&lt;a class="anchor" href="#options"&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt; -h, --help help for status&lt;/code&gt;&lt;/pre&gt;&lt;h3 id="options-inherited-from-parent-commands"&gt;Options inherited from parent commands&lt;a class="anchor" href="#options-inherited-from-parent-commands"&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt; --config string Path to config file (default: .gh-velocity.yml)
 --debug Print diagnostic info to stderr
 --new-post Force a new post (skip idempotent update; implies --post)
 --no-cache Disable disk cache (in-memory deduplication still active)
 --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
 -r, --results strings Output format(s): json, pretty, markdown, html (comma-separated) (default [pretty])
 --scope string Additional GitHub search qualifier(s) ANDed with config scope
 --title string Override discussion title (with --post)
 --write-to string Write result files to this directory (silences stdout)&lt;/code&gt;&lt;/pre&gt;&lt;h3 id="see-also"&gt;SEE ALSO&lt;a class="anchor" href="#see-also"&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://gh-velocity.org/gh-velocity/reference/commands/gh-velocity/"&gt;gh-velocity&lt;/a&gt;	 - GitHub velocity and quality metrics&lt;/li&gt;
&lt;li&gt;&lt;a href="https://gh-velocity.org/gh-velocity/reference/commands/gh-velocity_status_my-week/"&gt;gh-velocity status my-week&lt;/a&gt;	 - Your activity summary for 1:1 prep&lt;/li&gt;
&lt;li&gt;&lt;a href="https://gh-velocity.org/gh-velocity/reference/commands/gh-velocity_status_reviews/"&gt;gh-velocity status reviews&lt;/a&gt;	 - Show PRs awaiting review&lt;/li&gt;
&lt;li&gt;&lt;a href="https://gh-velocity.org/gh-velocity/reference/commands/gh-velocity_status_wip/"&gt;gh-velocity status wip&lt;/a&gt;	 - Show work in progress&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>status my-week</title><link>https://gh-velocity.org/reference/commands/gh-velocity_status_my-week/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://gh-velocity.org/reference/commands/gh-velocity_status_my-week/</guid><description>&lt;h2 id="gh-velocity-status-my-week"&gt;gh-velocity status my-week&lt;a class="anchor" href="#gh-velocity-status-my-week"&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Your activity summary for 1:1 prep&lt;/p&gt;
&lt;h3 id="synopsis"&gt;Synopsis&lt;a class="anchor" href="#synopsis"&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;Shows what you shipped, what's blocked, and what's ahead — designed for 1:1 prep.&lt;/p&gt;
&lt;p&gt;Sections (in order):
Insights Shipping velocity, AI-assisted %, lead time median &amp;amp; p90
Waiting on PRs waiting for first review, stale issues
What I shipped Issues closed, PRs merged, PRs reviewed, releases
What's ahead Open issues and PRs with status annotations
Review queue PRs from others waiting on your review&lt;/p&gt;</description></item><item><title>status reviews</title><link>https://gh-velocity.org/reference/commands/gh-velocity_status_reviews/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://gh-velocity.org/reference/commands/gh-velocity_status_reviews/</guid><description>&lt;h2 id="gh-velocity-status-reviews"&gt;gh-velocity status reviews&lt;a class="anchor" href="#gh-velocity-status-reviews"&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Show PRs awaiting review&lt;/p&gt;
&lt;h3 id="synopsis"&gt;Synopsis&lt;a class="anchor" href="#synopsis"&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;Show open pull requests that are waiting for code review.&lt;/p&gt;
&lt;p&gt;PRs waiting more than 48 hours are flagged as STALE.&lt;/p&gt;
&lt;p&gt;This command shows the work (PRs), not individual reviewers.&lt;/p&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt;gh-velocity status reviews [flags]&lt;/code&gt;&lt;/pre&gt;&lt;h3 id="examples"&gt;Examples&lt;a class="anchor" href="#examples"&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt; # Show review queue
 gh velocity status reviews

 # Markdown for posting to a discussion
 gh velocity status reviews -r markdown

 # JSON for automation
 gh velocity status reviews -r json&lt;/code&gt;&lt;/pre&gt;&lt;h3 id="options"&gt;Options&lt;a class="anchor" href="#options"&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt; -h, --help help for reviews&lt;/code&gt;&lt;/pre&gt;&lt;h3 id="options-inherited-from-parent-commands"&gt;Options inherited from parent commands&lt;a class="anchor" href="#options-inherited-from-parent-commands"&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt; --config string Path to config file (default: .gh-velocity.yml)
 --debug Print diagnostic info to stderr
 --new-post Force a new post (skip idempotent update; implies --post)
 --no-cache Disable disk cache (in-memory deduplication still active)
 --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
 -r, --results strings Output format(s): json, pretty, markdown, html (comma-separated) (default [pretty])
 --scope string Additional GitHub search qualifier(s) ANDed with config scope
 --title string Override discussion title (with --post)
 --write-to string Write result files to this directory (silences stdout)&lt;/code&gt;&lt;/pre&gt;&lt;h3 id="see-also"&gt;SEE ALSO&lt;a class="anchor" href="#see-also"&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://gh-velocity.org/gh-velocity/reference/commands/gh-velocity_status/"&gt;gh-velocity status&lt;/a&gt;	 - Current work status (wip, my-week, reviews)&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>status wip</title><link>https://gh-velocity.org/reference/commands/gh-velocity_status_wip/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://gh-velocity.org/reference/commands/gh-velocity_status_wip/</guid><description>&lt;h2 id="gh-velocity-status-wip"&gt;gh-velocity status wip&lt;a class="anchor" href="#gh-velocity-status-wip"&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Show work in progress&lt;/p&gt;
&lt;h3 id="synopsis"&gt;Synopsis&lt;a class="anchor" href="#synopsis"&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;Show items currently in progress.&lt;/p&gt;
&lt;p&gt;Uses lifecycle.in-progress.match and lifecycle.in-review.match labels
from config to find open issues that are actively being worked on.&lt;/p&gt;
&lt;p&gt;Use -R owner/repo to target a specific repo.&lt;/p&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt;gh-velocity status wip [flags]&lt;/code&gt;&lt;/pre&gt;&lt;h3 id="examples"&gt;Examples&lt;a class="anchor" href="#examples"&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt; # Show WIP from configured lifecycle labels
 gh velocity status wip

 # JSON output for CI/automation
 gh velocity status wip -r json&lt;/code&gt;&lt;/pre&gt;&lt;h3 id="options"&gt;Options&lt;a class="anchor" href="#options"&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt; -h, --help help for wip&lt;/code&gt;&lt;/pre&gt;&lt;h3 id="options-inherited-from-parent-commands"&gt;Options inherited from parent commands&lt;a class="anchor" href="#options-inherited-from-parent-commands"&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt; --config string Path to config file (default: .gh-velocity.yml)
 --debug Print diagnostic info to stderr
 --new-post Force a new post (skip idempotent update; implies --post)
 --no-cache Disable disk cache (in-memory deduplication still active)
 --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
 -r, --results strings Output format(s): json, pretty, markdown, html (comma-separated) (default [pretty])
 --scope string Additional GitHub search qualifier(s) ANDed with config scope
 --title string Override discussion title (with --post)
 --write-to string Write result files to this directory (silences stdout)&lt;/code&gt;&lt;/pre&gt;&lt;h3 id="see-also"&gt;SEE ALSO&lt;a class="anchor" href="#see-also"&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://gh-velocity.org/gh-velocity/reference/commands/gh-velocity_status/"&gt;gh-velocity status&lt;/a&gt;	 - Current work status (wip, my-week, reviews)&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>version</title><link>https://gh-velocity.org/reference/commands/gh-velocity_version/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://gh-velocity.org/reference/commands/gh-velocity_version/</guid><description>&lt;h2 id="gh-velocity-version"&gt;gh-velocity version&lt;a class="anchor" href="#gh-velocity-version"&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Print version information&lt;/p&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt;gh-velocity version [flags]&lt;/code&gt;&lt;/pre&gt;&lt;h3 id="options"&gt;Options&lt;a class="anchor" href="#options"&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt; -h, --help help for version&lt;/code&gt;&lt;/pre&gt;&lt;h3 id="options-inherited-from-parent-commands"&gt;Options inherited from parent commands&lt;a class="anchor" href="#options-inherited-from-parent-commands"&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt; --config string Path to config file (default: .gh-velocity.yml)
 --debug Print diagnostic info to stderr
 --new-post Force a new post (skip idempotent update; implies --post)
 --no-cache Disable disk cache (in-memory deduplication still active)
 --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
 -r, --results strings Output format(s): json, pretty, markdown, html (comma-separated) (default [pretty])
 --scope string Additional GitHub search qualifier(s) ANDed with config scope
 --title string Override discussion title (with --post)
 --write-to string Write result files to this directory (silences stdout)&lt;/code&gt;&lt;/pre&gt;&lt;h3 id="see-also"&gt;SEE ALSO&lt;a class="anchor" href="#see-also"&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://gh-velocity.org/gh-velocity/reference/commands/gh-velocity/"&gt;gh-velocity&lt;/a&gt;	 - GitHub velocity and quality metrics&lt;/li&gt;
&lt;/ul&gt;</description></item></channel></rss>