general-quality

Evaluates Claude Code agent traces for quality, structure, and hallucination risk.

1|Updated Apr 24, 2026
One-click install
npx skills add https://github.com/itsadijmbt/SecureMCP-Servers --skill general-quality-itsadijmbt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: general-quality
Source: https://github.com/itsadijmbt/SecureMCP-Servers/tree/main/TEST_SERVERS/PORTED_TO_SECUREMCP/databrickslab-mcp/ai-dev-kit/.test/eval-criteria/general-quality
Command: npx skills add https://github.com/itsadijmbt/SecureMCP-Servers --skill general-quality-itsadijmbt

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps you consistently assess Claude Code agent traces for output quality, so users can trust what they receive and take action immediately.

Core Features & Use Cases

  • Actionable Output: Verifies the response can be directly used (e.g., complete, runnable code; concrete paths and references).
  • Structured Response: Ensures clear organization with appropriate formatting (e.g., fenced code blocks, numbered steps, concise explanations).
  • No Hallucination: Checks that referenced APIs/tools and Databricks concepts are real and not invented or deprecated.
  • Conciseness & Error Handling: Penalizes unnecessary preamble/disclaimers and confirms failures are explained and recovered from.

Quick Start

Use general-quality to evaluate a Claude Code agent trace against actionable output, structure, hallucination risk, conciseness, and error-handling criteria.

Frequently Asked Questions about general-quality

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

FAQPage Schema
How do I evaluate agent traces for hallucination risk and response quality?

To evaluate agent traces for hallucination risk and response quality, you can score outputs against criteria like actionability, structure, and verified tool/API existence. This process checks runnable completeness and detects invented identifiers to ensure trustworthy responses.

What is the best way to check Claude Code outputs for actionability and structure?

Checking Claude Code outputs for actionability and structure involves verifying that responses contain complete, runnable code and concrete paths. It ensures clear organization with appropriate formatting like fenced code blocks and numbered steps for immediate user execution.

How do I detect hallucinated APIs and deprecated Databricks features in step-by-step agent outputs?

Detecting hallucinated APIs and deprecated Databricks features in agent outputs requires checking referenced tools against verified existence. This evaluation penalizes invented identifiers and confirms that all MCP tool references and API features are real and currently valid.

Does error handling evaluation check if execution failures are explained and recovered from?

Error handling evaluation does check if execution failures are explained and recovered from in agent traces. It confirms that failures are addressed with recovery steps and penalizes unnecessary preamble or disclaimers that reduce response conciseness.

Can I use response quality evaluation for any domain where an agent produces tool or API references?

You can use response quality evaluation for any domain where an agent produces step-by-step outputs, code snippets, or tool/API references. It is especially effective when interacting with Databricks or MCP tools to verify runnable completeness and correct formatting.