Skip to content

docs(cli): tell MCP-only sessions to skip the CLI skill opener [ship] - #1434

Merged
stefanjudis merged 1 commit into
mainfrom
feat/skill-mcp-session-note
Aug 12, 2026
Merged

docs(cli): tell MCP-only sessions to skip the CLI skill opener [ship]#1434
stefanjudis merged 1 commit into
mainfrom
feat/skill-mcp-session-note

Conversation

@stefanjudis

Copy link
Copy Markdown
Collaborator

Affected Components

  • CLI
  • Create CLI
  • Test
  • Docs
  • Examples
  • Other

Notes for the Reviewer

The checkly skill is written entirely for CLI usage, but agents can also reach Checkly through the Checkly MCP server. An MCP-only session (e.g. a desktop or sandboxed agent without shell access) that loads this skill would try to run npx checkly skills and fail.

This adds an MCP sessions gate as the first paragraph of the skill body, before the "Required" directive, telling such agents to stop and use the Checkly MCP tools for live account work instead.

The condition is deliberately "MCP and no shell", not just "MCP connected": a coding-agent session can have both the repo and the MCP server attached, and skills + CLI remain the recommended path there — the closing sentence guards that case so agents don't abandon the skill unnecessarily.

Edited the source at packages/cli/src/ai-context/skill.md and regenerated skills/checkly/SKILL.md via prepare + sync:skills, so the CI sync check should pass.

@stefanjudis stefanjudis changed the title docs(cli): tell MCP-only sessions to skip the CLI skill opener docs(cli): tell MCP-only sessions to skip the CLI skill opener [ship] Aug 12, 2026

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Auto-approved: ship/show PR from a same-repo branch.

@stefanjudis
stefanjudis enabled auto-merge (squash) August 12, 2026 08:31
@stefanjudis
stefanjudis merged commit aab7b42 into main Aug 12, 2026
27 of 30 checks passed
@stefanjudis
stefanjudis deleted the feat/skill-mcp-session-note branch August 12, 2026 08:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant