Open
Conversation
Add `npx checkly skills install` to install the Checkly agent skill (SKILL.md) into a project for any supported AI coding tool. Supports --target for known platforms (Claude, Cursor, Windsurf, etc.), --path for custom directories, --force to skip overwrite confirmation, and interactive prompts when run in a TTY.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
npx checkly skills installcommand to install the Checkly agent skill (SKILL.md) into a project--target(Claude, Cursor, Windsurf, GitHub Copilot, Goose, Continue, AMP, Cline, Codex, Gemini CLI, OpenCode, Roo)--pathfor custom directories and--forceto skip overwrite confirmationskills.ts→skills/index.tsto support subcommands under theskillstopicNew files
packages/cli/src/commands/skills/install.ts— The commandpackages/cli/src/commands/skills/__tests__/install.spec.ts— Unit tests (22 tests)Modified files
packages/cli/src/commands/skills/index.ts— Moved fromskills.ts, import paths updatedpackages/cli/package.json— Remove explicitskillstopic description (now handled by the index command)packages/cli/src/commands/__tests__/command-metadata.spec.ts— Registerskills installpackages/cli/src/help/help-extension.ts— Exclude topics that have a matching top-level command from duplicating in help outputpackages/cli/src/ai-context/README.md— Document install commandpackages/cli/src/ai-context/skill.md— Document install commandskills/checkly/README.md— Document install commandskills/checkly/SKILL.md— Document install commandTest plan
vitest run)skills install)npx checkly skills install(interactive prompt)npx checkly skills install --target claudenpx checkly skills install --target claude --forcenpx checkly skills install --path custom/dir🤖 Generated with Claude Code and reviewed / manually tested by @stefanjudis