Create GitHub Issue
Helper skill to draft and create GitHub Issues.
Instructions
- •
Draft Issue
- •Context-Based: If no specific content is provided, analyze the chat history to draft an issue.
- •Format: Use
markdown. - •Language: Korean Only (Technical terms can be English).
- •Structure:
- •Title: Clear summary.
- •Context: Background info.
- •Problem: What is wrong or missing.
- •Related Files: Path to files.
- •Expected Result: Definition of Done.
- •
Review
- •Show the draft to the user for approval.
- •
Create
- •Use
run_commandwith GitHub CLI:bashgh issue create --title "제목" --body "내용"
Note: If
ghCLI is unavailable, provide the content for the user to copy-paste. - •Use