fin

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

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "fin" with this command: npx skills add tkersey/dotfiles/tkersey-dotfiles-fin

Fin

Overview

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

Workflow

Identify the PR and target branch.

  • Use gh pr view (current branch) or gh pr list to locate it.

Update the PR.

  • Ensure the branch is up to date, run required checks, and push:

  • git status , fix issues, then git push .

Monitor checks until green.

  • Use gh pr checks --watch or gh run watch <run-id> .

  • If checks fail, fix, push, and re-watch.

Squash-merge the PR.

  • Prefer gh pr merge --squash --delete-branch unless repo policy dictates otherwise.

  • If approvals are missing, request them before merging.

Clean up local state.

  • Fetch the updated mainline, switch to it, and delete the merged branch.

Guardrails

  • Do not merge if required checks or approvals are missing.

  • Keep the merge method aligned with repo policy.

  • If any step is blocked, state the blocker and required next action.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

grill-me

No summary provided by upstream source.

Repository SourceNeeds Review
General

creative-problem-solver

No summary provided by upstream source.

Repository SourceNeeds Review
General

complexity-mitigator

No summary provided by upstream source.

Repository SourceNeeds Review
General

mesh

No summary provided by upstream source.

Repository SourceNeeds Review