Prism

Use this skill when the user wants to beautify Go test output, colorize unit test results, or parse test failures more easily.

javimosch 40bb86f 933 B Updated

File contents

prism Plugin

Make unit test output beautiful — colorized, formatted Go test results.

Commands

Test

  • prism test run — Run tests with prism

Benchmark

  • prism bench — Run benchmarks

Usage Examples

  • "Run tests with pretty output"
  • "Show only failed tests"
  • "Run with verbose output"

Installation

go install go.dalton.dog/prism@latest

Or:

brew install --cask daltonsw/tap/prism

Examples

# Run tests
prism

# Verbose output
prism -v

# Failed only
prism -f

# Disable color
prism --no-color

# Benchmarks
prism bench
prism bench "MyBenchmark" ./specific/path

Key Features

  • Colorized output
  • Pass/fail indicators
  • Verbose mode
  • Failed-only mode
  • Benchmark support
  • Configurable defaults

javimosch/supercli/tree/main/plugins/prism/skills/quickstart commit 40bb86f4c2

Frequently asked questions

npx skillmds@latest add javimosch/prism