llm-judge
✓LLM-as-judge methodology for comparing code implementations across repositories. Scores implementations on functionality, security, test quality, overengineering, and dead code using weighted rubrics. Used by /beagle:llm-judge command.
Installation
SKILL.md
Compare code implementations across 2+ repositories using structured evaluation.
| references/fact-schema.md | JSON schema for Phase 1 facts | | references/scoring-rubrics.md | Detailed rubrics for each dimension | | references/repo-agent.md | Instructions for Phase 1 agents | | references/judge-agents.md | Instructions for Phase 2 judges |
| Functionality | 30% | Spec compliance, test pass rate | | Security | 25% | Vulnerabilities, security patterns | | Test Quality | 20% | Coverage, DRY, mock boundaries | | Overengineering | 15% | Unnecessary complexity | | Dead Code | 10% | Unused code, TODOs |
LLM-as-judge methodology for comparing code implementations across repositories. Scores implementations on functionality, security, test quality, overengineering, and dead code using weighted rubrics. Used by /beagle:llm-judge command. Source: existential-birds/beagle.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/existential-birds/beagle --skill llm-judge- Source
- existential-birds/beagle
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is llm-judge?
LLM-as-judge methodology for comparing code implementations across repositories. Scores implementations on functionality, security, test quality, overengineering, and dead code using weighted rubrics. Used by /beagle:llm-judge command. Source: existential-birds/beagle.
How do I install llm-judge?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/existential-birds/beagle --skill llm-judge Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/existential-birds/beagle
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01