코드 리뷰를 수행한다. 사용자가 "리뷰해줘", "코드 봐줘", "PR 리뷰", "변경사항 확인", "코드 점검", "코드 검토" 등 코드 품질·개선 관련 요청을 할 때 반드시 사용한다. 인자 없으면 git diff 기준, 인자 있으면 지정 파일/폴더 기준으로 가독성·정확성·보안·아키텍처·테스트를 체크한다.
대상 코드를 분석하고 테스트 시나리오를 함께 논의한 뒤 테스트 코드를 생성. 사용자가 "테스트 써줘", "테스트 만들어줘", "테스트 코드 짜줘", "이 클래스 테스트", "단위 테스트 추가" 등을 요청할 때 사용. 코드 분석 없이 바로 테스트 코드를 작성하려 할 때도 이 스킬을 먼저 참조할 것.
Claude Code 플러그인 마켓플레이스. 개발 워크플로우 자동화 스킬 모음.
common — 공통 개발 도구언어·플랫폼 무관하게 사용할 수 있는 스킬.
| 스킬 | 트리거 예시 |
|---|---|
apply-review | "PR 리뷰 반영해줘", "코드리뷰 코멘트 처리해줘" |
commit | "커밋해줘", "변경사항 정리해줘" |
create-pr | "PR 만들어줘", "풀리퀘 올려줘" |
setup-skills | "스킬 세팅해줘", "프로젝트에 맞는 스킬 만들어줘" |
android — Android 개발 전용Android 프로젝트에 특화된 스킬.
| 스킬 | 트리거 예시 |
|---|---|
review-code | "리뷰해줘", "코드 봐줘", "코드 점검" |
write-test | "테스트 써줘", "단위 테스트 추가" |
apply-reviewGitHub PR 리뷰 코멘트를 가져와 우선순위 순으로 하나씩 검토하고, 승인 후 코드를 수정한다.
요구사항: Python, gh CLI 인증 완료
commit변경사항을 분석해 커밋 메시지 초안을 작성하고, 승인 후 커밋한다.
create-pr현재 브랜치의 변경사항을 분석해 PR 본문 초안을 작성하고, 승인 후 PR을 생성하거나 기존 PR을 업데이트한다.
setup-skills프로젝트의 기술 원칙을 기반으로 프로젝트를 분석하고, 해당 프로젝트에 특화된 커스텀 스킬을 추천 및 생성한다.
review-code코드 리뷰를 수행한다. 플랫폼(Android / common)을 자동 감지하고, 가독성·정확성·보안·아키텍처·테스트 항목을 체크한다.
# 변경사항 전체 리뷰
/review-code
# 특정 파일/폴더 리뷰
/review-code src/feature/login/
write-test대상 코드를 분석하고 테스트 시나리오를 논의한 뒤 테스트 코드를 생성한다.
/write-test src/feature/login/LoginViewModel.kt
# 1. 마켓플레이스 추가
/plugin marketplace add gagip/gagip-dev
# 2. 플러그인 설치
/plugin install common@gagip-dev
/plugin install android@gagip-dev
gh CLI (GitHub 관련 스킬 사용 시)apply-review 스킬 사용 시)Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub gagip/gagip-dev --plugin android언어/플랫폼 무관 공통 개발 워크플로 도구
Developer workflow skills — full task implementation cycle, View→Compose UI migration, safe code migration, test plan generation, exploratory QA testing, feature verification, PR preparation, PR creation (draft or ready), and full PR lifecycle through CI/CD and code review
Android development validation with Gradle build hooks.
Complete Claude Code configs for mobile development - Android, iOS, and Kotlin Multiplatform
Android and Kotlin development with Jetpack Compose
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Frontend design skill for UI/UX implementation