empower-sync

Sync a commit from the gemini remote into sync-upstream for empower-site.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "empower-sync" with this command: npx skills add tmeister/skills/tmeister-skills-empower-sync

Empower Sync

Use this skill to cherry-pick a single commit from the gemini remote into sync-upstream for the empower-site project.

Inputs

  • Require a commit SHA. If missing, ask for it.
  • Remote is gemini.

Safety Rules

  • Stop if the working tree is dirty.
  • Ask before resetting or recreating sync-upstream.
  • Do not cherry-pick until the user approves after reviewing the diff.

Workflow

  1. Preflight

    • git status --porcelain
    • If not clean, stop and ask to commit or stash.
  2. Fetch remote

    • git fetch gemini
  3. Prepare sync-upstream

    • Confirm before resetting 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-upstream
  4. Dry-run review

    • git show <sha> --stat
    • git show <sha> -p
    • Summarize files and risks.
    • Ask for approval to apply.
  5. Apply

    • git cherry-pick <sha>
  6. Conflict handling

    • If conflicts, list them and ask how to resolve.
    • Use git cherry-pick --continue after resolution.
  7. Report

    • Show recent log and git status.
    • Confirm the branch is ready for review/testing.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

laravel-simplifier

No summary provided by upstream source.

Repository SourceNeeds Review
General

git-branch-cleanup

No summary provided by upstream source.

Repository SourceNeeds Review
General

prd-discovery

No summary provided by upstream source.

Repository SourceNeeds Review
General

pr-review

No summary provided by upstream source.

Repository SourceNeeds Review