github-create-issues
Installation
SKILL.md
Requires:
pip install requests— this skill's scripts importrequests.
github-create-issues
Take a github_backlog_input.json and create the issues in GitHub by driving
the bundled create_github_issues.py. The script creates the milestone and labels
if needed, creates each issue, then creates a tracking issue with a task list
linking them all.
Creating issues is effectively un-undoable (close is manual; notifications already fired). So this skill is built around a hard gate: visual dry-run always, real run only on an explicit "yes".
For the exact JSON shapes see references/data-contracts.md.