speckit-taskstoissues

Convert task list items into deduplicated GitHub issues.

Updated Jul 17, 2026
One-click install
npx skills add https://github.com/fmbetancourt/famifinances --skill speckit-taskstoissues-fmbetancourt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-taskstoissues
Source: https://github.com/fmbetancourt/famifinances/tree/main/.agents/skills/speckit-taskstoissues
Command: npx skills add https://github.com/fmbetancourt/famifinances --skill speckit-taskstoissues-fmbetancourt

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill eliminates the manual overhead of tracking project tasks by automatically synchronizing task lists from your project documentation into actionable GitHub issues.

Core Features & Use Cases

  • Automated Synchronization: Converts task items from your project documentation into GitHub issues with standardized titles.
  • Deduplication Logic: Intelligently checks existing repository issues to prevent duplicate creation for already tracked tasks.
  • Extensibility: Supports pre- and post-execution hooks to integrate custom workflows or validation steps into the issue creation process.

Quick Start

Invoke the speckit-taskstoissues skill to convert all pending tasks in your current project into 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 automatically sync project tasks to GitHub issues?

To sync project tasks to GitHub issues automatically, you can use an automation tool that converts task list items from your project documentation into standardized issues. This eliminates manual tracking overhead by directly creating issues in your repository.

Does syncing documentation tasks to GitHub issues check for duplicates?

Yes, syncing documentation tasks to GitHub issues includes deduplication logic that intelligently checks existing repository history. This prevents the creation of duplicate issues for tasks that are already being tracked in your project.

What do I need to set up before converting task lists into GitHub issues?

To convert task lists into GitHub issues, you need a valid Git remote configuration and access to the GitHub MCP server. These prerequisites allow the automation to authenticate with your repository and execute issue creation operations successfully.

Can I add custom validation when creating GitHub issues from project tasks?

Yes, you can add custom validation when creating GitHub issues from project tasks by using pre- and post-execution hooks. These extensibility features support integrating custom workflows or validation steps directly into your issue creation process.

What is the best way to integrate project planning artifacts with issue tracking systems?

The best way to integrate project planning artifacts with issue tracking systems is through automated synchronization. This approach converts pending task items into actionable GitHub issues with standardized titles, ensuring tight integration between your documentation and development workflow.