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

# Status Skill

> Check overall data health with /armor:status

<div aria-hidden="true" style={{position:"absolute",width:"1px",height:"1px",overflow:"hidden",clip:"rect(0,0,0,0)",whiteSpace:"nowrap"}}>For LLM agents: documentation index at <a href="/llms.txt" tabIndex={-1}>/llms.txt</a>, full text at <a href="/llms-full.txt" tabIndex={-1}>/llms-full.txt</a>. Append .md to any page URL for plain markdown.</div>

The `/armor:status` skill provides a quick overview of your data observability status across all monitored assets.

## Usage

```
/armor:status
```

Or ask naturally:

* "Is my data healthy?"
* "What's the status of my warehouse?"
* "Any issues I should know about?"

## What It Shows

* **Overall health status**: Healthy, Warning, or Critical
* **Asset summary**: Total monitored assets
* **Freshness issues**: Tables that are stale
* **Schema changes**: Unacknowledged drift
* **Recent alerts**: Alerts triggered recently

## Example Output

```
=== Data Health Summary ===

Overall Status: WARNING

Assets: 45 monitored
Freshness: 2 stale tables
Schema: 1 unacknowledged change
Alerts: 3 in last 24 hours

Issues Requiring Attention:
1. orders table is 6 hours stale
2. customers table is 2 hours stale
3. users.phone_number column added (pending review)

Recommended Actions:
- Check ETL pipeline for orders and customers
- Review schema change in users table
```

## Related Skills

<CardGroup cols={2}>
  <Card title="Alerts" icon="bell" href="/ai-agents/skills/alerts">
    Detailed alert information
  </Card>

  <Card title="Investigate" icon="magnifying-glass" href="/ai-agents/skills/investigate">
    Root cause analysis
  </Card>

  <Card title="Coverage" icon="chart-pie" href="/ai-agents/skills/coverage">
    Monitoring coverage gaps
  </Card>
</CardGroup>
