Skip to content

Conversation

@chanhyeong
Copy link
Collaborator

@chanhyeong chanhyeong commented Nov 16, 2025

  • add a version up skill for work convenience

I just made the agent skill with claude code, for our work convenience.

Used prompt
skill 생성하고 싶어

...

현재 프로젝트는 spring-projects/spring-data-relational 의 릴리즈에 
맞추어 버전업을 진행하고 있고, data-relational 의 버전 간 변경 사항을 
현재 프로젝트에 동일하게 반영하고 있음.

지금 main 브랜치를 예로 들면, 현재는 3.5.5 까지의 버전을 반영해서 
배포해둔 상태이며, 3.5.6 이 새로 나와서 관련 변경을 반영해야 하는 상태
반영할 변경 사항들은 다음과 같음
https://github.com/spring-projects/spring-data-relational/compare/3.5.
5...3.5.6 
⏺ Skill 생성 완료! 🎉

  생성된 Skill

  위치: .claude/skills/sync-data-relational/SKILL.md

  주요 기능:
  1. GitHub에서 spring-data-relational 버전 간 변경사항 자동 fetch
  2. 변경사항을 중요도별로 자동 분류
  (Critical/Important/Informational)
  3. 현재 코드베이스에서 영향받는 부분 자동 검색
  4. 구조화된 업그레이드 리포트 생성

  Skill 사용 방법

  다음 세션부터 skill이 자동으로 로드되며, 다음과 같이 사용할 수
  있습니다:

  "Sync data-relational changes from 3.5.6 to 3.5.7"
  "What needs to be updated for spring-data-relational 3.6.0?"
  "Analyze spring-data-relational upgrade to 3.5.8"

  skill을 호출하면 위에서 시연한 것처럼 자동으로:
  - GitHub 변경사항 분석
  - 영향받는 코드 검색
  - 상세 리포트 생성

  방금 수행한 3.5.5 → 3.5.6 분석 결과

  결론: ✅ 코드 변경 불필요

  3.5.6은 주로 문서 개선 및 이 프로젝트에서 사용하지 않는 의존성
  업데이트로 구성되어 있습니다. API deprecation도 현재 코드베이스에
  영향을 주지 않습니다.

  권장 조치:
  1. gradle.properties를 업데이트하여 Spring Data BOM 2025.0.6 사용
  2. 전체 테스트 suite 실행하여 호환성 확인
  3. 필요시 README.md의 버전 예제 업데이트

- add a version skill for work convenience
@chanhyeong chanhyeong requested review from IAM20 and wool0826 November 16, 2025 03:24
@chanhyeong chanhyeong self-assigned this Nov 16, 2025
Copy link
Collaborator

@wool0826 wool0826 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍👍👍

@chanhyeong chanhyeong merged commit 7879f8b into main Nov 17, 2025
3 checks passed
@chanhyeong chanhyeong deleted the feature/add-version-up-skills branch November 17, 2025 10:25
chanhyeong added a commit that referenced this pull request Nov 19, 2025
- add a version skill for work convenience
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants