Skip to content

Commit 7d773a8

Browse files
committed
cleaned skills page
1 parent ca1e8af commit 7d773a8

5 files changed

Lines changed: 122 additions & 14 deletions

File tree

ai/rocky-ai.mdx

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,16 @@ sidebarTitle: Rocky AI
77
Rocky AI is Checkly's AI agent. Rocky AI can help you automatically determine user impact and root cause on any failing
88
check using error messages, code, metrics, traces and logs.
99

10-
## Rocky AI capabilities
10+
## Rocky AI Capabilities
11+
### Root Cause & User Impact Analysis
1112

12-
Rocky AI's current core capabilities are **Root Cause & User Impact Analysis** for failing checks and
13-
test results. Read more about [Rocky AI Root Cause Analysis in the resolve section](/resolve/ai-root-cause-analysis/overview).
13+
- **User Impact**: Rocky AI analyzes the failure and provides you with a list of impacted user groups and features.
14+
- **Root Cause**: Rocky AI analyzes the failure and provides you with a root cause analysis.
15+
- **Step Summary**: Rocky AI summarizes the steps in the check script, making it easier to understand what the check is doing and where it failed. This typically works for any Playwright based check.
1416

15-
*We are planning more capabilities for Rocky AI across the Detect, Communicate and Resolve categories.*
17+
**[Learn More](/resolve/ai-root-cause-analysis/overview)**
1618

17-
## Getting Started with Rocky AI
18-
19-
To get started with Rocky AI follow these steps:
20-
21-
1. Make sure [Rocky AI is enabled in its settings page](https://app.checklyhq.com/accounts/rocky-ai).
22-
2. Now look for Rocky AI buttons and options in the Checkly web interface.
23-
24-
## AI invocations
19+
## Consumption & Invocations
2520

2621
Every AI analysis — whether triggered automatically or manually — counts as one invocation against your plan's quota. If the same analysis result is pushed to multiple alert channels, it is still counted as a single invocation.
2722

ai/skills.mdx

Lines changed: 113 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,119 @@ Provide the necessary Checkly context and let your AI agent of choice do the res
5454

5555
Using Checkly, you can now control your monitoring setup with AI agents without needing a specific MCP server or API for your monitoring. Tell your agent what you want to do and it will access the necessary context and use the CLI to manage your monitoring setup effectively.
5656

57+
## Skill Details
58+
59+
<Accordion title="Configure">
60+
Create and manage monitoring checks, alert channels, dashboards, status pages, and other Checkly constructs using the CLI.
61+
62+
**Invoke explicitly:**
63+
64+
```bash
65+
npx checkly skills configure
66+
```
67+
68+
**Example prompts:**
69+
70+
- "Create a URL monitor for api.example.com that checks every 5 minutes"
71+
- "Set up a browser check that logs into my app and verifies the dashboard loads"
72+
- "Add a Slack alert channel for my production check group"
73+
74+
**CLI usage:**
75+
76+
```bash
77+
# List all configure sub-actions
78+
npx checkly skills configure
79+
80+
# Get reference for a specific check type
81+
npx checkly skills configure api-checks
82+
npx checkly skills configure browser-checks
83+
npx checkly skills configure url-monitors
84+
85+
# Other constructs
86+
npx checkly skills configure alert-channels
87+
npx checkly skills configure check-groups
88+
npx checkly skills configure supporting-constructs
89+
```
90+
</Accordion>
91+
92+
<Accordion title="Investigate">
93+
Access check status, analyze failures, trigger on-demand runs, and debug errors across your monitoring setup.
94+
95+
**Invoke explicitly:**
96+
97+
```bash
98+
npx checkly skills investigate
99+
```
100+
101+
**Example prompts:**
102+
103+
- "Show me which checks are currently failing"
104+
- "Investigate why the login browser check started failing yesterday"
105+
- "Trigger an on-demand run of my API health check"
106+
107+
**CLI usage:**
108+
109+
```bash
110+
# Get full investigate reference
111+
npx checkly skills investigate
112+
113+
# Check inspection and on-demand runs
114+
npx checkly skills investigate checks
115+
```
116+
</Accordion>
117+
118+
<Accordion title="Communicate">
119+
Open and manage incidents and lead customer communications via status pages.
120+
121+
**Invoke explicitly:**
122+
123+
```bash
124+
npx checkly skills communicate
125+
```
126+
127+
**Example prompts:**
128+
129+
- "Create a new incident for the API outage and post it to the status page"
130+
- "Update the current incident with a resolution message"
131+
- "List all open incidents"
132+
133+
**CLI usage:**
134+
135+
```bash
136+
# Get full communicate reference
137+
npx checkly skills communicate
138+
139+
# Incident lifecycle management
140+
npx checkly skills communicate incidents
141+
```
142+
</Accordion>
143+
144+
<Accordion title="Manage">
145+
Understand your account plan, entitlements, feature limits, and available monitoring locations.
146+
147+
**Invoke explicitly:**
148+
149+
```bash
150+
npx checkly skills manage
151+
```
152+
153+
**Example prompts:**
154+
155+
- "What features are available on my current Checkly plan?"
156+
- "Which monitoring locations can I use?"
157+
- "Check if my plan supports private locations"
158+
159+
**CLI usage:**
160+
161+
```bash
162+
# Get full manage reference
163+
npx checkly skills manage
164+
165+
# Check plan details and entitlements
166+
npx checkly skills manage plan
167+
```
168+
</Accordion>
169+
57170
## Additional resources
58171

59172
- [`checkly skills` CLI Reference](/cli/checkly-skills)

images/rca/rca-automation-dark.png

890 KB
Loading
901 KB
Loading

resolve/ai-root-cause-analysis/overview.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ sidebarTitle: AI Root Cause Analysis
66

77
## What is Rocky AI Root Cause Analysis?
88

9-
Rocky AI — Checkly's AI service — can automatically analyze, categorize and summarize any failure or error from one of Checkly's
9+
Rocky AI — Checkly's Agent — can automatically analyze, categorize and summarize any failure or error from one of Checkly's
1010
synthetic checks and / or monitoring checks.
1111

1212
<Frame>
@@ -26,7 +26,7 @@ Using any available artifacts like error message, user code, logs, metrics, trac
2626
and other evidence, it will quickly assess what the impact is of a failure and what the underlying (possible) root cause is.
2727
It will also provide a suggested code fix for any check based on (Playwright) code.
2828

29-
## How do I use Rocky AI Root Cause Analysis?
29+
## Getting Started with Rocky AI Root Cause Analysis
3030

3131
1. Make sure [Rocky AI is enabled in its settings page](https://app.checklyhq.com/accounts/rocky-ai).
3232
2. Click the "Analyze Root Cause" button on any failing check result, test session result and / or error group.

0 commit comments

Comments
 (0)