iikit-08-taskstoissues

Convert tasks from tasks.md into GitHub Issues with labels and dependencies.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/ShadowAUS/chez-king-portal --skill iikit-08-taskstoissues
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: iikit-08-taskstoissues
Source: https://github.com/ShadowAUS/chez-king-portal/tree/main/.tessl/tiles/tessl-labs/intent-integrity-kit/skills/iikit-08-taskstoissues
Command: npx skills add https://github.com/ShadowAUS/chez-king-portal --skill iikit-08-taskstoissues

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires git, gh, pwsh, bash, node, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Convert tasks from tasks.md into GitHub Issues with labels and dependencies.

Core Features & Use Cases

  • Convert each task into a GitHub Issue with labels and cross-link dependencies to reflect execution order.
  • Support feature/story tagging in issue labels and link related tasks for traceability.
  • Use when exporting work items to GitHub, setting up project boards, or assigning tasks to team members.

Quick Start

Run the iikit-08-taskstoissues workflow to export tasks to GitHub Issues.

Frequently Asked Questions about iikit-08-taskstoissues

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

FAQPage Schema
How do I export tasks from a markdown file to GitHub Issues?

To export tasks from a markdown file to GitHub Issues, this workflow converts entries from tasks.md into GitHub Issues. It automatically applies labels and links related dependencies to reflect execution order.

Can I link dependencies between GitHub Issues when exporting tasks?

Yes, you can link dependencies between GitHub Issues when exporting tasks. The workflow cross-links related issues in the body to reflect execution order and ensure traceability across feature and story tags.

What's the best way to create a GitHub project board from a tasks.md file?

Creating a GitHub project board from a tasks.md file involves exporting work items into GitHub Issues. This workflow generates issues with feature and task identifiers, making them ready for project board assignment.

Do I need the GitHub CLI and git installed to convert markdown tasks to issues?

Yes, you need git, the GitHub CLI (gh), Node.js, and command shells like pwsh or bash installed. These dependencies are required to execute the scripts that parse tasks.md and push them to GitHub.

Why does my exported GitHub Issue title include feature and task identifiers?

Exported GitHub Issue titles include feature and task identifiers to ensure traceability. The workflow enforces this naming convention during the export process to support feature and story tagging via issue labels.