content-fidelity

Evaluate generated text against predefined rubrics using the Anthropic Messages API.

Updated May 16, 2026
One-click install
npx skills add https://github.com/ramboz/servo --skill content-fidelity
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: content-fidelity
Source: https://github.com/ramboz/servo/tree/main/hosts/codex/plugins/servo/skills/content-fidelity
Command: npx skills add https://github.com/ramboz/servo --skill content-fidelity

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill ensures that generated text aligns with specific intent or specifications, eliminating inconsistencies and ensuring quality in text outputs.

Core Features & Use Cases

  • Text Fidelity Evaluation: Judges generated text against a defined rubric or spec for tone, content, and style.
  • Integration: Easily integrates into the evaluation process of text generation workflows.
  • Use Case: When creating AI-generated content, this Skill can be used to ensure that the text produced matches the desired tone and intent as defined by the project's rubric.

Quick Start

Author a content fidelity component for your project and run the init command.

Frequently Asked Questions about content-fidelity

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

FAQPage Schema
How do I evaluate the fidelity of AI-generated text against a predefined rubric?

To evaluate text fidelity, apply a rubric to the generated text and use model-based judgment to score its alignment with your predefined criteria for tone, content, and style.

What is rubric-based assessment for text generation workflows?

Rubric-based assessment is a method to ensure text generation consistency by judging AI outputs against a defined spec, eliminating inconsistencies and verifying that content matches the desired intent.

Can I use the Anthropic Messages API to score generated text consistency?

Yes, you can use the Anthropic Messages API or Claude CLI to score generated text consistency, provided your environment has Python 3.9 or higher installed to run the evaluation scripts.

How do I check if generated text aligns with a specific tone and intent?

You check alignment by applying a project rubric that specifies tone and intent, then using model-based judgment to evaluate if the generated text meets those defined specifications.

Does text fidelity evaluation require any specific Python environment setup?

Text fidelity evaluation requires setting up a Python 3.9+ environment to run the scripts, along with access to the Anthropic Messages API or Claude CLI to execute the model-based scoring.

When should I use rubric-based text evaluation in my content generation pipeline?

Use rubric-based text evaluation when consistency with intent is critical, specifically to ensure AI-generated content matches your desired tone and style specifications before finalizing outputs.