# capt-hook review


Mine ended sessions for durable corrections and draft hook PRs.


``` bash
capt-hook review COMMAND [ARGS]...
```


<span class="gd-details-chevron" aria-hidden="true"></span>Full --help output


    Usage: capt-hook review [OPTIONS] COMMAND [ARGS]...

      Mine ended sessions for durable corrections and draft hook PRs.

    Options:
      --help  Show this message and exit.

    Commands:
      disable          Stop watching the current repo (its candidates stay...
      enable           Watch the current repo and register the captain-hook...
      list             List the repo's PR candidates.
      run              SessionEnd hook entry: guard and detach the reviewer...
      scan             Scan explicit transcripts for corrections, incrementally.
      show             Show one candidate's row, its threshold status, and...
      slots            Show the available open-PR slots for a repo.
      snapshot         Write ~/.capt-hook/status.json for the desktop widget.
      status           Show the tracked corrections, their progress toward a...
      sweep            Stop hook entry: guard and detach a throttled...
      sync-prs         Fold open PR states back into candidate statuses.
      threshold-check  Report which candidates cross their PR thresholds.
      triage           Judge stored corrections lacking a verdict...
      update           Move a candidate to a new status.


# Commands


`run`  
[SessionEnd hook entry: guard and detach the reviewer (always exits 0).](../../reference/cli/review/run.md)

`sweep`  
[Stop hook entry: guard and detach a throttled repo-wide sweep (always exits 0).](../../reference/cli/review/sweep.md)

`enable`  
[Watch the current repo and register the captain-hook plugin.](../../reference/cli/review/enable.md)

`disable`  
[Stop watching the current repo (its candidates stay recorded).](../../reference/cli/review/disable.md)

`scan`  
[Scan explicit transcripts for corrections, incrementally.](../../reference/cli/review/scan.md)

`triage`  
[Judge stored corrections lacking a verdict (manual/backfill).](../../reference/cli/review/triage.md)

`status`  
[Show the tracked corrections, their progress toward a PR, and open PR status.](../../reference/cli/review/status.md)

`list`  
[List the repo's PR candidates.](../../reference/cli/review/list.md)

`show`  
[Show one candidate's row, its threshold status, and the shared ledger's faulted edits.](../../reference/cli/review/show.md)

`threshold-check`  
[Report which candidates cross their PR thresholds.](../../reference/cli/review/threshold_check.md)

`slots`  
[Show the available open-PR slots for a repo.](../../reference/cli/review/slots.md)

`update`  
[Move a candidate to a new status.](../../reference/cli/review/update.md)

`snapshot`  
[Write ~/.capt-hook/status.json for the desktop widget.](../../reference/cli/review/snapshot.md)

`sync-prs`  
[Fold open PR states back into candidate statuses.](../../reference/cli/review/sync_prs.md)
