Skip to content

[Extension]: Update multi-model-review to 0.1.2 #3065

@formin

Description

@formin

This is an update to the existing multi-model-review community catalog entry, currently listed at 0.1.1.

Extension ID

multi-model-review

Extension Name

Multi-Model Review

Version

0.1.2

Description

Cross-model Spec Kit handoffs for spec authoring, implementation routing, and review.

Author

formin

Repository URL

https://github.com/formin/multi-model-review

Download URL

https://github.com/formin/multi-model-review/archive/refs/tags/v0.1.2.zip

License

MIT

Homepage

https://github.com/formin/multi-model-review

Documentation URL

https://github.com/formin/multi-model-review/blob/main/README.md

Changelog URL

https://github.com/formin/multi-model-review/blob/main/CHANGELOG.md

Required Spec Kit Version

=0.2.0

Required Tools

  • git - required
  • codex - optional
  • gemini - optional
  • claude - optional

Number of Commands

4

Number of Hooks

0

Tags

review, workflow, multi-model, spec-driven-development, code

Key Features

  • Route Spec Kit spec authoring, implementation metadata, and review across different models.
  • Export compact-first cross-model review packages from Spec Kit artifacts and git diffs.
  • Support Codex CLI, Codex MCP, Claude, Gemini, Hermes, and custom CLI reviewer templates.
  • Document Codex OSS/local provider review and spec-authoring flows through codex exec --oss.
  • Keep review findings confidence-gated and ingest accepted findings into remediation state.

Testing Checklist

  • Extension installs successfully via download URL.
  • Command definitions resolve through specify extension list with 4 commands.
  • Documentation is complete and updated for Codex OSS/local providers.
  • No executable code was added; this release updates docs, manifests, and command guidance only.
  • Tested on a fresh specify init --here --integration claude --ignore-agent-tools --script sh project.

Submission Requirements

  • Valid extension.yml manifest included.
  • README.md includes installation and usage instructions.
  • LICENSE file included.
  • GitHub release created with version tag v0.1.2.
  • All command files exist and are packaged.
  • Extension ID follows lowercase-with-hyphens naming.

Testing Details

Tested on:

  • Windows / Git Bash
  • Spec Kit CLI 0.10.1

Test project:

  • Fresh temporary project created with specify init --here --integration claude --ignore-agent-tools --script sh

Commands run:

  1. git diff --check
  2. Markdown fence balance check over changed Markdown files
  3. .claude-plugin/plugin.json JSON parse check
  4. specify extension add --dev /k/dev/github/multi-model-review
  5. specify extension add multi-model-review --from https://github.com/formin/multi-model-review/archive/refs/tags/v0.1.2.zip
  6. specify extension list

Observed results:

  • Dev install reports Multi-Model Review (v0.1.2).
  • Release archive install reports Multi-Model Review (v0.1.2).
  • Installed extension lists 4 commands and 0 hooks.

Example Usage

specify extension add multi-model-review --from https://github.com/formin/multi-model-review/archive/refs/tags/v0.1.2.zip
/speckit.multi-model-review.cross-review init --spec codex-5.5:xhigh@normal --spec-heavy opus-4.7:1m@max --dev sonnet-4.6@high --review codex-5.5:high@normal --subagents auto
/speckit.multi-model-review.review-package 001-auth-rework

Proposed Catalog Entry

{
  "multi-model-review": {
    "name": "Multi-Model Review",
    "id": "multi-model-review",
    "description": "Cross-model Spec Kit handoffs for spec authoring, implementation routing, and review.",
    "author": "formin",
    "version": "0.1.2",
    "download_url": "https://github.com/formin/multi-model-review/archive/refs/tags/v0.1.2.zip",
    "repository": "https://github.com/formin/multi-model-review",
    "homepage": "https://github.com/formin/multi-model-review",
    "documentation": "https://github.com/formin/multi-model-review/blob/main/README.md",
    "changelog": "https://github.com/formin/multi-model-review/blob/main/CHANGELOG.md",
    "license": "MIT",
    "category": "process",
    "effect": "read-write",
    "requires": {
      "speckit_version": ">=0.2.0",
      "tools": [
        { "name": "git", "required": true },
        { "name": "codex", "required": false },
        { "name": "gemini", "required": false },
        { "name": "claude", "required": false }
      ]
    },
    "provides": {
      "commands": 4,
      "hooks": 0
    },
    "tags": [
      "review",
      "workflow",
      "multi-model",
      "spec-driven-development",
      "code"
    ],
    "verified": false,
    "downloads": 0,
    "stars": 0,
    "created_at": "2026-05-04T02:51:52Z",
    "updated_at": "2026-06-19T00:00:00Z"
  }
}

Additional Context

This release follows the current Extension Publishing Guide update flow: release a new version, then file an Extension Submission issue instead of opening a pull request against extensions/catalog.community.json.

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions