setup_project_branch
Create a new GitHub branch for feature development in Figma-to-React conversion projects, enabling parallel work on design implementations.
Instructions
Create a new GitHub branch for feature development.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| branchName | Yes | Name for the new branch (e.g., "feature/hero-section") | |
| baseBranch | No | Base branch (default: main) | main |