Skip to content

Commit 746f18b

Browse files
committed
feat: add review extension to community catalog
Add spec-kit-review to catalog.community.json and the Available Community Extensions table in extensions/README.md.
1 parent 71e6b4d commit 746f18b

2 files changed

Lines changed: 27 additions & 0 deletions

File tree

extensions/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ The following community-contributed extensions are available in [`catalog.commun
7676
| Cleanup Extension | Post-implementation quality gate that reviews changes, fixes small issues (scout rule), creates tasks for medium issues, and generates analysis for large issues | [spec-kit-cleanup](https://github.com/dsrednicki/spec-kit-cleanup) |
7777
| 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) |
7878
| 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) |
79+
| 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) |
7980
| 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) |
8081
| 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) |
8182
| 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
@@ -114,6 +114,32 @@
114114
"created_at": "2026-02-24T00:00:00Z",
115115
"updated_at": "2026-02-24T00:00:00Z"
116116
},
117+
"review": {
118+
"name": "Review Extension",
119+
"id": "review",
120+
"description": "Post-implementation comprehensive code review with specialized agents for code quality, comments, tests, error handling, type design, and simplification.",
121+
"author": "ismaelJimenez",
122+
"version": "1.0.0",
123+
"download_url": "https://github.com/ismaelJimenez/spec-kit-review/archive/refs/tags/v1.0.0.zip",
124+
"repository": "https://github.com/ismaelJimenez/spec-kit-review",
125+
"homepage": "https://github.com/ismaelJimenez/spec-kit-review",
126+
"documentation": "https://github.com/ismaelJimenez/spec-kit-review/blob/main/README.md",
127+
"changelog": "https://github.com/ismaelJimenez/spec-kit-review/blob/main/CHANGELOG.md",
128+
"license": "MIT",
129+
"requires": {
130+
"speckit_version": ">=0.1.0"
131+
},
132+
"provides": {
133+
"commands": 7,
134+
"hooks": 1
135+
},
136+
"tags": ["code-review", "quality", "review", "testing", "error-handling", "type-design", "simplification"],
137+
"verified": false,
138+
"downloads": 0,
139+
"stars": 0,
140+
"created_at": "2026-03-06T00:00:00Z",
141+
"updated_at": "2026-03-06T00:00:00Z"
142+
},
117143
"sync": {
118144
"name": "Spec Sync",
119145
"id": "sync",

0 commit comments

Comments
 (0)