test-results

Query Tcl interpreter test results and compare outcomes across versions 8.4–9.0.

59|6|Updated Mar 13, 2026
One-click install
npx skills add https://github.com/bitwisecook/tcl-lsp --skill test-results
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test-results
Source: https://github.com/bitwisecook/tcl-lsp/tree/main/.claude/skills/test-results
Command: npx skills add https://github.com/bitwisecook/tcl-lsp --skill test-results

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill allows you to quickly query and analyze historical test results from real Tcl interpreters, helping to identify regressions or understand test behavior across different Tcl versions.

Core Features & Use Cases

  • Query Test Status: Look up individual test results, search for tests matching patterns, or view summaries of entire test suites.
  • Cross-Version Comparison: Compare how tests behave across Tcl 8.4 through 9.0.
  • View Test Source: Extract and display the source code of specific Tcl tests, including file-level setup.
  • Use Case: Determine if a test failure observed in a new Tcl version also occurred in older versions, or check the pass rate of a specific suite across Tcl 8.6 and 9.0.

Quick Start

Check the status of all available reference test results.

Frequently Asked Questions about test-results

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

FAQPage Schema
How do I query historical Tcl test results across multiple interpreter versions?

You can query historical Tcl test results by searching individual tests, viewing suite summaries, and comparing outcomes across Tcl versions 8.4 through 9.0. Python scripts query real interpreter data to enable detailed regression analysis.

How do I check if a Tcl test failure is a regression from an older version?

To check for Tcl test regressions, compare how the specific test behaves across Tcl 8.4 through 9.0. Cross-version comparison identifies if a new failure also occurred in older releases.

Can I view the source code of a specific Tcl test for debugging?

Yes, you can extract and display the source code of specific Tcl tests, including file-level setup. Viewing test source code helps identify exact conditions triggering outcomes during debugging.

What is the best way to search for Tcl tests matching a specific pattern?

The best way to search for Tcl tests matching a pattern is querying reference test results captured from real Tcl interpreters. You can search groups of matching tests and view summaries of entire test suites.

Do I need to install Tcl interpreters locally to analyze test results?

No, you do not need to install Tcl interpreters locally. The Skill queries reference test results already captured from real Tcl interpreters 8.4 through 9.0 using Python scripts.