What problem does it solve? It closes the final gap in an operator development workflow by orchestrating everything from PR submission through CI verification, codecheck fixes, and review comment resolution until the code is accepted upstream. ## Core Features & Use Cases - End-to-end PR lifecycle: Submits the PR after a leftover-issue clearance check, then tracks CI, codecheck, and review feedback in a closed loop. - Async CI state management: Persists a pending_ci waiting state to .cannbot/<ē®åå>/state.json and ends the session instead of polling, resuming when the user returns CI results. - Bounded retry and recovery: Limits CI fix cycles to 3 rounds, records per-step progress in state.json, and resumes from checkpoints without rerunning passed steps. - Use Case: After an Ascend C operator passes code review, trigger this plugin to submit the PR, wait for the external CI pipeline, fix codecheck findings from the user-exported report, resolve reviewer comments, and deliver only when CI is fully green. ## Quick Start Ask the assistant to submit the PR for the current operator and drive the CI and review-fix process to upstream delivery.