workflow_validate_branch_name
Validates branch names against ARC naming conventions (e.g., feature/PROJ-123-description) ensuring compliance with required format and type.
Instructions
Validate a branch name against naming conventions.
Args: branch_name: The branch name to validate
Returns: Dictionary with validation result and details
Valid branch format: /- Types: feature, bugfix, hotfix, docs, spike, release Examples: - feature/PROJ-123-user-authentication - bugfix/PROJ-456-login-crash - docs/update-readme
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| branch_name | Yes |