project-add-items

Automate GitHub project item creation from Markdown, YAML, and plain text sources.

1|Updated Mar 23, 2026
One-click install
npx skills add https://github.com/Fandhe-AI/agent-cli-skills --skill project-add-items
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project-add-items
Source: https://github.com/Fandhe-AI/agent-cli-skills/tree/main/skills/project-add-items
Command: npx skills add https://github.com/Fandhe-AI/agent-cli-skills --skill project-add-items

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill simplifies the process of creating project items by parsing information from Markdown checklists, YAML task lists, and requirements documents, automating the creation of GitHub project items.

Core Features & Use Cases

  • Automated Item Creation: Generate project items from various document formats, reducing manual input.
  • Custom Field Assignment: Set project item fields like priority and size automatically.
  • Use Case: For instance, use this Skill to quickly create GitHub project items from a Markdown checklist in your project documentation.

Quick Start

Use the project-add-items skill to create project items from the 'project-checklist.md' file in your current directory.

Frequently Asked Questions about project-add-items

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

FAQPage Schema
How do I create GitHub project items from a Markdown checklist?

You can create GitHub project items from a Markdown checklist by using this Skill to parse document titles, descriptions, priorities, and sizes, automatically populating your configured GitHub project fields.

Can I parse YAML task lists to populate GitHub project fields?

Yes, you can parse YAML task lists to populate GitHub project fields. The Skill automates item creation by extracting task attributes from YAML structures and assigning custom fields like priority and size.

Do I need the gh CLI to automate GitHub project task creation?

Yes, you need the gh CLI installed and GitHub API access to automate GitHub project task creation. The Skill relies on the gh CLI to parse documents and populate project fields.

What is the best way to import requirements documents into GitHub projects?

The best way to import requirements documents into GitHub projects is using this Skill to parse plain text, Markdown, and YAML sources, automatically generating project items with custom fields like priority and size assigned.

Does this tool support setting custom fields like priority and size when creating project items?

Yes, this tool supports setting custom fields like priority and size when creating project items. It parses these attributes directly from your Markdown, YAML, or plain text sources during automated item creation.

Why are my GitHub project items not generating from plain text sources?

GitHub project items may not generate from plain text sources if the gh CLI lacks proper GitHub API access, or if the document lacks the structured titles, priorities, and sizes required for automated field assignment.