Merge pull request #314 from Molecule-AI/fix/issue-310-llm-judge-be-fe

feat(template): add molecule-skill-llm-judge to Backend + Frontend Engineer (#310)
This commit is contained in:
Hongming Wang 2026-04-15 19:51:00 -07:00 committed by GitHub
commit 17b9263167
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -483,7 +483,9 @@ workspaces:
files_dir: frontend-engineer
# #280: self-review rubric before raising a PR. Dev Lead uses
# the same rubric, so catching issues here cuts the review loop.
plugins: [molecule-skill-code-review]
# #310: molecule-skill-llm-judge — gate own PR against issue body
# before requesting review ("shipped the wrong thing" early catch).
plugins: [molecule-skill-code-review, molecule-skill-llm-judge]
initial_prompt: |
You just started as Frontend Engineer. Set up silently — do NOT contact other agents.
1. Clone the repo: git clone https://github.com/${GITHUB_REPO}.git /workspace/repo 2>/dev/null || (cd /workspace/repo && git pull)
@ -515,7 +517,8 @@ workspaces:
# #303: molecule-security-scan — CVE gate at dev time, not
# just at Security Auditor's 12h cron. Catches supply-chain
# deps + secret patterns before they reach PR review.
plugins: [molecule-hitl, molecule-skill-code-review, molecule-security-scan]
# #310: molecule-skill-llm-judge — self-gate before PR review.
plugins: [molecule-hitl, molecule-skill-code-review, molecule-security-scan, molecule-skill-llm-judge]
initial_prompt: |
You just started as Backend Engineer. Set up silently — do NOT contact other agents.
1. Clone the repo: git clone https://github.com/${GITHUB_REPO}.git /workspace/repo 2>/dev/null || (cd /workspace/repo && git pull)