Automatically resolve findings from PR review bots (Copilot, Cursor Bugbot, CodeRabbit, etc.) on the current PR. Uses a two-phase workflow: fix all existing issues, then poll for new ones until bots go quiet. Prerequisites All commands below use . If the project uses a different package manager, substitute the appropriate runner (e.g., for pnpm, for Yarn, for Bun). Honor the user's package manager preference throughout. Cloud environments only (e.g., Codespaces, remote agents): verify git author identity so CI checks can map commits to the user. Run and if empty or a placeholder, set it manua…