scry

Automate Clojure test execution and analysis with structured results.

7|Updated Jun 4, 2026
One-click install
npx skills add https://github.com/hugoduncan/scry --skill scry
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: scry
Source: https://github.com/hugoduncan/scry/tree/main
Command: npx skills add https://github.com/hugoduncan/scry --skill scry

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the process of running and analyzing Clojure tests, providing structured results for better debugging and automated analysis.

Core Features & Use Cases

  • Structured Test Results: Provides detailed, structured information about test outcomes, making it easier to diagnose issues.
  • REPL/API and CLI: Offers both interactive and automated test execution through a REPL or command-line interface.
  • Use Case: When you want to run Clojure tests and quickly analyze the results, whether in a development environment or during CI/CD.

Quick Start

Run the scry command to execute tests in the current project.

Frequently Asked Questions about scry

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

FAQPage Schema
How do I automate Clojure test execution and get structured results for CI/CD?

You can automate Clojure test execution by running the scry command, which provides structured test results for programmatic analysis in development environments and CI/CD pipelines.

What is the best way to analyze Clojure test outcomes programmatically?

Analyzing Clojure test outcomes programmatically requires structured test results, which this approach delivers by applying the scry library to test execution and output analysis.

Can I run Clojure tests from both a REPL and the command line?

Yes, you can run Clojure tests interactively through a REPL or via command-line interface, allowing both manual development testing and automated execution workflows.

Do I need the scry library to get structured test results in Clojure?

Yes, the scry library is required to generate the structured test results used for diagnosing issues and automating analysis of your Clojure test outcomes.

How do structured Clojure test results improve debugging over standard output?

Structured Clojure test results provide detailed, organized information about test outcomes, making it easier to diagnose issues quickly compared to parsing standard text output.

What are the limitations of using CLI for Clojure test automation?

The CLI automates test execution and structured analysis, but limitations depend on your specific CI/CD pipeline setup and how well it integrates with the scry library outputs.