Go to file
security-auditor 43bf3eea02
Some checks failed
CI / validate (push) Failing after 21s
ci: re-trigger after orchestrator restarted runners 1-8
Per saved memory feedback_runner_config_partial_deploy: orchestrator
identified that runners 1-8 last restarted before AGENT_TOOLSDIRECTORY
+ RUNNER_TOOL_CACHE were added; cycle 7 retrigger landed ~50% on stale
runners. Orchestrator restarted 1-8 at ~09:37; this empty commit
re-triggers CI on the now-consistent runner pool.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-07 02:41:09 -07:00
.github/workflows fix(ci): lowercase 'molecule-ai/' in cross-repo workflow refs 2026-05-07 00:59:24 -07:00
.molecule-ci/scripts import from local vendored copy (2026-05-06) 2026-05-06 13:53:32 -07:00
adapters import from local vendored copy (2026-05-06) 2026-05-06 13:53:32 -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:14 -07:00
skills/code-review import from local vendored copy (2026-05-06) 2026-05-06 13:53:32 -07:00
.gitignore import from local vendored copy (2026-05-06) 2026-05-06 13:53:32 -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:14 -07:00
known-issues.md import from local vendored copy (2026-05-06) 2026-05-06 13:53:32 -07:00
plugin.yaml import from local vendored copy (2026-05-06) 2026-05-06 13:53:32 -07:00
README.md import from local vendored copy (2026-05-06) 2026-05-06 13:53:32 -07:00

molecule-skill-code-review — Multi-Axis Code Review

Plugin for Claude Code. Invokes a 16-criteria code review across code quality dimensions: best practices, modularity, scalability, abstraction, test coverage, redundancy, hardcoded values, type safety, performance, naming, API design, async patterns, config/env sync, template consistency, and documentation alignment.

When to use

Install on workspaces that review code changes (PRs, diffs, generated code). The skill is invoked on-demand via the Skill tool.

What it reviews

Dimension What to check
Best practices idiomatic language use, error handling, resource cleanup
Modularity single responsibility, low coupling, cohesive modules
Scalability algorithmic complexity, N+1 queries, pagination
Type safety strict types, no any, null checks
Test coverage edge cases, happy path, error conditions
Security injection vectors, secrets in code, input validation
Performance unnecessary work, caching opportunities, DB efficiency

Installation

In org template (org.yaml)

plugins:
  - molecule-skill-code-review

From URL

github://Molecule-AI/molecule-ai-plugin-molecule-skill-code-review

License

Business Source License 1.1 — © Molecule AI.