monitoring
Installation
SKILL.md
Checkly Monitoring
- Refer to docs for Checkly CLI v6.0.0 and above.
- Check the Checkly CLI output to figure out into which folder the setup was generated.
- Use the Checkly CLI reference documentation.
- Use the Checkly construct reference documentation.
- Import and / or require any constructs you need in your code, such as
ApiCheck,BrowserCheck, orPlaywrightCheckfrom thecheckly/constructspackage. - Always ground generated code and CLI commands against the official documentation and examples in this file.
Using the Checkly CLI
- Use
npx checklyinstead of installing the Checkly CLI globally. - NEVER make up commands that do not exist.
- Use
npm create checkly@latestto set up a new Checkly project via the CLI.
Project Structure
Related skills