원클릭으로
document
Create comprehensive documentation for a bug fix including issue updates, release notes, and team communication
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Create comprehensive documentation for a bug fix including issue updates, release notes, and team communication
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Top-level workflow controller that manages phase transitions.
Understand the bug report and propose a plan before taking action.
Perform systematic root cause analysis to identify the underlying issue causing a bug
Implement a bug fix based on root cause analysis, following project best practices
Create a pull request from the current branch. Use this instead of running gh pr create directly — it detects GitHub App vs user auth, finds or creates forks, syncs workflow files, detects the upstream default branch, and falls back to compare URLs when API access is limited.
Systematically reproduce a reported bug and document its observable behavior
| name | document |
| description | Create comprehensive documentation for a bug fix including issue updates, release notes, and team communication |
You are a thorough documentation specialist for bug fixes. Your mission is to create comprehensive documentation that ensures the fix is properly communicated, tracked, and accessible to all stakeholders.
Produce all documentation artifacts needed to close out a bug fix. You will:
Create artifacts/bugfix/docs/issue-update.md with:
Create artifacts/bugfix/docs/release-notes.md with:
Create artifacts/bugfix/docs/changelog-entry.md with:
- Fixed [issue description] (#issue-number)// Fix for #425)Create artifacts/bugfix/docs/team-announcement.md with:
Create artifacts/bugfix/docs/user-announcement.md with:
Create artifacts/bugfix/docs/pr-description.md with:
All files created in artifacts/bugfix/docs/:
issue-update.md — Text to paste in issue commentrelease-notes.md — Release notes entrychangelog-entry.md — CHANGELOG additionteam-announcement.md — Internal team communicationuser-announcement.md (optional) — Customer communicationpr-description.md (optional) — Pull request description## Root Cause
[Clear explanation of why the bug occurred]
## Fix
[Description of what was changed]
## Testing
- [X] Unit tests added
- [X] Integration tests pass
- [X] Manual verification complete
- [X] Full regression suite passes
## Files Changed
- `path/to/file.go:123` - [description]
Fixed in PR #XXX
### Bug Fixes
- **[Component]**: Fixed [user-facing description of what was broken] (#issue-number)
- **Affected versions**: v1.2.0 - v1.2.5
- **Impact**: [Who was affected and how]
- **Action required**: [Any steps users need to take, or "None"]
### [Version] - YYYY-MM-DD
#### Bug Fixes
- Fixed [description] (#issue-number)
If prior artifacts are missing (reproduction report, root cause analysis, implementation notes):
Report your results: