Публикация задач из плана в GitHub Issues
★ 7.1 · vibe-coding
work-items-to-issues is a Claude Code skill that publishes each slice from a work-items.md file (produced by /plan-work-items) as a separate GitHub Issue in its target repository. It builds a SYM→repo map from the intro prose and in-slice file paths, validates headings, dependency lines, and reference blocks against the expected format, surfaces any conflicts or errors for repair, then runs the publish pipeline via the gh CLI. Every issue body links the reference artifacts an implementer needs — API and event contracts, ADRs, schema docs, and coding standards; UI slices with a ui-designs/ folder get relevant screenshots embedded inline using raw URLs from the target repo. Use it when you need to turn a finished work-items plan into trackable GitHub tickets, with optional labels and assignees.