Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions integrations/ai/copilot.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ mkdir -p .github && curl -o .github/copilot-instructions.md "https://www.checkly
<Tab title="Windows">

```bash setup-copilot-rules-windows
New-Item -ItemType Directory -Path ".github\instructions" -Force
Invoke-WebRequest -Uri "https://www.checklyhq.com/docs/ai/docs/ai/checkly.rules.md" -OutFile ".github\copilot-instructions.md"
New-Item -ItemType Directory -Path ".github" -Force
Invoke-WebRequest -Uri "https://www.checklyhq.com/docs/ai/checkly.rules.md" -OutFile ".github\copilot-instructions.md"
```

</Tab>

</Tabs>

You can ask Copilot to install the `checkly` NPM package and generate code for API Checks, Browser checks, Multistep checks
and all other constructs.
and all other constructs.