Prepare feature workflow
github_prepare_feature_workflowChecks repository status, updates the base branch to latest, and creates a new feature branch for starting work.
Instructions
Check status, update main, and create a new feature branch. Does not push or create a PR.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| remote | No | Git remote name. Defaults to origin. | |
| repoPath | Yes | Path to a local repository inside the configured allowed roots. | |
| baseBranch | No | Base branch to update and branch from. Defaults to main. | |
| branchName | Yes | New feature branch name, such as feature/my-change. |