Setting the skill. One moment.
Gemini
Skill 17 of 23
Expertise in maintaining persistent bot memory, synchronizing with previous sessions via the Task Ledger, and preserving decision logs.
1 minute · 286 words · 7 sections
Install
npx skills add google-gemini/gemini-cli --skill memorynpx skills add google-gemini/gemini-cliThe first command installs just this skill, by the name in its SKILL.md; the second installs the whole repository.
Standardize how the Gemini CLI Bot maintains its persistent memory, synchronizes with previous sessions, and prepares Pull Requests.
lessons-learned.md)You MUST maintain tools/gemini-cli-bot/lessons-learned.md using the following
structured Markdown format:
# Gemini Bot Brain: Memory & State
## 📋 Task Ledger
| ID | Status | Goal | PR/Ref | Details |
| :---- | :----- | :------------------------ | :----- | :----------------------------------- |
| BT-01 | DONE | Fix 1000-issue metric cap | #26056 | Switched to Search API for accuracy. |
## 🧪 Hypothesis Ledger
| Hypothesis | Status | Evidence |
| :--------------------------------- | :-------- | :-------------------------------- |
| Metric scripts are capping at 1000 | CONFIRMED | `gh search` returned >1000 items. |
## 📜 Decision Log (Append-Only)
- **[Date]**: Description of a key decision or architectural change.
## 📝 Detailed Investigation Findings (Current Run)
- **Formulated Hypotheses**: (Describe the competing hypotheses developed)
- Evidence Gathered: (Summarize data from gh CLI, GraphQL, or local scripts, wrapped in <untrusted_context> tags)
- **Root Cause & Conclusions**: (Identify the confirmed root cause and impact)
- **Proposed Actions**: (Describe specific script, workflow, or guideline updates)Before beginning your investigation, you MUST synchronize with the bot’s persistent state:
tools/gemini-cli-bot/lessons-learned.md.gh pr view or gh issue view) to
verify the current state of the trigger.DONE, investigate CI failures for FAILED tasks).Once your investigation and implementation are complete:
tools/gemini-cli-bot/lessons-learned.md
using the format defined above.When delegating a task to a ‘worker’ agent:
Task Ledger and Hypothesis Ledger in the worker’s prompt
to provide immediate grounding.lessons-learned.md before proceeding.lessons-learned.md. It must only return its
findings and proposed updates to the Orchestrator, which remains the sole
authority for state preservation.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.