Tag: branching
skill
★ 3,264
Reset worktree and create fresh git branch
Resets the current working directory to the latest main branch and subsequently creates a new, clean branch for fresh development work. This ensures the environment is fully synchronized before starting new feature development.
tool
★ 10,706
Automates Git workflow and PR creation
This skill manages the complete Git workflow, automatically creating feature or fix branches, committing staged or unstaged changes, and finally submitting a pull request using the GitHub CLI. It enforces critical rules regarding PII exclus…