From 5f7ac66db645f7037eb2817db0e629a1179d5edd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 12:38:14 +0000 Subject: [PATCH] Add Verify Review Ship extension to community catalog 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: Copilot <223556219+Copilot@users.noreply.github.com> --- docs/community/extensions.md | 1 + extensions/catalog.community.json | 36 ++++++++++++++++++++++++++++++- 2 files changed, 36 insertions(+), 1 deletion(-) diff --git a/docs/community/extensions.md b/docs/community/extensions.md index ae953b3ce4..59c6985b5c 100644 --- a/docs/community/extensions.md +++ b/docs/community/extensions.md @@ -146,6 +146,7 @@ The following community-contributed extensions are available in [`catalog.commun | 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) | | 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) | | 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) | +| 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) | | 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) | | 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) | | 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) | diff --git a/extensions/catalog.community.json b/extensions/catalog.community.json index e84d677e65..8e0a536593 100644 --- a/extensions/catalog.community.json +++ b/extensions/catalog.community.json @@ -1,6 +1,6 @@ { "schema_version": "1.0", - "updated_at": "2026-07-07T00:00:00Z", + "updated_at": "2026-07-10T00:00:00Z", "catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json", "extensions": { "aide": { @@ -4282,6 +4282,40 @@ "created_at": "2026-03-03T00:00:00Z", "updated_at": "2026-04-09T00:00:00Z" }, + "verify-review-ship": { + "name": "Verify Review Ship", + "id": "verify-review-ship", + "description": "Adds post-implementation verify, review, and ship readiness gates to Spec Kit workflows.", + "author": "Carlos Eduardo Gevaerd Araujo", + "version": "0.1.0", + "download_url": "https://github.com/cadugevaerd/spec-kit-verify-review-ship/archive/refs/tags/v0.1.0.zip", + "repository": "https://github.com/cadugevaerd/spec-kit-verify-review-ship", + "homepage": "https://github.com/cadugevaerd/spec-kit-verify-review-ship", + "documentation": "https://github.com/cadugevaerd/spec-kit-verify-review-ship/blob/main/README.md", + "changelog": "https://github.com/cadugevaerd/spec-kit-verify-review-ship/blob/main/CHANGELOG.md", + "license": "MIT", + "category": "process", + "effect": "read-only", + "requires": { + "speckit_version": ">=0.1.0" + }, + "provides": { + "commands": 3, + "hooks": 1 + }, + "tags": [ + "quality", + "review", + "shipping", + "workflow", + "testing" + ], + "verified": false, + "downloads": 0, + "stars": 0, + "created_at": "2026-07-10T00:00:00Z", + "updated_at": "2026-07-10T00:00:00Z" + }, "verify-tasks": { "name": "Verify Tasks Extension", "id": "verify-tasks",