What problem does it solve? Pull request review and remediation is fragmented across CI failures, review comments, SonarQube findings, and coverage reports, forcing developers to manually gather, triage, and fix issues scattered across many tools. ## Core Features & Use Cases - Tiered PR Review: The /pr-review workflow orchestrates Copilot, SonarQube, and 8 parallel analysis agents to produce a Critical/Important/Suggested/Informational findings report, including a premise gate that questions whether the change should exist at all. - Automated Issue Remediation: The /pr-fix workflow gathers all open PR issues (CI failures, review comments, SonarQube issues, Codecov, agent findings) and resolves them in an isolated git worktree without touching the main working tree. - Use Case: Given a PR URL like https://github.com/owner/repo/pull/123, run /pr-review to get a full tiered findings report, then run /pr-fix to automatically resolve CI failures, apply reviewer suggestions, and address SonarQube findings. ## Quick Start Ask the assistant to review the pull request at a given GitHub URL using /pr-review, then follow up with /pr-fix on the same URL to resolve the reported issues.