git-sync
Git Sync
Instructions
When to Invoke This Skill
- Before creating new worktrees (ensure latest main)
- Periodically to stay up to date with team changes
- After multiple PRs have been merged
- When starting a new batch of issue work
Purpose
Keeps the local main branch synchronized with the remote repository, ensuring all new worktrees are based on the latest code.
Standard Workflow
Synchronizing Main Branch
More from edanstarfire/claudecode_webui
custom-cleanup-process
Project-specific cleanup process after issue completion. Stops test servers and cleans project-specific artifacts for claudecode_webui.
27custom-environment-setup
Project-specific environment setup for issue workflows. Calculates test ports and provides initialization context for minions.
25custom-test-process
Project-specific test process. Starts backend/vite servers, runs pytest, and verifies health endpoints for claudecode_webui.
21custom-build-process
Project-specific build process for the Builder workflow. Builds frontend assets for claudecode_webui.
15custom-quality-check
Project-specific code quality checks. Runs Ruff linting on modified Python files for claudecode_webui.
13change-impact-analyzer
Determine what needs modification and identify potential side effects of changes. Use before implementing changes to understand full scope and prevent breaking existing functionality.
2