Loading...
Loading...
Automate Gitcode Pull Request creation workflow for OpenHarmony graphic subsystem including code commit, issue creation, and PR submission with proper template formatting. Use when user needs to create a PR for the Gitcode platform, especially for OpenHarmony graphic projects that require specific PR templates with CodeCheck tables and Signed-off-by tags.
npx skill4agent add openharmonyinsight/openharmony-skills oh-graphic-gitcode-pr-creator.gitcode/PULL_REQUEST_TEMPLATE.zh-CN.mdgit status
git diff <file>git config user.name
git config user.email
git add <files>
git commit -m "<message>\n\nSigned-off-by: <name> <<email>>"git push origin <branch-name>masterOpenHarmony-6.1-Releasegitcode_create_issue.gitcode/PULL_REQUEST_TEMPLATE.zh-CN.mdgitcode_create_pull_request| 类型 | 自检项 | 自检结果 |
|---|---|---|
| 多线程 | ... | Pass |
| 内存操作 | ... | Pass |
| 外部输入 | ... | Pass |
| 敏感信息 | ... | Pass |
| 数学运算 | ... | Pass |
| 初始化 | ... | Pass |
| 权限管理 | ... | Pass |
--force