What problem does it solve? Manually writing GitCode Issues for pull requests is repetitive and error-prone: you must pick the right Issue template, extract technical details from code changes, and keep the PR and Issue cross-referenced. This Skill automates that workflow while enforcing confirmation before any write operation. ## Core Features & Use Cases - PR-to-Issue automation (Path A): Parses a GitCode PR link, clones the repository, inspects the diff, auto-selects an Issue template based on change type (bug-report, feature-request, documentation, RFC), generates the Issue body, and creates bidirectional PR ↔ Issue links via the GitCode API. - Interactive manual drafting (Path B): Collects required fields conversationally, discovers local or remote Issue templates, generates a draft, checks for duplicate Issues, and submits only after user confirmation. - Safety guardrails: Environment pre-checks (token, git, curl), mandatory user confirmation before any write operation, no test Issues against target repositories, and optional self-assignment via the authenticated token user. - Use Case: You merged a documentation PR on GitCode and need a tracking Issue. Provide the PR link, and the Skill selects the documentation template, drafts the body with the PR link appended, and creates the Issue after your approval. ## Quick Start Ask the assistant to create a GitCode Issue for the PR at your GitCode pull request link and confirm the generated draft when prompted.