graphic-2d-PR

Installation
SKILL.md

Prerequisites

  • Git remotes configured (use git remote -v to 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

# Create a new branch from current branch
Related skills

More from openharmonyinsight/openharmony-skills

Installs
20
GitHub Stars
21
First Seen
Mar 11, 2026