Setting the skill. One moment.
Credited skills
23 skills · 59 min
Credited skills
Skill 20 of 23
Explores the repository to locate primary source files, coupled UI components, and test files for bug reports or feature requests.
1 minute · 316 words · 5 sections
Explore the repository to find verified, existing file paths and technical context related to the reported issue.
packages/cli, packages/core). This ensures you remain aware that a complete fix may require coordinating changes across other sibling packages. Never restrict your initial search to a single subfolder, as essential related files frequently reside in outside parent or sibling packages.packages/cli <-> packages/core) and shared utilities to capture all affected caller/consumer files.find_file or list_directory in the target directory to check if automated unit/integration test files (e.g. *.test.ts or *.test.tsx) exist in that module.test_file to "N/A" and provide manual or workflow verification steps.Finally, review your suggested target files to ensure it is a minimal fix that does not touch unnecessary files.
Output a concise summary of the discovered file paths and technical context:
{
"primary_source_files": ["path/to/source.ts"],
"related_files": [],
"test_file": "path/to/test.test.ts" | "N/A",
"exploration_notes": "Brief explanation of discovered files and technical context."
}Credited
This skill is installed in google-gemini/gemini-cli — in use here rather than published from here — so there is no install command for it on this page.
main, last pushed 24 September 2026.SKILL.md, not by matching a directory convention. 4 distinct layouts observed: .gemini/skills/*/SKILL.md, packages/core/src/skills/builtin/*/SKILL.md, tools/caretaker-agent/cloudrun/triage-worker/.gemini/skills/*/SKILL.md, tools/gemini-cli-bot/.gemini/skills/*/SKILL.md.h1 and no skipped levels:/google-gemini/gemini-cli.md, and each skill at its own .md URL.