speckit-issuesync.after-tasks

Sync linked GitHub issue statuses after after_tasks events in Speckit workflows.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates keeping linked GitHub issues in sync after the after_tasks hook fires, reducing manual updates and drift.

Core Features & Use Cases

  • Automatic linked-issues sync: updates linked issues to reflect the latest task outcomes.
  • Workflow automation: integrates with speck-kit workflows under .specify/extensions/workflows to run the update script.
  • Use Case: When an after_tasks event completes, the corresponding GitHub issue is updated to reflect the new state.

Quick Start

Run the speckit-issuesync.after-tasks workflow to update the linked issue after an after_tasks event.

Frequently Asked Questions about speckit-issuesync.after-tasks

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

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

This skill updates linked GitHub issues automatically after after_tasks events occur in Speckit workflows, executing a dedicated bash script to align issue status with task outcomes and reduce manual drift.

Do I need a .specify directory to run the after_tasks issue sync workflow?

Yes, the after_tasks issue sync requires a spec-kit project environment containing a .specify directory, as the update script resides under .specify/extensions/workflows/scripts/bash/.

What is the after_tasks hook used for in spec-kit workflows?

The after_tasks hook in spec-kit workflows triggers automated post-task actions. This skill uses it to execute a bash script that updates linked GitHub issues to reflect the latest task outcomes.

How do I set up linked issue updates for speckit after_tasks events?

Run the speckit-issuesync.after-tasks workflow to set up linked issue updates. It automatically executes the update-linked-issue.sh bash script to sync GitHub issues with task outcomes after events complete.

Why are my linked GitHub issues out of sync with spec-kit task outcomes?

Linked GitHub issues drift when after_tasks events complete without triggering an update. This skill prevents drift by automating issue status updates via a bash script after workflow events occur.