Install
1
Run in your terminal$
npx claudepluginhub fradser/dotclaude --plugin githubDetails
Namespace
create-issues/references/Command Content
Decision Logic
Branch-Based Decision Tree
- On main/develop: Create issue directly.
- On PR branch: Ask "Must this be fixed before merge?"
- Yes: Comment in PR with detailed context and reasoning, don't create issue.
- No: Create new issue for later with clear justification for scope separation.
Issue Types
- Epic issues: Multi-PR initiatives (no auto-close keywords).
- PR-scoped issues: Single PR resolution (use auto-close keywords).
- Review issues: Non-blocking feedback from PR reviews.
Issue Creation Process
- Analyze context from current repository state and existing issues.
- Determine issue type based on scope and complexity.
- Create proper labels if they don't exist:
gh label create "priority:high" --description "High priority - this sprint" --color "d73a4a" || true gh label create "priority:medium" --description "Medium priority - next sprint" --color "fbca04" || true gh label create "priority:low" --description "Low priority - backlog" --color "0075ca" || true - Create issue with proper structure and labels.
- Link related items if applicable.
Stats
Parent Repo Stars468
Parent Repo Forks36
Last CommitFeb 1, 2026