Create feature branch
github_create_feature_branchCreate a new feature branch from a base branch after validating safety constraints to prevent collisions and ensure branch integrity.
Instructions
Create a new feature branch from the base branch after validating safety constraints.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| remote | No | Git remote name used to check remote branch collisions. Defaults to origin. | |
| repoPath | Yes | Path to a local repository inside the configured allowed roots. | |
| baseBranch | No | Base branch to branch from. Defaults to main. | |
| branchName | Yes | New feature branch name, such as feature/my-change. |