What problem does it solve? It automates the repetitive cycle of implementing code changes, creating branches, committing, pushing, and opening pull requests in response to issue or PR comments on the CNB platform. ## Core Features & Use Cases - Scenario-aware branching: Detects whether the trigger is a PR comment or an issue comment, then continues on the existing PR branch or creates a new auto/{keywords}-{suffix} branch. - Commit and push workflow: Stages changes, commits with conventional types (feat/fix/refactor/docs/chore), pushes, and inspects the push output to decide whether a PR already exists. - PR creation via CNB CLI: Creates pull requests with cnb pulls post-pull, linking back to the originating issue with a Ref # line. - Use Case: A user comments on an issue asking to fix a login bug; the skill creates a branch like auto/login-error-b2c1, implements the fix, pushes it, and opens a PR referencing the issue. ## Quick Start Ask the agent to implement the requested change from the issue or PR comment and push it as a pull request.