Go to file
security-auditor e8a27ecc0d
Some checks failed
CI / validate (pull_request) Failing after 0s
CI / validate (push) Failing after 0s
fix(ci): lowercase 'molecule-ai/' in cross-repo workflow refs
Gitea is case-sensitive on owner slugs; canonical is lowercase
`molecule-ai/...`. Mixed-case `Molecule-AI/...` refs fail-at-0s
when the runner tries to resolve the cross-repo workflow / checkout.

Same fix as molecule-controlplane#12. Mechanical case-correction;
no behavior change beyond making CI resolve again.

Refs: internal#46

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-07 00:59:27 -07:00
.github/workflows fix(ci): lowercase 'molecule-ai/' in cross-repo workflow refs 2026-05-07 00:59:27 -07:00
.molecule-ci/scripts import from local vendored copy (2026-05-06) 2026-05-06 13:53:34 -07:00
adapters import from local vendored copy (2026-05-06) 2026-05-06 13:53:34 -07:00
runbooks docs(install): migrate git clone URL to git.moleculesai.app (#37)\n\nAnonymous git-clone refs in CLAUDE.md, runbooks/local-dev-setup.md migrated github.com/Molecule-AI \u2192 git.moleculesai.app/molecule-ai. Public repo, no auth-shape change. Same pattern as the other plugin-* sweeps in the #37 series.\n\nRefs: molecule-ai/internal#37, molecule-ai/internal#38, molecule-ai/internal#42 2026-05-07 00:01:16 -07:00
skills/cross-vendor-review import from local vendored copy (2026-05-06) 2026-05-06 13:53:34 -07:00
.gitignore import from local vendored copy (2026-05-06) 2026-05-06 13:53:34 -07:00
CLAUDE.md docs(install): migrate git clone URL to git.moleculesai.app (#37)\n\nAnonymous git-clone refs in CLAUDE.md, runbooks/local-dev-setup.md migrated github.com/Molecule-AI \u2192 git.moleculesai.app/molecule-ai. Public repo, no auth-shape change. Same pattern as the other plugin-* sweeps in the #37 series.\n\nRefs: molecule-ai/internal#37, molecule-ai/internal#38, molecule-ai/internal#42 2026-05-07 00:01:16 -07:00
known-issues.md import from local vendored copy (2026-05-06) 2026-05-06 13:53:34 -07:00
plugin.yaml import from local vendored copy (2026-05-06) 2026-05-06 13:53:34 -07:00
README.md import from local vendored copy (2026-05-06) 2026-05-06 13:53:34 -07:00

molecule-skill-cross-vendor-review — Adversarial Multi-Model Review

Plugin for Claude Code. Run an adversarial code review against a non-Claude model (Codex, GPT, or Gemini) and surface disagreements with Claude's own review. Two LLMs catch bugs one doesn't.

Use ONLY for high-stakes PRs: auth, billing, data-deletion, irreversible migrations, large blast-radius changes.

When to use

Install on workspaces that review high-stakes PRs. The skill is invoked on-demand via the Skill tool after Claude has completed its own review.

What it does

  1. Presents the PR diff to a second-model reviewer (configurable: Codex, GPT, Gemini)
  2. Asks the second model to flag concerns independently
  3. Surfaces disagreements with Claude's own review
  4. Highlights where Claude may have missed something the second model caught

Installation

In org template (org.yaml)

plugins:
  - molecule-skill-cross-vendor-review

From URL

github://Molecule-AI/molecule-ai-plugin-molecule-skill-cross-vendor-review

License

Business Source License 1.1 — © Molecule AI.