glean-prod-checklist

Featured

Pre-launch: All datasources indexed and searchable. Trigger: "glean prod checklist", "prod-checklist".

AI & Automation 2,266 stars 315 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Glean Production Checklist ## Overview Glean provides enterprise search across all company data sources with AI-powered ranking and document understanding. A production integration requires all connectors indexed, document permissions correctly mapped, and search quality validated. Failures mean employees find stale documents, see content they lack permission for, or get zero results when data exists. ## Authentication & Secrets - [ ] `GLEAN_API_KEY` stored in secrets manager (not config files) - [ ] Indexing API token separated from Search API token - [ ] Key rotation schedule documented (quarterly cycle) - [ ] Separate credentials for staging/prod environments - [ ] Service account permissions scoped per data source connector ## API Integration - [ ] Production base URL configured (`https://api.glean.com/v1`) - [ ] Rate limit handling with exponential backoff - [ ] All data source connectors configured and initial crawl complete - [ ] Document permission mapping tested with different user roles - [ ] Connector sync scheduled (daily cron or event-driven webhooks) - [ ] Bulk indexing supports incremental updates (not full re-index) - [ ] Search query tested across all indexed data sources ## Error Handling & Resilience - [ ] Circuit breaker configured for Glean API outages - [ ] Retry with backoff for 429/5xx responses - [ ] Connector sync failure detection within 1 hour - [ ] Stale index detection (alert if last update > 24 hours) - [ ] Document permission errors l...

Details

Author
jeremylongshore
Repository
jeremylongshore/claude-code-plugins-plus-skills
Created
7 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category