— No reviews yet
0 installs
4 views
0.0% view→install
Install
$ agentstack add skill-jonayeon-claude-code-skills-work-git-conflict-resolver ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Are you the author of Work Git Conflict Resolver? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claimAbout
Conflict Resolver
목적
Merge/Rebase 충돌을 분석하여 올바른 해결 방향을 제시하고 충돌을 해결합니다.
지침
1. 충돌 파일 파악
git status # 충돌 파일 목록
git diff --name-only --diff-filter=U # Unmerged 파일 목록
2. 충돌 내용 분석
충돌 파일을 읽어서 각 충돌 블록을 분석합니다:
>>>>>> feature/other-branch
각 충돌에 대해 판단합니다:
- 현재 브랜치 선택: 현재 변경사항이 더 최신이거나 올바를 때
- 들어오는 변경 선택: 상대 브랜치 변경이 더 올바를 때
- 둘 다 병합: 두 변경사항이 모두 필요할 때
- 새로 작성: 두 코드 모두 문제가 있어 새로 작성이 필요할 때
3. 해결 전략 설명
사용자에게 각 충돌별로:
- 두 코드의 차이점 설명
- 권장 해결 방향과 이유 제시
- 사용자 확인 후 적용
4. 해결 완료 처리
git add
git commit # 또는 git rebase --continue
출력 형식
## 충돌 분석
**충돌 파일**: 3개
- src/auth.js (2개 충돌)
- package.json (1개 충돌)
---
### src/auth.js — 충돌 #1
**현재 (HEAD)**:
\`\`\`js
// 현재 코드
\`\`\`
**들어오는 변경**:
\`\`\`js
// 상대 코드
\`\`\`
**권장**: 둘 다 병합 — 이유: 각각 다른 기능을 추가하므로 모두 필요합니다.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: JoNaYeon
- Source: JoNaYeon/claude-code-skills
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.