Skip to content

Commit c2af5c5

Browse files
github-actions[bot]CopilotCopilot
authored
Add Verify Review Ship extension to community catalog (#3450)
Add verify-review-ship extension submitted by @cadugevaerd to: - extensions/catalog.community.json (alphabetical order) - docs/community/extensions.md community extensions table Closes #3429 Assisted-by: GitHub Copilot (model: claude-sonnet-4.6, autonomous) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
1 parent ba1f13a commit c2af5c5

2 files changed

Lines changed: 36 additions & 1 deletion

File tree

docs/community/extensions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ The following community-contributed extensions are available in [`catalog.commun
148148
| Token Economy | Token routing, measured savings, and context audit workflows | `process` | Read+Write | [spec-kit-token-economy](https://github.com/formin/spec-kit-token-economy) |
149149
| V-Model Extension Pack | Enforces V-Model paired generation of development specs and test specs with full traceability | `docs` | Read+Write | [spec-kit-v-model](https://github.com/leocamello/spec-kit-v-model) |
150150
| Verify Extension | Post-implementation quality gate that validates implemented code against specification artifacts | `code` | Read-only | [spec-kit-verify](https://github.com/ismaelJimenez/spec-kit-verify) |
151+
| Verify Review Ship | Adds post-implementation verify, review, and ship readiness gates to Spec Kit workflows | `process` | Read-only | [spec-kit-verify-review-ship](https://github.com/cadugevaerd/spec-kit-verify-review-ship) |
151152
| Verify Tasks Extension | Detect phantom completions: tasks marked [X] in tasks.md with no real implementation | `code` | Read-only | [spec-kit-verify-tasks](https://github.com/datastone-inc/spec-kit-verify-tasks) |
152153
| Version Guard | Verify tech stack versions against live npm registries before planning and implementation | `process` | Read-only | [spec-kit-version-guard](https://github.com/KevinBrown5280/spec-kit-version-guard) |
153154
| What-if Analysis | Preview the downstream impact (complexity, effort, tasks, risks) of requirement changes before committing to them | `visibility` | Read-only | [spec-kit-whatif](https://github.com/DevAbdullah90/spec-kit-whatif) |

extensions/catalog.community.json

Lines changed: 35 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-07-08T00:00:00Z",
3+
"updated_at": "2026-07-10T00:00:00Z",
44
"catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json",
55
"extensions": {
66
"aide": {
@@ -4356,6 +4356,40 @@
43564356
"created_at": "2026-03-03T00:00:00Z",
43574357
"updated_at": "2026-04-09T00:00:00Z"
43584358
},
4359+
"verify-review-ship": {
4360+
"name": "Verify Review Ship",
4361+
"id": "verify-review-ship",
4362+
"description": "Adds post-implementation verify, review, and ship readiness gates to Spec Kit workflows.",
4363+
"author": "Carlos Eduardo Gevaerd Araujo",
4364+
"version": "0.1.0",
4365+
"download_url": "https://github.com/cadugevaerd/spec-kit-verify-review-ship/archive/refs/tags/v0.1.0.zip",
4366+
"repository": "https://github.com/cadugevaerd/spec-kit-verify-review-ship",
4367+
"homepage": "https://github.com/cadugevaerd/spec-kit-verify-review-ship",
4368+
"documentation": "https://github.com/cadugevaerd/spec-kit-verify-review-ship/blob/main/README.md",
4369+
"changelog": "https://github.com/cadugevaerd/spec-kit-verify-review-ship/blob/main/CHANGELOG.md",
4370+
"license": "MIT",
4371+
"category": "process",
4372+
"effect": "read-only",
4373+
"requires": {
4374+
"speckit_version": ">=0.1.0"
4375+
},
4376+
"provides": {
4377+
"commands": 3,
4378+
"hooks": 1
4379+
},
4380+
"tags": [
4381+
"quality",
4382+
"review",
4383+
"shipping",
4384+
"workflow",
4385+
"testing"
4386+
],
4387+
"verified": false,
4388+
"downloads": 0,
4389+
"stars": 0,
4390+
"created_at": "2026-07-10T00:00:00Z",
4391+
"updated_at": "2026-07-10T00:00:00Z"
4392+
},
43594393
"verify-tasks": {
43604394
"name": "Verify Tasks Extension",
43614395
"id": "verify-tasks",

0 commit comments

Comments
 (0)