speckit-workflows-issue-sync-after-implement

Synchronize linked GitHub issue statuses after SpeckKit after_implement hooks.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Keeps linked GitHub issues in sync with the SpeckKit after_implement hook, ensuring statuses reflect the latest workflow outcomes.

Core Features & Use Cases

  • Automatic synchronization of linked issue status after workflow events.
  • Seamless integration with SpeckKit projects that follow the .specify structure.
  • Helps maintain accurate cross-references between tasks and issues in collaborative workflows.

Quick Start

Run the update-linked-issue.sh script with the --event after_implement to synchronize the linked issue.

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

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

FAQPage Schema
How do I sync GitHub issue status after implementing a workflow?

To sync GitHub issue status after implementation, run the update-linked-issue.sh script with the --event after_implement flag. This synchronizes linked issue statuses to reflect your latest SpeckKit workflow outcomes automatically.

What is the after_implement hook in SpeckKit workflows?

The after_implement hook in SpeckKit workflows is a post-implementation event trigger. It coordinates between completed workflow results and linked GitHub issues to keep task cross-references accurate.

Do I need a .specify directory to sync linked issues in SpeckKit?

Yes, you need a .specify directory to sync linked issues in SpeckKit. The issue synchronization relies on this spec-kit structure to map workflow results to the correct GitHub issues.

Can I automatically update linked GitHub issues after an implementation event?

Yes, you can automatically update linked GitHub issues after an implementation event. By triggering the update-linked-issue.sh script with the after_implement event, issue statuses are synchronized automatically.

Why are my linked GitHub issues not updating after SpeckKit workflow completion?

Linked GitHub issues may not update if the after_implement event is not properly triggered or if the .specify directory structure is missing. Ensure the update-linked-issue.sh script executes correctly within your SpeckKit project.