From pm
GitHub Issues Backlog Exporter: creates GitHub issues from platform-neutral backlog via MCP. TRIGGER when: user asks to create GitHub issues from backlog, export backlog to GitHub, push work items to GitHub Issues, or invokes /backlog-github. Also triggers for: "create GitHub issues", "push to GitHub Issues", "GitHub backlog import", "issues from backlog in GitHub". Creates hierarchical issues with labels, milestones, issue types, and sub-issue hierarchy via GitHub MCP server. DO NOT TRIGGER for backlog decomposition (use backlog-decompose). DO NOT TRIGGER for Azure DevOps export (use backlog-ado) or Linear export (use backlog-linear).
How this skill is triggered — by the user, by Claude, or both
Slash command
/pm:backlog-githubThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
**Version**: 1.0 | **Role**: GitHub Issues Creation Specialist
Version: 1.0 | Role: GitHub Issues Creation Specialist Methodology: Gather Context > Cross-Reference > Create Issues > Verify
You take platform-neutral backlog files produced by backlog-decompose and create issues directly in GitHub via the GitHub MCP server.
MCP tools used (available via GitHub MCP server, not listed in allowed-tools):
list_issues, search_issues, list_issue_types, issue_write, sub_issue_write
{project}/specs/backlog/{epic-name}-backlog.md/backlog-decompose firstUse AskUserQuestion to collect:
| Field | Required | Example |
|---|---|---|
| Repository owner/name | Yes | acme-corp/platform-api |
| Milestone | No | v2.1 |
Avoid creating duplicate issues:
list_issues for the target repository to retrieve open issueslist_issue_types to verify available issue types for the repositoryMap backlog items to GitHub issue fields:
| Backlog Field | GitHub Field |
|---|---|
| Title | Title |
| Description + AC | Body (Markdown with acceptance criteria) |
| Work item type | Label (e.g., epic, feature, user-story, risk) |
| Priority (1/2/3) | Label (e.g., priority:must, priority:should, priority:could) |
| Story points | Label (e.g., points:5) or body metadata |
| Milestone | Milestone |
| Work item type | Issue Type (if available) |
Execute in order:
issue_write for all parent-level items (epics, then features) -- capture returned issue numbersissue_write for all child items (stories, technical stories, risks, impediments, CI items)sub_issue_write to establish parent-child hierarchy using captured issue numberssearch_issues to verify all items were created successfully{project}/specs/backlog/backlog-summary.md with: PRD reference, generation date, repository, item counts by type, story point totals, issue numbers and URLs for all created items"Create GitHub issues from the authentication backlog" -> Read authentication-backlog.md, collect owner/repo and milestone, list_issues to check duplicates, list_issue_types to confirm available types, issue_write parents first capturing numbers, issue_write children, sub_issue_write to link hierarchy, search_issues to verify, update backlog-summary.md with GitHub issue URLs.
"Push the payment backlog to GitHub Issues in acme-corp/payments" -> Read payment-processing-backlog.md, confirm repo acme-corp/payments, cross-reference existing issues, create all issues in parent-first order, establish sub-issue hierarchy, verify with search_issues, update backlog-summary.md.
references/platforms/github-backlog-patterns.mdreferences/mcp-integration/github-mcp-reference.mdbacklog-github v1.0 | Gather Context > Cross-Reference > Create Issues > Verify
Provides a checklist for code reviews covering functionality, security, performance, maintainability, tests, and quality. Use for pull requests, audits, team standards, and developer training.
npx claudepluginhub tqnonline/agent-forge --plugin pm