check-test-logical-resp-claude

Identify logical inconsistencies in model responses that passed automated tests.

Updated Jan 16, 2026
One-click install
npx skills add https://github.com/dezverev/AnimalAL-v1 --skill check-test-logical-resp-claude
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: check-test-logical-resp-claude
Source: https://github.com/dezverev/AnimalAL-v1/tree/main/.claude/skills/check-test-logical-resp-claude
Command: npx skills add https://github.com/dezverev/AnimalAL-v1 --skill check-test-logical-resp-claude

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The check-test-logical-resp-claude skill identifies and surfaces logical inconsistencies in model responses that passed automated tests. It does not re-check factual assertions; instead it surfaces semantic mismatches where a response seems off-topic or contradicts the prompt. It resolves analyze-test-json style files like test-results_.json and multi-model-results_.json under src/IntegrationTesterApp/test-results/.

Core Features & Use Cases

  • Validate that model responses align with the prompt's topic, entities, and intent.
  • Identify passed tests where the response is semantically illogical or off-topic.
  • Resolve test-result JSON files (test-results_.json or multi-model-results_.json) using the same file resolution approach as analyze-test-json skill.

Quick Start

Use the check-test-logical-resp-claude skill to audit a test-results JSON file and identify any passed tests with illogical responses.

Frequently Asked Questions about check-test-logical-resp-claude

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

FAQPage Schema
How do I find logical inconsistencies in model responses that passed automated tests?

To find logical inconsistencies in passed test results, you audit test-results JSON files to surface semantic mismatches where responses are off-topic or contradict the prompt. This evaluates topic accuracy, entity usage, numeric consistency, and intent alignment without re-checking factual assertions.

What is semantic mismatch detection in multi-model test results?

Semantic mismatch detection in multi-model test results identifies passed responses that are logically incoherent or misaligned with the original prompt. It analyzes conversation history, response text, and function call details to assess intent alignment and entity accuracy across different models.

How do I audit test-results JSON files to check if conversational responses align with the prompt intent?

You audit test-results JSON files by parsing testCase.prompt, testCase.conversationHistory, and response fields to evaluate intent alignment. The audit resolves files like test-results_*.json and multi-model-results_*.json to find semantic gaps in logically incoherent responses.

Can I use test result JSON files to audit function call details for numeric consistency and entity usage?

Yes, you can audit test result JSON files to validate numeric consistency and entity usage by analyzing optional functionCallDetails alongside conversation history. This surfaces illogical responses in passed tests by checking topic accuracy and correct entity usage across multi-model results.

What are the limitations of auditing passed test results for logical coherence?

The limitation of auditing passed test results for logical coherence is that it does not re-check factual assertions. It strictly surfaces semantic mismatches like off-topic responses or contradictions, meaning factual accuracy validation must be handled by a separate testing mechanism.