一键导入
sync-develop
develop 브랜치로 체크아웃하고 최신 코드를 pull 해오는 스킬. Use PROACTIVELY when user mentions "develop 동기화", "develop pull", "최신 코드", 또는 새 브랜치 분기 전 자동 제안.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
develop 브랜치로 체크아웃하고 최신 코드를 pull 해오는 스킬. Use PROACTIVELY when user mentions "develop 동기화", "develop pull", "최신 코드", 또는 새 브랜치 분기 전 자동 제안.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Generate descriptive commit messages by analyzing git diffs. Use PROACTIVELY when the user asks to commit, wants a commit message, or after completing a task and preparing to commit.
코드 리뷰 후 수정 계획 문서를 생성하는 스킬. Use PROACTIVELY after code review completion. 코드 리뷰 결과를 구조화된 마크다운 문서로 docs/local/ 하위에 저장한다. "리뷰 문서 만들어줘", "코드리뷰 정리해줘", "/review-fix-plan" 또는 리뷰 완료 후 자동 트리거.
Comprehensive DevOps skill for CI/CD, infrastructure automation, containerization, and cloud platforms (AWS, GCP, Azure). Use PROACTIVELY for pipeline setup, deployment automation, infrastructure provisioning, monitoring configuration, or any DevOps-related task.
Comprehensive QA and testing skill for Java Spring Boot applications. Use PROACTIVELY when writing tests, designing test strategies, analyzing test coverage, or diagnosing test failures. Includes JUnit 5, TestContainers, RestAssured patterns and quality metrics.
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
Use PROACTIVELY when the user asks to document work, summarize the session, or says "문서화해줘", "작업 내용 정리해줘", "/document", "/docs". Also trigger automatically after major feature completion to offer documentation. Creates structured Markdown files under docs/ reflecting completed work.
| name | sync-develop |
| description | develop 브랜치로 체크아웃하고 최신 코드를 pull 해오는 스킬. Use PROACTIVELY when user mentions "develop 동기화", "develop pull", "최신 코드", 또는 새 브랜치 분기 전 자동 제안. |
develop 브랜치로 전환하고 원격 저장소에서 최신 변경사항을 가져온다.
현재 상태 확인: git status로 uncommitted 변경사항 확인
develop 체크아웃 및 pull 실행:
git checkout develop && git pull
결과 보고: pull 결과 요약 (새로 받은 커밋 수, 변경 파일 등)