Add PR Bridge extension to community catalog#2148
Open
Quratulain-bilal wants to merge 1 commit intogithub:mainfrom
Open
Add PR Bridge extension to community catalog#2148Quratulain-bilal wants to merge 1 commit intogithub:mainfrom
Quratulain-bilal wants to merge 1 commit intogithub:mainfrom
Conversation
- 3 commands: generate PR descriptions, reviewer checklists, and change summaries - 1 hook: after_implement for auto-generating PR description - Closes the SDD workflow loop: specify → plan → tasks → implement → PR
Contributor
Author
|
This is an original contribution — not from an issue request, but from a gap I noticed in the SDD Spec Kit covers specify → plan → tasks → implement beautifully. But then the developer has to manually PR Bridge closes that loop. It reads spec.md, plan.md, tasks.md, and git diff to auto-generate:
Every section traces back to a spec artifact. Requirements without matching code get flagged with This makes the SDD workflow end-to-end: from specification all the way to pull request. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary - Adds PR Bridge extension to the community catalog and README - 3 commands:
/speckit.pr.generate,/speckit.pr.checklist,/speckit.pr.summary- 1 hook:after_implement— auto-generate PR description after implementation - Original contribution — closes the missing final step in the SDD workflow ## The Problem Spec Kit's workflow ends at/speckit.implement. After building a feature, developers manually writePR descriptions from scratch — even though all the information already exists in spec.md, plan.md, and
tasks.md. This extension bridges that gap.
The SDD Loop (Now Complete)
/speckit.specify → spec.md What to build
/speckit.plan → plan.md How to build it
/speckit.tasks → tasks.md Step-by-step tasks
/speckit.implement → code Build it
/speckit.pr.generate → PR description ← NEW: Tell reviewers what you built
Commands
/speckit.pr.generate/speckit.pr.checklist/speckit.pr.summaryAll commands are read-only — they generate text, never create or push PRs directly.
Key Features
.github/PULL_REQUEST_TEMPLATE.mdif one existsfeat:,fix:,refactor:)Changes
extensions/catalog.community.json— addedpr-bridgeentry (alphabetical, betweenplan-review-gateandpresetify)README.md— added extension row (alphabetical, between Plan Review Gate and Presetify)updated_atto2026-04-10Extension repo
https://github.com/Quratulain-bilal/spec-kit-pr-bridge-