Skip to content

Commit 855ac83

Browse files
ismaelJimenezIsmael
andauthored
feat: add review extension to community catalog (#1775)
Add spec-kit-review to catalog.community.json and the Available Community Extensions table in extensions/README.md. Co-authored-by: Ismael <ismael.jimenez-martinez@bmw.de>
1 parent a8ec87e commit 855ac83

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

extensions/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ The following community-contributed extensions are available in [`catalog.commun
7777
| Fleet Orchestrator | Orchestrate a full feature lifecycle with human-in-the-loop gates across all SpecKit phases | [spec-kit-fleet](https://github.com/sharathsatish/spec-kit-fleet) |
7878
| Jira Integration | Create Jira Epics, Stories, and Issues from spec-kit specifications and task breakdowns with configurable hierarchy and custom field support | [spec-kit-jira](https://github.com/mbachorik/spec-kit-jira) |
7979
| Retrospective Extension | Post-implementation retrospective with spec adherence scoring, drift analysis, and human-gated spec updates | [spec-kit-retrospective](https://github.com/emi-dm/spec-kit-retrospective) |
80+
| Review Extension | Post-implementation comprehensive code review with specialized agents for code quality, comments, tests, error handling, type design, and simplification | [spec-kit-review](https://github.com/ismaelJimenez/spec-kit-review) |
8081
| Spec Sync | Detect and resolve drift between specs and implementation. AI-assisted resolution with human approval | [spec-kit-sync](https://github.com/bgervin/spec-kit-sync) |
8182
| V-Model Extension Pack | Enforces V-Model paired generation of development specs and test specs with full traceability | [spec-kit-v-model](https://github.com/leocamello/spec-kit-v-model) |
8283
| Verify Extension | Post-implementation quality gate that validates implemented code against specification artifacts | [spec-kit-verify](https://github.com/ismaelJimenez/spec-kit-verify) |

extensions/catalog.community.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,32 @@
140140
"created_at": "2026-02-24T00:00:00Z",
141141
"updated_at": "2026-02-24T00:00:00Z"
142142
},
143+
"review": {
144+
"name": "Review Extension",
145+
"id": "review",
146+
"description": "Post-implementation comprehensive code review with specialized agents for code quality, comments, tests, error handling, type design, and simplification.",
147+
"author": "ismaelJimenez",
148+
"version": "1.0.0",
149+
"download_url": "https://github.com/ismaelJimenez/spec-kit-review/archive/refs/tags/v1.0.0.zip",
150+
"repository": "https://github.com/ismaelJimenez/spec-kit-review",
151+
"homepage": "https://github.com/ismaelJimenez/spec-kit-review",
152+
"documentation": "https://github.com/ismaelJimenez/spec-kit-review/blob/main/README.md",
153+
"changelog": "https://github.com/ismaelJimenez/spec-kit-review/blob/main/CHANGELOG.md",
154+
"license": "MIT",
155+
"requires": {
156+
"speckit_version": ">=0.1.0"
157+
},
158+
"provides": {
159+
"commands": 7,
160+
"hooks": 1
161+
},
162+
"tags": ["code-review", "quality", "review", "testing", "error-handling", "type-design", "simplification"],
163+
"verified": false,
164+
"downloads": 0,
165+
"stars": 0,
166+
"created_at": "2026-03-06T00:00:00Z",
167+
"updated_at": "2026-03-06T00:00:00Z"
168+
},
143169
"sync": {
144170
"name": "Spec Sync",
145171
"id": "sync",

0 commit comments

Comments
 (0)