This is a detailed way you can analyze the GitHub issues and let Claude handle them in best possible way.
/plugin marketplace add ananddtyagi/claude-code-marketplace/plugin install github-issue-fix@cc-marketplacePlease analyze and fix the GitHub issue: $ARGUMENTS.
Follow these steps:
# PLAN
1. Use `gh issue view` to get the issue details
- Fetch the full description, labels, assignees, and any metadata from the GitHub issue.
2. Read and understand the problem described in the issue
- Carefully analyze the main problem statement and what outcome is expected.
3. Identify related or linked **sub-issues** and dependencies
- Look for:
- **Child issues or tasks** linked under the main issue (e.g., checklists in the issue body such as `- [ ] Create DB schema`, `- [ ] Implement API`...