---
name: harness
description: Lightweight slash-command CLI chat harness for manually exercising SICTIC-AI skills during local testing.
---

## Usage

```bash
conda run -n sictic-env python -m skills.harness
```

One-shot harness commands are also supported:

```bash
conda run -n sictic-env python -m skills.harness /help
```
