checkly

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Checkly

Checkly

The Checkly CLI provides all the required information via the
npx checkly skills
command.
Use
npx checkly skills
to list all available actions, and
npx checkly skills <action>
to access up-to-date information on how to use the Checkly CLI for each action.
Checkly CLI通过
npx checkly skills
命令提供所有必要信息。
使用
npx checkly skills
列出所有可用操作,使用
npx checkly skills <action>
获取每个操作的最新使用说明。

Progressive Disclosure via
npx checkly skills

通过
npx checkly skills
实现渐进式信息披露

The skill is structured for efficient context usage:
  1. Metadata (~80 tokens): Name and description in frontmatter
  2. Core Instructions (~1K tokens): Main SKILL.md content with links to reference commands
  3. Reference Commands (loaded on demand): Detailed construct documentation with examples
Agents load what they need for each task.
该工具的信息结构旨在高效利用上下文:
  1. 元数据(约80个token):前置内容中的名称和描述
  2. 核心说明(约1000个token):包含参考命令链接的主SKILL.md内容
  3. 参考命令(按需加载):带示例的详细构造文档
Agents会根据每个任务加载所需的内容。

npx checkly skills initialize

npx checkly skills initialize

Learn how to initialize and set up a new Checkly CLI project from scratch.
了解如何从头开始初始化和设置一个新的Checkly CLI项目。

npx checkly skills configure

npx checkly skills configure

Learn how to create and manage monitoring checks using Checkly constructs and the CLI.
了解如何使用Checkly构造和CLI来创建和管理监控检查项。

npx checkly skills configure api-checks

npx checkly skills configure api-checks

Api Check construct (
ApiCheck
), assertions, and authentication setup scripts
Api Check构造(
ApiCheck
)、断言以及认证设置脚本

npx checkly skills configure browser-checks

npx checkly skills configure browser-checks

Browser Check construct (
BrowserCheck
) with Playwright test files
搭配Playwright测试文件的Browser Check构造(
BrowserCheck

npx checkly skills configure playwright-checks

npx checkly skills configure playwright-checks

Playwright Check Suite construct (
PlaywrightCheck
) for multi-browser test suites
用于多浏览器测试套件的Playwright Check Suite构造(
PlaywrightCheck

npx checkly skills configure multistep-checks

npx checkly skills configure multistep-checks

Multistep Check construct (
MultiStepCheck
) for complex user flows
用于复杂用户流程的Multistep Check构造(
MultiStepCheck

npx checkly skills configure tcp-monitors

npx checkly skills configure tcp-monitors

TCP Monitor construct (
TcpMonitor
) with assertions
带有断言的TCP Monitor构造(
TcpMonitor

npx checkly skills configure url-monitors

npx checkly skills configure url-monitors

URL Monitor construct (
UrlMonitor
) with assertions
带有断言的URL Monitor构造(
UrlMonitor

npx checkly skills configure dns-monitors

npx checkly skills configure dns-monitors

DNS Monitor construct (
DnsMonitor
) with assertions
带有断言的DNS Monitor构造(
DnsMonitor

npx checkly skills configure icmp-monitors

npx checkly skills configure icmp-monitors

ICMP Monitor construct (
IcmpMonitor
) with latency and packet loss assertions
带有延迟和丢包断言的ICMP Monitor构造(
IcmpMonitor

npx checkly skills configure heartbeat-monitors

npx checkly skills configure heartbeat-monitors

Heartbeat Monitor construct (
HeartbeatMonitor
)
Heartbeat Monitor构造(
HeartbeatMonitor

npx checkly skills configure check-groups

npx checkly skills configure check-groups

CheckGroupV2 construct (
CheckGroupV2
) for organizing checks
用于组织检查项的CheckGroupV2构造(
CheckGroupV2

npx checkly skills configure alert-channels

npx checkly skills configure alert-channels

Email (
EmailAlertChannel
), Phone (
PhoneCallAlertChannel
), and Slack (
SlackAlertChannel
) alert channels
Email(
EmailAlertChannel
)、Phone(
PhoneCallAlertChannel
)和Slack(
SlackAlertChannel
)告警通道

npx checkly skills configure supporting-constructs

npx checkly skills configure supporting-constructs

Status pages (
StatusPage
), dashboards (
Dashboard
), maintenance windows (
MaintenanceWindow
), and private locations (
PrivateLocation
)
状态页(
StatusPage
)、仪表板(
Dashboard
)、维护窗口(
MaintenanceWindow
)和私有位置(
PrivateLocation