Automatically resolve human review comments on the current PR. Fetches unanswered human feedback, evaluates each comment, applies fixes where appropriate, and replies to every comment with the outcome. 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 manually. Sk…