Skip to content

feat(cli): add manage action group and update skills for plan awareness [AI-72]#1265

Merged
thebiglabasky merged 2 commits intomainfrom
feat/skills-manage-group
Mar 19, 2026
Merged

feat(cli): add manage action group and update skills for plan awareness [AI-72]#1265
thebiglabasky merged 2 commits intomainfrom
feat/skills-manage-group

Conversation

@thebiglabasky
Copy link
Contributor

Summary

  • Adds a new manage action group to the skills system with plan reference for account entitlements
  • Updates existing skills references to catch up with recent CLI additions
  • Teaches agents to check the account plan before configuring checks (prevents unauthorized feature usage)

New content

  • manage.md — action group overview: plan-aware workflow, guidance to check entitlements before writing checks
  • manage-plan.mdaccount plan command reference: usage examples, abbreviated JSON response shape, practical patterns for filtering locations and respecting limits

Updated content

  • skill.md — new "Plan Awareness" section explaining upgrade links (checkout + contact sales)
  • initialize.md — new Step 3 "Check your account plan" before creating config, with guidance to only use available locations and enabled features
  • configure.md — replaced vague "Check Locations and Plan Tiers" section with precise pointer to account plan --output json
  • investigate-checks.md — added checks stats command (merged in feat(cli): add checks stats command #1256, was missing from skills)
  • communicate-incidents.md — added status-pages get command (merged in fix: globalSetup, globalTeardown and tsconfig files from Playwright config are detected again #1250, was missing from skills)
  • context.ts — registered MANAGE_REFERENCES and manage action

Why

From AI-60: agents were using enterprise-only features (locations, retry strategies) without knowing the subscription tier. This update ensures agents discover checkly account plan early in their workflow and use it to scope their work to what the plan supports. Disabled features include upgrade URLs so agents can proactively suggest upgrades.

Test plan

  • TypeScript compiles clean
  • 124 tests passing (command metadata + skills install)
  • npm run prepare generates manage references in dist/ai-context/
  • Generated SKILL.md includes manage action group
  • No changes to build pipeline (prepare-ai-context.ts handles new action generically)

🤖 Generated with Claude Code

thebiglabasky and others added 2 commits March 19, 2026 14:41
…ss [AI-72]

New:
- manage action group with plan reference for account entitlements
- manage.md: plan-aware workflow guidance (check plan before configuring)
- manage-plan.md: account plan command reference with JSON shape and usage patterns

Updated:
- initialize.md: new Step 3 (check account plan) before creating config,
  prevents agents from using unauthorized features on first attempt
- configure.md: replace vague location guidance with precise pointer to
  account plan command
- skill.md: add Plan Awareness section with upgrade link guidance
- investigate-checks.md: add checks stats command (was missing)
- communicate-incidents.md: add status-pages get command (was missing)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@checkly checkly deleted a comment from github-actions bot Mar 19, 2026
Copy link
Collaborator

@stefanjudis stefanjudis left a comment

Choose a reason for hiding this comment

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

Great stuff. love it.

@thebiglabasky thebiglabasky merged commit 04cc5a2 into main Mar 19, 2026
4 checks passed
@thebiglabasky thebiglabasky deleted the feat/skills-manage-group branch March 19, 2026 14:25
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.

2 participants