build-hook
**Interactive guide for creating custom hooks with Q&A workflow and automatic validation.**
Sync feature branch with the latest main branch.
How it fires
How this command gets triggered: by you, by Claude, or both.
/sync-branchContext preview
What this command does when you run it.
Sync feature branch with the latest main branch.
description: Sync feature branch with the latest main branch. argument-hint: [target]
1. Fetch latest upstream refs: `git fetch origin --prune`. 2. Identify target branch (default `main`, or override via argument). 3. Rebase current branch onto target:
git rebase origin/${target:-main}4. Resolve any conflicts, rerun `/review` and `/security-scan` afterwards. 5. Force-with-lease push to update the PR:
git push --force-with-lease origin $(git branch --show-current)
A comprehensive toolkit for generating production-ready Claude Skills and Claude Code Agents at scale.
Repo: alirezarezvani/claude-code-skill-factory
**Interactive guide for creating custom hooks with Q&A workflow and automatic validation.**
**Quick access to the factory-guide orchestrator for building custom Skills, Prompts, Agents, or Hooks.**
**Easy wrapper for running Codex CLI commands from Claude Code with proper syntax.**
**See what you've built, what's validated, what's installed, and what's next.**