From unity-cli
Syncs GitHub automation skills (gh-fix-ci, gh-fix-issue, gh-pr, gh-pr-check) from upstream repo to project and global Codex skill directories. Checks status, pins refs, targets project/global.
npx claudepluginhub akiojin/unity-cli --plugin unity-cliThis skill is limited to using the following tools:
Use this skill when asked to update or synchronize GitHub-related skills:
Syncs local Claude Code skills and references from Paper-Polish-Workflow GitHub repo via gh CLI. Activates on 'update skills', 'sync skills', or Chinese equivalents.
Installs, updates, lists, and removes Claude Code skills from GitHub repos/subdirs or .skill zips. Supports user-global and project-local locations.
Detects updates to installed Claude Code skills from upstream git branches, lists available ones, merges selected branches, resolves conflicts, and validates with build/test.
Share bugs, ideas, or general feedback.
Use this skill when asked to update or synchronize GitHub-related skills:
gh-fix-cigh-fix-issuegh-prgh-pr-checkRead references/sync-behavior.md when you need details about source selection, backup behavior, or project-vs-global targeting.
gh-* automation skills.unity-cli skills in .claude-plugin/plugins/unity-cli/skills.gh-* skill rather than sync it.--check first when the user only asked for status or when the current state is unclear.--ref.--check after changes and report what moved.Run from repository root:
scripts/sync-gh-skills.sh
# check only (no write)
scripts/sync-gh-skills.sh --check
# update project skills only
scripts/sync-gh-skills.sh --target project
# pin a specific ref
scripts/sync-gh-skills.sh --ref main
gh-* skills are behind upstream."gh-* skills from a pinned upstream ref."akiojin/skills${CODEX_HOME:-~/.codex}/skills./.codex/skills.backup/gh-sync-<timestamp>/.skill-installer if available.git sparse-checkout so it also works in Claude Code environments.--target project or the appropriate target selector before syncing.--check.scripts/sync-gh-skills.sh --check after any update to verify consistency.