Loading...
Loading...
Creates a new numbered issue document in docs/issue/ following the project's standard issue format, and simultaneously creates the corresponding Korean translation in docs/dev/issue/. Use this whenever starting new work — features, bug fixes, tasks, or investigations. The user may say "create an issue", "new issue", "이슈 만들어줘", or simply describe work they want to start.
npx skill4agent add ywj3493/claude-skills new-issuels docs/issue/ 2>/dev/null | grep -E '^issue[0-9]+\.md$' | sort001001002099100101docs/issue/issue<NNN>.md# Issue <NNN>: <Title>
**Status**: Open
**Created**: <YYYY-MM-DD>
## Background
<Why this work is needed and what problem it solves>
## Acceptance Criteria
- [ ] <Criterion 1>
- [ ] <Criterion 2>
## Tasks
- [ ] 1. <Task 1>
- [ ] 2. <Task 2>
## Notes
<!-- Record decisions, discoveries, and blockers here as work progresses -->references/issue-template.mddocs/dev/issue/issue<NNN>.ko.md# 이슈 <NNN>: <한국어 제목>
**상태**: 열림
**생성일**: <YYYY-MM-DD>
## 배경
<이 작업이 필요한 이유와 해결하려는 문제>
## 완료 기준
- [ ] <기준 1>
- [ ] <기준 2>
## 작업 목록
- [ ] 1. <작업 1>
- [ ] 2. <작업 2>
## 참고 사항
<!-- 작업 진행 중 결정 사항, 발견 사항, 차단 사항을 여기에 기록하세요 -->Created:
docs/issue/issue<NNN>.mddocs/dev/issue/issue<NNN>.ko.mdReference this issue in commit messages with.Refs: issue<NNN>
- [x] 1. Task 1OpenIn ProgressDone