create_feature_branch
Automatically create a feature or fix git branch from task ID and name, streamlining React development workflow.
Instructions
Create a git branch (feat/ or fix/) based on task details
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | Branch type: feature or fix | |
| taskId | Yes | Task ID | |
| taskName | Yes | Task name/title |