iikit-09-taskstoissues

Converts a structured markdown file into GitHub Issues with metadata and formatting.

1|1|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/asm0dey/relay --skill iikit-09-taskstoissues-asm0dey
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: iikit-09-taskstoissues
Source: https://github.com/asm0dey/relay/tree/main/.tessl/tiles/tessl-labs/intent-integrity-kit/skills/iikit-09-taskstoissues
Command: npx skills add https://github.com/asm0dey/relay --skill iikit-09-taskstoissues-asm0dey

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the conversion of project tasks into actionable GitHub Issues, streamlining project tracking and ensuring clear dependency management.

Core Features & Use Cases

  • Task to Issue Conversion: Transforms tasks from a tasks.md file into structured GitHub Issues.
  • Dependency Linking: Automatically identifies and links dependent tasks.
  • Labeling and Categorization: Applies relevant labels for phases, user stories, and parallel execution.
  • Use Case: When starting a new feature development, use this Skill to quickly create all necessary GitHub Issues from your task breakdown, ensuring every step is tracked and dependencies are clear from the outset.

Quick Start

Convert tasks from the file 'tasks.md' into GitHub Issues for the current project.

Frequently Asked Questions about iikit-09-taskstoissues

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

FAQPage Schema
How do I convert markdown tasks to GitHub Issues?

You can convert markdown tasks to GitHub Issues by parsing task details like IDs, descriptions, phases, and dependencies from a markdown file to automatically create structured issues with appropriate labels and linked dependencies.

Do I need the GitHub CLI to create GitHub Issues from markdown?

Yes, the GitHub CLI is required to create GitHub Issues from markdown. The process validates the repository's remote URL to ensure it is a GitHub repository before using the CLI for issue creation.

Can I automatically link task dependencies in GitHub Issues?

Yes, you can automatically link task dependencies in GitHub Issues by parsing dependency markers defined in your markdown tasks and applying them to the generated issues for clear project tracking.

What is the best way to track project phases and parallel execution in GitHub Issues?

The best way to track project phases and parallel execution in GitHub Issues is by parsing markdown task definitions and automatically applying relevant labels for phases, user stories, and parallel execution markers to each created issue.

Why does converting tasks to GitHub Issues require a remote URL validation?

Remote URL validation is required during task conversion to ensure the current repository is hosted on GitHub, which is necessary because the GitHub CLI is used to create the issues and link the task dependencies.