What problem does it solve? Working with the CNB platform requires repetitive manual navigation through web UIs to manage issues, pull requests, labels, assignees, and CI results. This Skill provides direct CLI commands so an AI agent can read and write CNB resources without leaving the development workflow. ## Core Features & Use Cases - Issue Management: Get details, list and post comments, open/close issues, manage labels and assignees, and upload files or images to issues. - Pull Request Operations: Inspect PR details, file changes, commits, reviews, and CI status, plus retrieve CI failure logs and timing analysis for bottleneck diagnosis. - Attachment Handling: Upload and fetch files and images attached to issues and PRs, with automatic Issue/PR number detection from environment variables. - Use Case: While reviewing a failing PR, ask the agent to fetch the CI failure logs with cnb pulls get-ci-logs, analyze the error, and post a comment summarizing the root cause—all without opening a browser. ## Quick Start Ask the agent to show the details and latest comments of the current pull request using the cnb pulls commands.