> ## 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.

# Analyze Skill

> Trigger AI analysis with /armor:analyze

<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:analyze` skill triggers deep AI analysis of your data assets.

## Usage

```
/armor:analyze
```

Or ask naturally:

* "Analyze the finance schema"
* "Generate insights for orders"
* "What can you tell me about this table?"

## Example Usage

```
You: Analyze the orders table

Claude: Triggering AI analysis for orders...

Analysis complete:

Schema Understanding:
- Purpose: E-commerce order tracking
- Primary key: order_id
- Foreign keys: customer_id, product_id
- Temporal: created_at, updated_at

Data Patterns:
- Average 2,500 new orders/day
- Peak hours: 10am-2pm, 7pm-10pm
- Weekend volume 40% lower

Quality Observations:
- 0.1% null rate on customer_id (investigate)
- Status distribution normal
- No duplicate order_ids detected

Recommendations:
1. Add null check on customer_id
2. Consider partitioning by created_at
3. Index on status for common queries
```

## Related Skills

<CardGroup cols={2}>
  <Card title="Ask" icon="comment-question" href="/ai-agents/skills/ask">
    Quick questions
  </Card>

  <Card title="Profile" icon="chart-bar" href="/ai-agents/skills/profile">
    Statistics
  </Card>
</CardGroup>
