eld-ground-evaluate

Evaluate generated code outputs for Law compliance and quality.

1|Updated Dec 17, 2025
One-click install
npx skills add https://github.com/CAPHTECH/claude-marketplace --skill eld-ground-evaluate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: eld-ground-evaluate
Source: https://github.com/CAPHTECH/claude-marketplace/tree/main/caphtech-plugin/skills/eld-ground-evaluate
Command: npx skills add https://github.com/CAPHTECH/claude-marketplace --skill eld-ground-evaluate

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Evaluates code output and artifacts against applicable Laws to ensure compliance and ground truth alignment.

Core Features & Use Cases

  • Evaluation of outputs against invariants, pre/post conditions, and policies
  • Integration with Grounding checks for end-to-end verification
  • Produces actionable evaluation notes for improvements

Quick Start

After code generation, run this Skill to verify Law alignment and surface any violations.

Frequently Asked Questions about eld-ground-evaluate

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I evaluate code against compliance and Law constraints?

Evaluation of code output against Laws ensures compliance with invariants, pre/post conditions, and policies. This Skill applies during code-generation reviews to verify alignment with active goals, existing patterns, and requirements before merging.

When should I run quality and Law compliance checks on generated code?

Run evaluation after code generation and before merge. The Skill surfaces Law violations and constraint misalignments during design verification and pre-merge quality checks, catching issues early in the review cycle.

What does Law compliance verification include?

Law compliance covers invariant and policy adherence, pre/post condition satisfaction, pattern consistency with ADRs and CLAUDE.md conventions, testing coverage validation, error handling robustness, and documentation completeness.

Can I use this for grounding verification alongside other checks?

Yes. The Skill integrates with Grounding checks for end-to-end verification, combining output evaluation against Laws with truth alignment to produce actionable notes for improvements.

What output does the evaluation produce?

Evaluation generates actionable notes identifying constraint violations and alignment gaps. These surface specific Law breaches and quality issues to guide code improvements before deployment.