speckit-workflows-issue-sync-after-specify

Synchronize linked GitHub issue status after the after_specify hook in Speckit workflows.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Syncs the status of a linked GitHub issue after the after_specify hook within Speckit workflows.

Core Features & Use Cases

  • Automatically synchronize the status of a linked issue following the specify hook in Speckit workflows.
  • Supports standard spec-kit project layouts with a .specify directory to locate workflow artifacts.
  • Use case: after a specify hook runs, automatically ensure the linked issue reflects the new state (e.g., closed or updated).

Quick Start

Run the after_specify update script to sync the linked issue status.

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

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

FAQPage Schema
How do I sync GitHub issue status automatically after a specify hook runs?

To sync GitHub issue status after a specify hook, run the after_specify Bash script within your spec-kit project. This script automatically locates workflow artifacts in the .specify directory and updates the linked issue to reflect the new state.

What is the after_specify hook used for in Speckit workflows?

The after_specify hook in Speckit workflows triggers automatic synchronization of linked GitHub issues. It ensures that issue statuses are updated or closed to reflect changes immediately after the specification phase completes.

Does issue status synchronization in spec-kit require a specific project structure?

Issue status synchronization requires a standard spec-kit project layout containing a .specify directory. This directory is necessary to locate workflow artifacts and execute the dedicated Bash script for updates.

How do I update linked issue states using Bash in Speckit workflows?

You can update linked issue states by executing the dedicated Bash script provided in your spec-kit project. The script runs after the specify hook, applying the updated status changes directly to the linked GitHub issue.

Why is my linked issue status not updating after running the specify hook?

Your linked issue status may not update if the dedicated Bash script is missing from your project. Synchronization requires this script to be present to execute the status update and reflect changes to the issue.

Can I close a GitHub issue automatically after the specification phase finishes?

You can automatically close a GitHub issue after the specification phase finishes by running the after_specify update script. This ensures the linked issue reflects the new state, such as closed or updated, following the hook.