Judge
Skill AktivLaunch a meta-judge then a judge sub-agent to evaluate results produced in the current conversation
To provide a structured and objective evaluation of work produced within a conversation, ensuring quality through tailored criteria and evidence-based feedback.
Funktionen
- Launches meta-judge to generate evaluation criteria
- Dispatches judge sub-agent for isolated context evaluation
- Supports structured scoring with evidence-based feedback
- Generates multi-dimensional rubrics tailored to artifact type
- Provides report-only evaluation without automatic changes
Anwendungsfälle
- Evaluating code changes for quality and adherence to requirements
- Assessing documentation for clarity and completeness
- Reviewing analysis or reports for accuracy and evidence
- Getting objective feedback on any conversational output
Nicht-Ziele
- Automatically modifying or fixing the evaluated work
- Performing destructive operations
- Handling secrets or sensitive data
- Replacing human review entirely, but augmenting it
Workflow
- Identify work to evaluate based on conversation history and arguments.
- Extract evaluation context (original task, output, files, criteria).
- Present evaluation scope to the user.
- Dispatch meta-judge agent to generate evaluation specification YAML.
- Dispatch judge agent with work context and specification YAML.
- Validate the judge's evaluation report.
- Present the final evaluation report and verdict to the user.
Versioning
- warning:Release ManagementNo explicit versioning is declared in the SKILL.md frontmatter or a changelog, and install instructions reference 'main', making version pinning difficult.
Practical Utility
- info:Usage examplesWhile the SKILL.md details the workflow, explicit end-to-end usage examples with claimed output are not provided for the 'judge' command itself, though related plugins have examples.
Installation
Zuerst Marketplace hinzufügen
/plugin marketplace add NeoLabHQ/context-engineering-kit/plugin install sadd@context-engineering-kitQualitätspunktzahl
Vertrauenssignale
Ähnliche Erweiterungen
Context Compression
100This skill should be used when the user asks to "compress context", "summarize conversation history", "implement compaction", "reduce token usage", or mentions context compression, structured summarization, tokens-per-task optimization, or long-running agent sessions exceeding context limits.
Mcp Setup
100Configure popular MCP servers for enhanced agent capabilities
Deepinit
100Deep codebase initialization with hierarchical AGENTS.md documentation
Agent Worker Specialist
100Agent skill for worker-specialist - invoke with $agent-worker-specialist
Orchestrate
100Wire Commands, Agents, and Skills together for complex features. Use when building features that need research, planning, and implementation phases.
Init
100Initializes an optional repo-local agent collaboration preference file at `.ai/swe.json` by running a short interview or a zero-question quick mode. Use when a user says `initialize agent settings for this repo`, `set up my local agent prefs here`, `run quick init for this project`, or `create .ai/swe.json for how I like to work`. Do NOT use for `npm init`, project scaffolding, dependency installation, or environment bootstrap.