Skip to content

Commit 8bb08ae

Browse files
Add PR Bridge extension to community catalog (#2148)
- 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
1 parent 5732de6 commit 8bb08ae

2 files changed

Lines changed: 33 additions & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,7 @@ The following community-contributed extensions are available in [`catalog.commun
211211
| Onboard | Contextual onboarding and progressive growth for developers new to spec-kit projects. Explains specs, maps dependencies, validates understanding, and guides the next step | `process` | Read+Write | [spec-kit-onboard](https://github.com/dmux/spec-kit-onboard) |
212212
| Optimize | Audit and optimize AI governance for context efficiency — token budgets, rule health, interpretability, compression, coherence, and echo detection | `process` | Read+Write | [spec-kit-optimize](https://github.com/sakitA/spec-kit-optimize) |
213213
| Plan Review Gate | Require spec.md and plan.md to be merged via MR/PR before allowing task generation | `process` | Read-only | [spec-kit-plan-review-gate](https://github.com/luno/spec-kit-plan-review-gate) |
214+
| PR Bridge | Auto-generate pull request descriptions, checklists, and summaries from spec artifacts | `process` | Read-only | [spec-kit-pr-bridge-](https://github.com/Quratulain-bilal/spec-kit-pr-bridge-) |
214215
| Presetify | Create and validate presets and preset catalogs | `process` | Read+Write | [presetify](https://github.com/mnriem/spec-kit-extensions/tree/main/presetify) |
215216
| Product Forge | Full product lifecycle: research → product spec → SpecKit → implement → verify → test | `process` | Read+Write | [speckit-product-forge](https://github.com/VaiYav/speckit-product-forge) |
216217
| Project Health Check | Diagnose a Spec Kit project and report health issues across structure, agents, features, scripts, extensions, and git | `visibility` | Read-only | [spec-kit-doctor](https://github.com/KhawarHabibKhan/spec-kit-doctor) |

extensions/catalog.community.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1030,6 +1030,38 @@
10301030
"created_at": "2026-03-27T08:22:30Z",
10311031
"updated_at": "2026-03-27T08:22:30Z"
10321032
},
1033+
"pr-bridge": {
1034+
"name": "PR Bridge",
1035+
"id": "pr-bridge",
1036+
"description": "Auto-generate pull request descriptions, checklists, and summaries from spec artifacts.",
1037+
"author": "Quratulain-bilal",
1038+
"version": "1.0.0",
1039+
"download_url": "https://github.com/Quratulain-bilal/spec-kit-pr-bridge-/archive/refs/tags/v1.0.0.zip",
1040+
"repository": "https://github.com/Quratulain-bilal/spec-kit-pr-bridge-",
1041+
"homepage": "https://github.com/Quratulain-bilal/spec-kit-pr-bridge-",
1042+
"documentation": "https://github.com/Quratulain-bilal/spec-kit-pr-bridge-/blob/main/README.md",
1043+
"changelog": "https://github.com/Quratulain-bilal/spec-kit-pr-bridge-/blob/main/CHANGELOG.md",
1044+
"license": "MIT",
1045+
"requires": {
1046+
"speckit_version": ">=0.4.0"
1047+
},
1048+
"provides": {
1049+
"commands": 3,
1050+
"hooks": 1
1051+
},
1052+
"tags": [
1053+
"pull-request",
1054+
"automation",
1055+
"traceability",
1056+
"workflow",
1057+
"review"
1058+
],
1059+
"verified": false,
1060+
"downloads": 0,
1061+
"stars": 0,
1062+
"created_at": "2026-04-10T00:00:00Z",
1063+
"updated_at": "2026-04-10T00:00:00Z"
1064+
},
10331065
"presetify": {
10341066
"name": "Presetify",
10351067
"id": "presetify",

0 commit comments

Comments
 (0)