> ## Documentation Index
> Fetch the complete documentation index at: https://docs.selftune.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# selftune status

> One-line skill health summary

## Usage

```bash theme={null}
selftune status
```

Also available as the default when running `selftune` with no arguments.

## Output

Shows a compact health summary with:

* Per-skill health state (healthy, warning, critical, unknown)
* Pass rates and trend direction
* Skills needing attention highlighted
* Recent improvement signals
* A draft-lifecycle summary showing which skills still need evals, unit tests, replay dry-runs, or baselines, which are ready to deploy, and which are already under watch

When draft-lifecycle artifacts exist, `selftune status` also prints the next
recommended command for the highest-priority skills so you can move from
testing to deploy/watch without opening the dashboard first.

## Example

```text theme={null}
selftune v0.2.20 | 12 skills tracked | last sync: 2m ago

  Skill                Pass Rate  Trend   Status
  ─────────────────────────────────────────────
  Research             94%        ↑       healthy
  Content              87%        →       healthy
  Browser              73%        ↓       warning
  CreateCLI            45%        ↓       critical
  Documents            --         --      unknown

  Attention: Browser (declining), CreateCLI (below threshold)
```
