Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/Morrison-Lab/ai-config --skill syncコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SKILL.md を表示中
| name | sync |
| description | → sync-pr-branch. |
| user-invocable | true |
| allowed-tools | ["Bash","Read","Edit","Write"] |
This is a synonym for sync-pr-branch — the
two are interchangeable. There is no separate behavior here.
Do this: read sync-pr-branch and follow its
instructions exactly, against the current branch (or the branch the user
named). Everything that skill says — fetch origin, merge origin/main, merge
origin/<current-branch>, resolve conflicts, run the repo's pre-commit checks
(render / lint / spell), then push — applies unchanged.
Keep the logic only in sync-pr-branch; this file is just the /sync entry
point so the names stay in sync.