What problem does it solve?
This Skill solves the problem of creating OpenHarmony graphic subsystem pull requests on Gitcode with the correct commit metadata, linked issue, and properly formatted PR template (including CodeCheck “Pass” entries).
Core Features & Use Cases
- End-to-end PR workflow: Guides you through git status verification, committing with a required Signed-off-by line, pushing to the remote branch, creating a related issue, and opening a PR.
- Template-driven PR body generation: Ensures the PR description follows the Chinese OpenHarmony Gitcode PR template, including Issue linkage, Test & Result, and CodeCheck table filled with “Pass”.
- Graphic-subsystem oriented usage: Tailored for OpenHarmony graphic projects where PR template formatting is mandatory for successful review.
Use Case Example: You fixed a rendering bug in the graphic subsystem and want to open a Gitcode PR that includes a linked issue and a CodeCheck section with all entries marked “Pass”.
Quick Start
Ask the AI to create a Gitcode PR for my OpenHarmony graphic changes by producing the PR title/body using the .gitcode/PULL_REQUEST_TEMPLATE.zh-CN.md template and a CodeCheck table with all results set to Pass.