speckit-workflows-issue-sync-after-tasks

Synchronize linked GitHub issue statuses after SpeckKit after_tasks events.

2|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/pradeepmouli/lspeasy --skill speckit-workflows-issue-sync-after-tasks
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: speckit-workflows-issue-sync-after-tasks
Source: https://github.com/pradeepmouli/lspeasy/tree/main/.github/skills/speckit-workflows-issue-sync-after-tasks
Command: npx skills add https://github.com/pradeepmouli/lspeasy --skill speckit-workflows-issue-sync-after-tasks

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Sync linked GitHub issues with the outcome of SpeckKit workflow after_tasks hooks, ensuring issue states reflect task progress automatically.

Core Features & Use Cases

  • Automatically synchronize the status of linked issues after the after_tasks hook in SpeckKit workflows.
  • Keeps related issues up to date with automated task completion, reducing manual updates and context switching.
  • Use Case: When a workflow completes, linked issues are updated to reflect the new status, maintaining project visibility.

Quick Start

Run the update-linked-issue script with --event after_tasks to enable automatic issue syncing.

Frequently Asked Questions about speckit-workflows-issue-sync-after-tasks

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

FAQPage Schema
How do I automatically sync GitHub issue status when a workflow task completes?▼

To automatically sync GitHub issue status, you can run the update-linked-issue script with the --event after_tasks flag to synchronize linked issues when SpeckKit workflows reach the after_tasks event.

What does the after_tasks event do in SpeckKit workflows?▼

The after_tasks event in SpeckKit workflows triggers the synchronization of linked GitHub issues, ensuring issue states automatically reflect task progress and completion without requiring manual edits.

Do I need a specific project structure to sync GitHub issues with SpeckKit workflows?▼

Yes, you need a spec-kit project structure containing a .specify directory and the update-linked-issue.sh script to execute the automated issue syncing during repository automation workflows.

Can I use SpeckKit workflows to update linked GitHub issues automatically?▼

Yes, SpeckKit workflows can update linked GitHub issues automatically by applying the after_tasks event hook, which keeps related issues up to date with automated task completion and maintains project visibility.

How do I stop manually updating GitHub issues after my automated tasks finish?▼

You can stop manually updating GitHub issues by running the update-linked-issue script with --event after_tasks, which automatically synchronizes linked issue states to match your task outcomes.

Why are my linked GitHub issues not updating after my workflow tasks complete?▼

Linked GitHub issues may not update if the spec-kit project structure is missing the required .specify directory or the update-linked-issue.sh script, both of which are required to perform the syncing.