glean-docs-refresh

Compare internal Glean documentation against Context7 developer docs and write dated reports.

1|Updated Jan 9, 2026
One-click install
npx skills add https://github.com/motorthings/clode --skill glean-docs-refresh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: glean-docs-refresh
Source: https://github.com/motorthings/clode/tree/main/skills/glean-docs-refresh
Command: npx skills add https://github.com/motorthings/clode --skill glean-docs-refresh

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It prevents your internal knowledge about Glean from drifting out of date by regularly checking internal Agent Factory knowledge docs against Context7’s official Glean documentation and flagging discrepancies.

Core Features & Use Cases

  • Freshness verification and diffing: Reads key internal knowledge markdown files and extracts topics, endpoints, schemas, action names, and dates.
  • Official docs cross-check via Context7: Queries Context7 developer docs for the same topics to determine what is new, changed, or missing.
  • Actionable reporting with priority: Produces a dated report that categorizes findings into New in Glean, Potentially Outdated, Confirmed Current, and Gaps to Investigate, and surfaces Critical/High items immediately.

Quick Start

Run the glean-docs-refresh workflow to generate a dated freshness report comparing your internal Glean docs against Context7’s current developer documentation.

Frequently Asked Questions about glean-docs-refresh

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check internal Glean documentation freshness against official developer docs?

You can verify Glean documentation freshness by running a workflow that cross-references internal markdown knowledge files against Context7 developer platform docs, categorizing discrepancies into new, outdated, and current items within a dated update report.

What is the best way to find outdated API endpoints in my internal knowledge base?

To find outdated API endpoints in your knowledge base, cross-reference internal markdown sources against Context7 official Glean developer docs via mcp__context7__query-docs, producing a prioritized report of potentially outdated endpoints and schemas.

Does Context7 documentation diffing work with local markdown knowledge bases?

Context7 documentation diffing works with local markdown knowledge bases by reading internal markdown sources, extracting topics and schemas, querying Context7 through mcp__context7__query-docs, and generating a categorized update report identifying documentation gaps.

How do I automate a weekly documentation diff report for Glean developer platform docs?

Automate a weekly documentation diff report by scheduling freshness checks that query Context7 for current Glean developer platform docs, cross-reference internal markdown sources, and write categorized discrepancy findings into a dated updates directory.

When should I run a documentation freshness check for Glean knowledge base updates?

Run a documentation freshness check during scheduled weekly intervals, on-demand for immediate comparisons, or at session start when the last report is older than seven days to prevent internal Glean knowledge from drifting out of date.

How are documentation discrepancies categorized when comparing internal Glean docs to Context7?

When comparing internal Glean docs to Context7, discrepancies are categorized into New in Glean, Potentially Outdated, Confirmed Current, and Gaps to Investigate, with Critical and High priority items surfaced immediately in the dated report.