A set of commands to quickly assess the state of a Pull Request. Commands to investigate why a specific test is failing. Commands to detect merge conflicts. Delegate merge conflict resolution to the merge-resolver mode. Check out a pull request branch locally. Determine the correct remote to push to (handles forks). Monitor PR checks in real-time as they run. Push operations that handle both origin and fork remotes correctly. Commit operations that work in automated environments while respecting .gitignore. Safely stage files for commit while avoiding temporary files and respecting .gitignore.