From glean-pack
Checks Glean changelog for API changes, tests connectors on staging, updates SDK packages, verifies schemas, runs search tests, deploys, and monitors errors.
How this skill is triggered — by the user, by Claude, or both
Slash command
/glean-pack:glean-upgrade-migrationThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Check Glean developer changelog for API changes. Test connector against staging environment. Update SDK/client packages. Verify document schema compatibility (new required fields?). Run search quality tests. Deploy updated connector. Monitor indexing errors post-deploy.
Check Glean developer changelog for API changes. Test connector against staging environment. Update SDK/client packages. Verify document schema compatibility (new required fields?). Run search quality tests. Deploy updated connector. Monitor indexing errors post-deploy.
npx claudepluginhub jeremylongshore/claude-code-plugins-plus-skills --plugin glean-packSets up GitHub Actions CI/CD for Glean connectors: PR indexing tests, staging validation, search quality checks via Node/TypeScript scripts.
Sets up automated scouts to monitor API changes, changelogs, and documentation updates for breaking changes, new features, deprecations, and rate limits in dependent services every 12 hours.
Detects breaking changes in REST, GraphQL, and gRPC API contracts. Compares OpenAPI schemas and protobuf defs to baselines, classifies severity, validates semver, runs Pact tests, generates reports.