speckit-taskstoissues

Convert local task lists into GitHub issues with duplicate detection.

Updated Jul 5, 2026
One-click install
npx skills add https://github.com/Steve-Smith-CODE/yachakuqwasi --skill speckit-taskstoissues-steve-smith-code
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-taskstoissues
Source: https://github.com/Steve-Smith-CODE/yachakuqwasi/tree/main/.claude/skills/speckit-taskstoissues
Command: npx skills add https://github.com/Steve-Smith-CODE/yachakuqwasi --skill speckit-taskstoissues-steve-smith-code

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill solves the friction of manually tracking project progress by bridging the gap between local task lists and GitHub issue management.

Core Features & Use Cases

  • Automated Synchronization: Converts local task definitions into actionable GitHub issues.
  • Deduplication: Automatically detects existing issues to prevent duplicate creation.
  • Workflow Integration: Supports extension hooks to run custom logic before or after issue creation.

Quick Start

Invoke the speckit-taskstoissues skill to convert all pending tasks in the current specification directory into tracked GitHub issues.

Frequently Asked Questions about speckit-taskstoissues

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

FAQPage Schema
How do I sync local project tasks to GitHub issues automatically?

To sync local project tasks to GitHub issues automatically, use a tool that converts local task definitions within a specification directory into tracked GitHub issues, maintaining synchronization between project specs and repository management.

Do I need GitHub CLI to create remote issues from local task lists?

Yes, GitHub CLI or MCP integration is required to authenticate and perform remote issue creation operations when converting local task lists into GitHub issues.

How does issue deduplication work when syncing spec-driven development tasks?

Issue deduplication during task synchronization automatically detects existing GitHub issues to prevent duplicate creation, ensuring repository management tracks only unique feature implementation progress.

Can I run custom logic before or after creating GitHub issues from a task list?

Yes, you can run custom logic before or after creating GitHub issues by using workflow integration extension hooks supported during the task conversion process.

What is the best way to track feature implementation progress from local specifications?

The best way to track feature implementation progress from local specifications is to convert pending tasks into GitHub issues, bridging local task lists and remote issue management.