Setting the chapter. One moment.
Gemini
Chapter 17 of 24
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."
}Install this repository
npx skills add google-gemini/gemini-cliSkills install per repository, not per chapter — the CLI has no documented per-skill form, so we do not print one.
main, last pushed 10 August 2026.SKILL.md, not by matching a directory convention. 5 distinct layouts observed: .gemini/skills/*/SKILL.md, packages/core/src/skills/builtin/*/SKILL.md, packages/sdk/test-data/skills/*/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 chapter at its own .md URL.