Search and analyze internal source code across the user's organization's repositories. Use when the user asks how something is implemented, where the code for a system lives, who has been working on a codebase, or wants to find similar patterns across teams — i.e., questions that need visibility beyond the local working directory.
86
82%
Does it follow best practices?
Impact
92%
1.41xAverage score across 3 eval scenarios
Advisory
Suggest reviewing before use
Glean indexes source code across the user's organization's connected repositories. Local tools (Grep, Glob, Read) see only the current repo; this skill is for everything else.
employee_search reveals real owners (not just titled ones)This skill drives the code_search MCP tool. For full param shape, inline filter syntax, and pitfalls (quoting names, the app: filter not applying, recency caveats), read using-glean/reference/code-search.md in the glean-core plugin. That's the canonical reference; this skill carries the workflow on top.
For this skill's own workflow patterns, see:
Not every match is worth surfacing. Code in legacy/, deprecated/, archive/, abandoned repos, or files with extensive TODO/FIXME comments will mislead the user. Apply the criteria in using-glean/reference/vetting.md and prefer 3 high-quality matches over 10 unfiltered ones.
When presenting code findings:
/glean-code:codebase-context <system> — structured architecture rundown for an unfamiliar system/glean-code:similar-code <pattern> — find similar implementations/glean-code:find-examples <api> — usage examples/glean-code:code-owners <component> — maintainers and contributors/glean-code:plan-prep <task> — the workflow described in reference/plan-prep.md39a5c99
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.