create-issue

Create a GitHub issue from task.md and write the issue_number back.

84|5|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/fitlab-ai/agent-infra --skill create-issue-fitlab-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-issue
Source: https://github.com/fitlab-ai/agent-infra/tree/main/.agents/skills/create-issue
Command: npx skills add https://github.com/fitlab-ai/agent-infra --skill create-issue-fitlab-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill creates a basic GitHub Issue directly from a task.md file and writes the resulting issue_number back to the task document, streamlining task-to-issue workflows.

Core Features & Use Cases

  • Create a GitHub Issue using only the task.md as the source of truth, enforcing the input-to-issue mapping and ensuring only the task content is considered.
  • Update the task.md with issue_number, and maintain a lightweight artifact footprint (the Issue itself and the updated task.md).

Quick Start

Execute the skill to generate a GitHub Issue from the active task.md and persist the issue_number back to the task document.

Frequently Asked Questions about create-issue

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

FAQPage Schema
How do I create GitHub issues from task.md files automatically?

To create GitHub issues from task.md files automatically, this skill parses task.md content, maps fields to a conventional-commit-style title and descriptive body, generates the issue, and writes the resulting issue_number back to the task document.

What is the best way to map task.md fields to conventional-commit-style GitHub issues?

The best way to map task.md fields to conventional-commit-style GitHub issues is using this skill, which enforces strict input-to-issue mapping and respects repository rules for labels and milestones during issue creation.

Can I use task.md as the only source of truth for issue tracking in my task workflow?

Yes, you can use task.md as the only source of truth for issue tracking, as this skill strictly adheres to using only task.md content as input and updates the same file with the new issue_number.

Does the create-issue skill write the GitHub issue number back to task.md?

Yes, the create-issue skill writes the GitHub issue_number back to the task.md document, ensuring a lightweight artifact footprint and maintaining synchronization between your local task file and the remote GitHub issue.

How do I ensure repository rules for labels and milestones are respected when generating issues?

To ensure repository rules for labels and milestones are respected when generating issues, this skill checks repository constraints during the automated mapping process from task.md fields to the GitHub issue body.