team-issue-publish-github

Publish local engineering issue drafts to GitHub Issues with labels and milestones.

8|1|Updated May 10, 2026
One-click install
npx skills add https://github.com/coolbeevip/team-ai-skills --skill team-issue-publish-github
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: team-issue-publish-github
Source: https://github.com/coolbeevip/team-ai-skills/tree/main/skills/delivery/team-issue-publish-github
Command: npx skills add https://github.com/coolbeevip/team-ai-skills --skill team-issue-publish-github

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of publishing local engineering issue drafts to GitHub Issues, reducing manual effort and streamlining collaboration.

Core Features & Use Cases

  • Automated Issue Publishing: Publishes issue drafts to GitHub Issues, ensuring consistency and efficiency.
  • Dependency Management: Handles issue dependencies by following the 'Blocked by' relationships.
  • Custom Configuration: Supports custom labels, milestones, and assignees for detailed issue management.
  • Use Case: Ideal for teams using GitHub for issue tracking, allowing quick and accurate publication of issues from local drafts.

Quick Start

Run the 'team-issue-publish-github' skill to publish all issue drafts under 'team-spec/active/{slug}/issues/' to GitHub.

Frequently Asked Questions about team-issue-publish-github

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I publish local engineering issue drafts to GitHub Issues automatically?

To publish local engineering issue drafts to GitHub Issues, you can use an automated skill that reads drafts from your local directory and creates corresponding issues on GitHub. This approach handles dependencies and ensures consistent issue tracking without manual data entry.

Do I need a GITHUB_TOKEN to publish issues from local drafts?

Yes, a GITHUB_TOKEN is required for authentication to publish issues from local drafts. The token allows the script to securely access your GitHub repository and create issues, apply labels, and assign milestones on your behalf.

How does dependency management work when publishing GitHub Issues?

Dependency management when publishing GitHub Issues works by following 'Blocked by' relationships defined in your local drafts. The publishing process respects these dependencies, ensuring that linked issues are correctly associated in GitHub for accurate project tracking.

Can I configure custom labels and milestones when publishing issues to GitHub?

Yes, you can configure custom labels, milestones, and assignees when publishing issues to GitHub. The publishing process supports these custom configurations to ensure detailed issue management directly from your local engineering drafts.

What is the best way to bulk publish issue drafts for a team using GitHub tracking?

The best way to bulk publish issue drafts for team tracking is to automate the publication from a standardized local directory. Running a dedicated script pushes all drafts under your active team folder to GitHub Issues, streamlining collaboration and reducing manual effort.

Why are my local issue drafts not showing up in GitHub Issues?

Your local issue drafts may not show up in GitHub Issues if they are not placed in the correct directory or if the GITHUB_TOKEN lacks sufficient permissions. Ensure your drafts are correctly formatted and located in the expected team specification folder.