Skip to content

Commit be2c9c4

Browse files
Add Spec Changelog extension to community catalog
1 parent 3b82e0b commit be2c9c4

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,7 @@ The following community-contributed extensions are available in [`catalog.commun
243243
| Security Review | Comprehensive security audit of codebases using AI-powered DevSecOps analysis | `code` | Read-only | [spec-kit-security-review](https://github.com/DyanGalih/spec-kit-security-review) |
244244
| SFSpeckit | Enterprise Salesforce SDLC with 18 commands for the full SDD lifecycle. | `process` | Read+Write | [spec-kit-sf](https://github.com/ysumanth06/spec-kit-sf) |
245245
| Ship Release Extension | Automates release pipeline: pre-flight checks, branch sync, changelog generation, CI verification, and PR creation | `process` | Read+Write | [spec-kit-ship](https://github.com/arunt14/spec-kit-ship) |
246+
| Spec Changelog | Auto-generate changelogs and release notes from spec git history and requirement diffs | `docs` | Read-only | [spec-kit-changelog](https://github.com/Quratulain-bilal/spec-kit-changelog) |
246247
| Spec Critique Extension | Dual-lens critical review of spec and plan from product strategy and engineering risk perspectives | `docs` | Read-only | [spec-kit-critique](https://github.com/arunt14/spec-kit-critique) |
247248
| Spec Diagram | Auto-generate Mermaid diagrams of SDD workflow state, feature progress, and task dependencies | `visibility` | Read-only | [spec-kit-diagram-](https://github.com/Quratulain-bilal/spec-kit-diagram-) |
248249
| Spec Refine | Update specs in-place, propagate changes to plan and tasks, and diff impact across artifacts | `process` | Read+Write | [spec-kit-refine](https://github.com/Quratulain-bilal/spec-kit-refine) |

extensions/catalog.community.json

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"schema_version": "1.0",
3-
"updated_at": "2026-04-17T01:05:00Z",
3+
"updated_at": "2026-04-17T02:30:00Z",
44
"catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json",
55
"extensions": {
66
"aide": {
@@ -365,6 +365,38 @@
365365
"created_at": "2026-04-16T00:00:00Z",
366366
"updated_at": "2026-04-16T00:00:00Z"
367367
},
368+
"changelog": {
369+
"name": "Spec Changelog",
370+
"id": "changelog",
371+
"description": "Auto-generate changelogs and release notes from spec git history and requirement diffs.",
372+
"author": "Quratulain-bilal",
373+
"version": "1.0.0",
374+
"download_url": "https://github.com/Quratulain-bilal/spec-kit-changelog/archive/refs/tags/v1.0.0.zip",
375+
"repository": "https://github.com/Quratulain-bilal/spec-kit-changelog",
376+
"homepage": "https://github.com/Quratulain-bilal/spec-kit-changelog",
377+
"documentation": "https://github.com/Quratulain-bilal/spec-kit-changelog/blob/main/README.md",
378+
"changelog": "https://github.com/Quratulain-bilal/spec-kit-changelog/blob/main/CHANGELOG.md",
379+
"license": "MIT",
380+
"requires": {
381+
"speckit_version": ">=0.4.0"
382+
},
383+
"provides": {
384+
"commands": 4,
385+
"hooks": 1
386+
},
387+
"tags": [
388+
"changelog",
389+
"release-notes",
390+
"documentation",
391+
"git-history",
392+
"notifications"
393+
],
394+
"verified": false,
395+
"downloads": 0,
396+
"stars": 0,
397+
"created_at": "2026-04-17T02:30:00Z",
398+
"updated_at": "2026-04-17T02:30:00Z"
399+
},
368400
"ci-guard": {
369401
"name": "CI Guard",
370402
"id": "ci-guard",

0 commit comments

Comments
 (0)