1k-git-workflow

Installation
SKILL.md

OneKey Git Usage Guidelines

Branch Management

  • Main branch: x - This is the primary development branch
  • Workflow: x → create feature branch → develop → PR back to x
  • Do not use onekey, master, or main as the base branch - always use x
  • NEVER work directly on the x branch → ALWAYS create feature branches

Branch Naming

  • Feature branches: feat/description or feature/description
  • Bug fixes: fix/description
  • Refactoring: refactor/description
Installs
70
GitHub Stars
2.4K
First Seen
Jan 23, 2026
1k-git-workflow — onekeyhq/app-monorepo