Pulls latest changes from remote with conflict resolution. Use when user wants to pull, fetch changes, or update from remote.
Scanned 9/2/2026
Install to Claude Code
npx -y skills add majiayu000/claude-skill-registry --skill pull-sasamuku-dotfiles-2 --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Pull Sasamuku Dotfiles 2?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/majiayu000-pull-sasamuku-dotfiles-2)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
Pull the latest changes from branch: $ARGUMENTS (default: origin main).
## Task
Fetch and merge the latest changes. Resolve conflicts if any occur.
```bash
git pull $ARGUMENTS
# or default:
git pull origin main
```
If conflicts occur, analyze and resolve them, then complete the merge.
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!