[Chore] 작업 모드 PR/이슈 자동화 개선#162
Merged
Merged
Conversation
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.
✔️ 연관 이슈
📝 작업 내용
OnO 프론트엔드 작업 모드에서 PR과 이슈를 실제 GitHub 작업까지 이어서 처리할 수 있도록 에이전트 지침과 Claude 명령어를 정리했습니다. develop 브랜치로 PR이 merge될 때 PR 본문의
close #번호를 기준으로 연결 이슈를 닫는 GitHub Actions 워크플로우도 추가했습니다./pr명령을 PR 초안 작성에서 GitHub PR 실제 생성 절차로 개선했습니다./issue명령과ono-issueSkill을 추가해 GitHub 이슈 템플릿 기반 생성 절차를 정의했습니다.developbase, 현재 브랜치 head,KiSeungMinassignee, 연관 이슈 검색/연결 규칙을 문서화했습니다.close,fix,resolve키워드를 파싱해 연결 이슈를 closed 처리하는 workflow를 추가했습니다.사용자 영향
pr,/issue명령을 사용할 때 문서 초안에 그치지 않고 실제 GitHub PR/Issue 생성까지 일관된 규칙으로 진행할 수 있습니다.반응형 대응
검증
git fetch origin develop: 성공agent,PR issue workflow키워드로 검색했으나 명확한 연관 이슈 없음git diff --check 0a65031d^..HEAD: trailing whitespace 1건으로 실패.claude/commands/issue.md:16flutter analyze는 실행하지 않았습니다.배포 리스크 / 확인 필요 사항
.github/workflows/close-issues-on-merge.yml은 GitHub Actions 권한과 이벤트 조건에 의존하므로 실제 develop merge 후 1회 동작 확인이 필요합니다.close #번호형태가 있으면 해당 이슈가 닫힐 수 있으므로 PR 작성 시 연결 이슈 항목을 정확히 관리해야 합니다..claude/commands/issue.md에 trailing whitespace 1건이 남아 있습니다.스크린샷 (선택)