chore: Claude Code 프로젝트 컨텍스트 및 슬래시 커맨드 설정#175
Conversation
…ve, create-branch, create-component, create-page, write-test)
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Coverage Report
File CoverageNo changed files found. |
|
✅ CI 성공 (빌드 & 린트 통과) |
There was a problem hiding this comment.
Code Review
This pull request introduces a comprehensive set of Claude-specific commands and skill definitions to standardize development workflows, including code reviews, commits, branch management, and component/page creation. It also adds a detailed CLAUDE.md file to provide project context and coding conventions. Review feedback highlighted inconsistencies in PR template documentation and suggested improvements for GitHub CLI command reliability and efficiency.
|
✅ CI 성공 (빌드 & 린트 통과) |
|
/Gemini review |
There was a problem hiding this comment.
Code Review
This pull request introduces a comprehensive set of Claude-specific command definitions and skill guides to standardize development workflows, including branch management, component/page creation, testing, and PR processes. It also adds a CLAUDE.md file as a central project context reference. Feedback was provided to optimize QueryClient prefetching with staleTime to prevent immediate refetching after hydration and to simplify cn utility usage by removing unnecessary empty strings in component templates.
|
✅ CI 성공 (빌드 & 린트 통과) |
Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
|
✅ CI 성공 (빌드 & 린트 통과) |
💡 PR 요약
Claude Code가 이 프로젝트의 규칙을 인식하고 일관되게 작업할 수 있도록 컨텍스트 문서와 슬래시 커맨드를 추가합니다.
CLAUDE.md— 기술 스택, FSD 구조, 브랜치 전략, 커밋 컨벤션, Never Do 목록 등 프로젝트 전반 규칙 문서화.claude/commands/— 커밋, PR, 코드리뷰, 브랜치 생성, 컴포넌트/페이지 생성, 테스트 작성, PR 답글 등 슬래시 커맨드 8개 추가.claude/skills/— API 패턴, 컴포넌트 패턴, FSD 레이어 검사 스킬 3개 추가📋 작업 내용
실제 코드베이스를 분석하여 현재 프로젝트와 일치하는 내용으로 작성했습니다.
주요 규칙으로는 커밋·PR·코드리뷰 한국어 작성 필수,
main/develop직접 커밋·푸쉬 차단, PR은.github/PULL_REQUEST_TEMPLATE.md템플릿 준수, 브랜치는 항상develop기준으로 생성하는 흐름(main ← develop ← feature)을 포함합니다.🤝 리뷰 시 참고사항
슬래시 커맨드는
/commit,/pr,/create-branch등으로 호출하며, Claude Code CLI 환경에서만 동작합니다.