GitHub Issue Workflow Template
A workflow template for issue creation through closure using gh command.
Intended Use
- Development workflow using GitHub Issues
- Manage work content with issues and track progress
- Clearly associate commits with issue numbers
Prompt Text
text
After creating an issue with the gh command about the above:
Report a progress report to the issue, then commit with the issue number assigned, push, and close
Make the issue and commit content in Japanese so it's understandable when viewed later
Add emojis to improve readability
Split commits frequently and commitHow to Use
- Explain work content to AI
- Issue is created with gh command
- Progress report is reported to issue
- Commit with issue number is created
- Issue is closed after push
Input Example
Implement user authentication featureOutput Example
- Issue is created with gh issue create
- Progress report is reported as issue comment
- Commit with #[ISSUE_NUMBER] is created
- Issue is closed after push
Notes
- gh command must be installed
- gh command must be authenticated
- Commits are split frequently