[#438][CHORE] Claude 개발 harness 추가 — 이슈/PR/테스트 스킬 + dev-rules - #439
Merged
Conversation
.github 템플릿 기반으로 GitHub 이슈·PR 생성을 표준화하는 Claude Code 스킬 2개 추가. - 이슈생성: 유형 판별 → 제목/라벨 컨벤션 → 본문 작성 → 생성 전 확인 → gh issue create - PR생성: 브랜치/커밋 점검 → push → 제목 컨벤션 → PR 본문 → 생성 전 확인 → gh pr create Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
- .claude/skills/테스트작성: BE-rules §11 기준 테스트 작성(해피+더티 케이스 필수) + 실행 - docs/dev-rules/BE-rules.md: 백엔드 개발 규칙 B1~B14 - docs/dev-rules/README.md: harness 진입점 - PR생성 스킬에 BE-rules 자가 점검 단계 연결 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR 요약
이슈 번호
주요 변경 사항
.claude/skills/이슈생성: .github 이슈 템플릿 + 라벨 컨벤션으로 GitHub 이슈 생성.claude/skills/PR생성: .github PR 템플릿 + BE-rules 자가 점검 기반 PR 생성.claude/skills/테스트작성: BE-rules §11 기준 테스트 작성(해피+더티 케이스 필수) + 실행·검증docs/dev-rules/BE-rules.md: 백엔드 개발 규칙 B1~B14 (레이어·예외·엔티티·DTO·리포지토리·enum CHECK 제약·테스트·산출물 동기화)docs/dev-rules/README.md: harness 진입점 / 사용 방식참고 사항
/이슈생성·/PR생성·/테스트작성호출Closes #438