Pulls latest changes from remote with conflict resolution. Use when user wants to pull, fetch changes, or update from remote.
Scanned 9/9/2026
Install to Claude Code
npx -y skills add sasamuku/dotfiles --skill pull --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Pull?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/sasamuku-pull)More formats (shields.io, HTML) on the badges page.
---
name: pull
description: Pulls latest changes from remote with conflict resolution. Use when user wants to pull, fetch changes, or update from remote.
disable-model-invocation: true
---
# Pull
$ARGUMENTS で指定したブランチから最新の変更を取り込む (既定値: origin main)。
## タスク
最新の変更を取得し、マージする。コンフリクトが発生したら解決する。
```bash
git pull $ARGUMENTS
# or default:
git pull origin main
```
コンフリクトが起きた場合は分析・解決してからマージを完了する。
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!