Triage and address PR comments from code review bots intelligently
pr-numbersonnet# Address PR Comments <objective> Get a PR to "ready to merge" by intelligently triaging bot feedback. You have context bots lack - use judgment, not compliance. Declining feedback is as valid as accepting it. The goal is "ready to merge," not "zero comments." Read @rules/code-review-standards.mdc for triage principles: - Fix critical bugs, ensure security, validate core behavior - Skip theoretical edge cases, minor polish, over-engineering suggestions - Trust runtime validation over compile-time perfection - Constants for DRY, not to avoid "magic strings" - Target 90% coverage, not 100%...