-
Notifications
You must be signed in to change notification settings - Fork 4
Add ai learn article #117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add ai learn article #117
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR adds a comprehensive guide on using AI agents to configure Checkly monitoring infrastructure, based on a recent webinar. The guide demonstrates how to leverage Checkly's Monitoring as Code approach to create, configure, and manage monitoring through conversational prompts.
Key changes:
- New comprehensive guide (
guides/agentic-workflows.mdx) covering AI-driven monitoring configuration - Updated YouTube video reference and added link to the new guide in the AI integrations overview
- Fixed navigation links from
/resolve/rocky-ai/overviewto/resolve/error-analysis/overview
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| guides/agentic-workflows.mdx | New 502-line guide demonstrating how to use AI agents (Claude Code, Cursor, GitHub Copilot) to set up uptime monitoring, API checks, and Playwright synthetic monitoring using Checkly's Monitoring as Code approach |
| integrations/ai/overview.mdx | Updated YouTube video ID to the latest webinar recording and added reference link to the new agentic workflows guide |
| resolve/overview.mdx | Updated Rocky AI navigation links to point to the correct /resolve/error-analysis/overview path |
| docs.json | Added "AI and LLMs" section to Guides navigation with the new agentic-workflows page, and removed trailing blank line |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
guides/agentic-workflows.mdx
Outdated
| ``` | ||
| Can you set up an API check for /api/products? | ||
|
|
||
| Please analyze the code and endpoint to create valuable assertions. | ||
| ``` |
Copilot
AI
Dec 3, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This code block is missing a language identifier. Based on the pattern used elsewhere in this document, it should be labeled as md AI Prompt to match the styling of other prompt blocks.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@copilot open a new pull request to apply changes based on this feedback
|
@stefanjudis I've opened a new pull request, #118, to work on those changes. Once the pull request is ready, I'll request review from you. |
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
Affected Components
This PR adds a new guide based on our recent AI webinar.