skills/empower-sync/SKILL.md
Sync a commit from the gemini remote into sync-upstream for empower-site.
npx skillsauth add tmeister/skills empower-syncInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill to cherry-pick a single commit from the gemini remote into sync-upstream for the empower-site project.
gemini.sync-upstream.Preflight
git status --porcelainFetch remote
git fetch geminiPrepare sync-upstream
sync-upstream to the default branch.git checkout <default-branch>git pull origin <default-branch>git branch -f sync-upstream <default-branch>git checkout sync-upstreamDry-run review
git show <sha> --statgit show <sha> -pApply
git cherry-pick <sha>Conflict handling
git cherry-pick --continue after resolution.Report
git status.documentation
Use when a JWT site content issue is ready for execution and you need to draft or finalize the post directly in jwt-site, keep the same draft PR moving, and sync HQ tracking.
tools
Analyze changes and update WordPress plugin version references safely.
tools
Create, verify, list, or delete WordPress plugin version tags safely.
tools
Generate a WordPress plugin changelog focused on user value and update readme.txt when requested.