Skip to content

feat(commands): add /issue-create command for 5W1H issue creation#56

Merged
kcenon merged 1 commit into
mainfrom
feat/issue-53-add-issue-create-command
Jan 19, 2026
Merged

feat(commands): add /issue-create command for 5W1H issue creation#56
kcenon merged 1 commit into
mainfrom
feat/issue-53-add-issue-create-command

Conversation

@kcenon

@kcenon kcenon commented Jan 19, 2026

Copy link
Copy Markdown
Owner

Closes #53

Summary

  • Add /issue-create command for creating well-structured GitHub issues
  • Follows the 5W1H framework (What, Why, Who, When, Where, How)
  • Supports --type (bug, feature, refactor, docs) and --priority (critical, high, medium, low) options
  • Includes organization auto-detection and explicit --org flag support
  • Consistent structure with existing /issue-work and /pr-work commands

Test Plan

  • Invoke /issue-create command with project name
  • Verify 5W1H template is applied to created issues
  • Test --type and --priority options
  • Test organization auto-detection and --org flag

@kcenon kcenon mentioned this pull request Jan 19, 2026
4 tasks
@kcenon kcenon merged commit 62760a2 into main Jan 19, 2026
@kcenon kcenon deleted the feat/issue-53-add-issue-create-command branch January 19, 2026 07:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Part 1/3] Add /issue-create command

1 participant