원클릭으로
issue
깃허브 이슈 생성
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
깃허브 이슈 생성
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | issue |
| description | 깃허브 이슈 생성 |
| allowed-tools | Bash, mcp__github__issue_write |
사용자 입력을 분석하여 하단 템플릿 기반으로 이슈를 생성한다.
Current branch: !git **branch** --show-current
Recent commits:
!git log --oneline -5
| Type | Title Prefix | Label | Template |
|---|---|---|---|
bug | [BUG] | 🐞 Type: Bug/Function | bug-report.md |
feat | [Task] | 📩 Type: Feature/Function | feature-request.md |
bug — bug-report.md:
## 🐞 증상
---
> 버그에 대한 증상을 적어주세요.
## 🤔문제 상황
---
> 문제 상황을 재현할 수 있도록 재현 방법을 적어주세요.
feat — feature-request.md:
## 📝 개요
---
> 추가 할 기능에 대한 설명을 적어주세요.
## 📆 소요 시간
---
> 해당 작업을 완료하는데 소요되는 예상 시간을 적어주세요.(e.g. `2025/02/07`~`2025/02/14`)
## 📌 해야 할 일
---
- [ ] 해야 할 일을 적어주세요.
- [ ] 해야 할 일을 적어주세요.
bug / feat)과 핵심 내용을 파악한다.
mcp__github__issue_write로 이슈를 생성한다:
owner: Dino0204repo: Flooding-Client-V2title: [BUG] 내용 또는 [Task] 내용body: 작성된 본문labels: 타입에 맞는 라벨Parse code review comments left by bot reviewers (gemini-code-assist, coderabbitai, copilot, etc.) on the current PR, apply the suggested fixes to the code, then reply to each review comment thread mentioning that reviewer with a summary of what was addressed.
Interview me relentlessly about every aspect of this plan until we reach a shared understanding. Walk down each branch of the design tree, resolving dependencies between decisions one-by-one.
깃허브 커밋 메시지 작성
깃허브 PR 생성