Skip to content

chore: Claude Code 프로젝트 컨텍스트 및 슬래시 커맨드 설정#175

Merged
g-hyxn merged 13 commits intodevelopfrom
chore/claude-setup
Apr 13, 2026
Merged

chore: Claude Code 프로젝트 컨텍스트 및 슬래시 커맨드 설정#175
g-hyxn merged 13 commits intodevelopfrom
chore/claude-setup

Conversation

@g-hyxn
Copy link
Copy Markdown
Contributor

@g-hyxn g-hyxn commented Apr 11, 2026

💡 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 환경에서만 동작합니다.

@vercel
Copy link
Copy Markdown

vercel bot commented Apr 11, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
gwangju-talent-festival-client Ready Ready Preview, Comment Apr 13, 2026 8:54am

@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 11, 2026

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 94.48% 120 / 127
🔵 Statements 93.89% 123 / 131
🔵 Functions 100% 18 / 18
🔵 Branches 83.33% 90 / 108
File CoverageNo changed files found.
Generated in workflow #393 for commit 03dc4c0 by the Vitest Coverage Report Action

@g-hyxn g-hyxn requested review from bae080311, koreahghg and zaewc April 11, 2026 07:57
@g-hyxn g-hyxn self-assigned this Apr 11, 2026
@github-actions
Copy link
Copy Markdown

✅ CI 성공 (빌드 & 린트 통과)

Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

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.

Comment thread CLAUDE.md Outdated
Comment thread .claude/commands/pr.md Outdated
Comment thread .claude/commands/resolve.md Outdated
@g-hyxn g-hyxn changed the title [chore] Claude Code 프로젝트 컨텍스트 및 슬래시 커맨드 설정 chore: Claude Code 프로젝트 컨텍스트 및 슬래시 커맨드 설정 Apr 11, 2026
@github-actions
Copy link
Copy Markdown

✅ CI 성공 (빌드 & 린트 통과)

@zaewc
Copy link
Copy Markdown
Member

zaewc commented Apr 11, 2026

/Gemini review

Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

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.

Comment thread .claude/commands/create-page.md Outdated
Comment thread .claude/commands/create-component.md Outdated
@github-actions
Copy link
Copy Markdown

✅ CI 성공 (빌드 & 린트 통과)

Copy link
Copy Markdown
Member

@bae080311 bae080311 left a comment

Choose a reason for hiding this comment

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

꼭 필요한거만 도입하는게 좋을 듯..

@github-actions
Copy link
Copy Markdown

✅ CI 성공 (빌드 & 린트 통과)

@g-hyxn g-hyxn merged commit 1966410 into develop Apr 13, 2026
5 checks passed
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.

4 participants