graphic-2d-PR
Installation
SKILL.md
Prerequisites
- Git remotes configured (use
git remote -vto check):- upstream repository (openharmony/graphic_graphic_2d)
- user's fork (username/graphic_graphic_2d)
- Gitcode MCP tools available (if not installed, install from this repo)
- Build passes successfully
Workflow
1. Stage and Commit Changes
# Reset any staged changes and stage everything together
git reset HEAD .
git add .
git status