finish-line
Installation
SKILL.md
Finish Line
Overview
Finish blocked community PRs in remix-run/react-router while respecting contributor ownership and the repo's PR packaging conventions.
Treat the PR number or URL in $ARGUMENTS as the target PR. If no target is provided, ask for it before doing anything.
Triage
- Inspect local state with
git status --short --branch. If unrelated dirty files exist, do not overwrite or stage them. - Fetch current main before making branch decisions:
git fetch origin main
- Gather PR context: