main
CI / validate (push) Successful in 15s
molecule-workflow-triage
Provides the /triage slash command — a full PR-triage cycle that chains together code-review, cross-vendor-review, llm-judge, cron-learnings, and update-docs into one coordinated workflow.
How it works
/triage orchestrates:
- Gate 1 — Code Review (
molecule-skill-code-review) — static analysis + style - Gate 2 — Cross-Vendor Review (
molecule-skill-cross-vendor-review) — multi-model consistency check - Gate 3 — LLM Judge (
molecule-skill-llm-judge) — quality vs. golden examples - Gate 4 — Security (
molecule-ai-plugin-molecule-security-scan) — CVE scan on skill deps - Write learnings — results fed to
molecule-skill-cron-learnings
Issue assignments cap at 2 per run to keep workload bounded.
Install
In org template (org.yaml)
plugins:
- molecule-workflow-triage
Recommended sibling plugins:
molecule-skill-code-reviewmolecule-skill-cron-learningsmolecule-skill-cross-vendor-reviewmolecule-skill-llm-judgemolecule-ai-plugin-molecule-security-scan
From URL (community install)
github://Molecule-AI/molecule-ai-plugin-molecule-workflow-triage
Usage
/triage
Known gotchas
/triagerequires sibling plugins to be useful. If not installed, the step degrades gracefully.- Gate 4 (security) may conflict with
careful-modeREFUSE list — both block, which is intentional. - Mechanical fix commits do not trigger re-review.
See known-issues.md for full detail.
Runtime
claude_code— primary
License
Business Source License 1.1 — © Molecule AI.
Description
Languages
Python
100%