From 69936f30ede2b6b6a9ce4b3cf41521c3c881c544 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 3 Dec 2025 12:01:56 +0000 Subject: [PATCH 1/3] Initial plan From ccbd80fa365f19b73507f2af740f2c5ee0572a5d Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 3 Dec 2025 12:03:32 +0000 Subject: [PATCH 2/3] Add language identifier to API check prompt code block Co-authored-by: stefanjudis <962099+stefanjudis@users.noreply.github.com> --- guides/agentic-workflows.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/agentic-workflows.mdx b/guides/agentic-workflows.mdx index a258c6b..99c6a67 100644 --- a/guides/agentic-workflows.mdx +++ b/guides/agentic-workflows.mdx @@ -256,7 +256,7 @@ For a solid monitoring strategy uptime monitoring is only the first step. [API C To create complex assertions, target AI to analyze your source code to generate meaningful assertions automatically. -``` +```md AI Prompt Can you set up an API check for /api/products? Please analyze the code and endpoint to create valuable assertions. From dafb8b8d7201c96a40013e97e2b9761e297064d8 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 3 Dec 2025 12:04:32 +0000 Subject: [PATCH 3/3] Fix 'team mates' to 'teammates' Co-authored-by: stefanjudis <962099+stefanjudis@users.noreply.github.com> --- guides/agentic-workflows.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/agentic-workflows.mdx b/guides/agentic-workflows.mdx index 99c6a67..c79b88b 100644 --- a/guides/agentic-workflows.mdx +++ b/guides/agentic-workflows.mdx @@ -165,7 +165,7 @@ __checks__/base-url.check.ts ``` - AI agents can easily call the Checkly CLI to update your entire monitoring configuration thanks to Monitoring as Code. If you don't properly review the configuration changes, this can lead to broken monitoring, unnecessary alerts and angry team mates. + AI agents can easily call the Checkly CLI to update your entire monitoring configuration thanks to Monitoring as Code. If you don't properly review the configuration changes, this can lead to broken monitoring, unnecessary alerts and angry teammates. We recommend to include safeguards against accidental deployments by instructing the AI to always request confirmation before running `npx checkly deploy`.