fin

Installation
SKILL.md

Fin

Overview

Finish a PR end-to-end: push updates, watch checks, squash-merge, and clean up state.

Workflow

  1. Identify the PR and target branch.

    • Use gh pr view (current branch) or gh pr list to locate it.
  2. Update the PR.

    • Ensure the branch is up to date, run required checks, and push:
      • git status, fix issues, then git push.
  3. Monitor checks until green.

    • Use gh pr checks --watch or gh run watch <run-id>.
    • If checks fail, fix, push, and re-watch.
Installs
21
GitHub Stars
60
First Seen
Feb 28, 2026
fin — tkersey/dotfiles