Skip to content

docs(skills): add deep-session-search skill page#11

Merged
beeman merged 1 commit intomainfrom
obrera/skills-add-deep-session-search
Mar 11, 2026
Merged

docs(skills): add deep-session-search skill page#11
beeman merged 1 commit intomainfrom
obrera/skills-add-deep-session-search

Conversation

@obrera
Copy link
Copy Markdown
Collaborator

@obrera obrera commented Mar 10, 2026

Summary

  • add a new deep-session-search skill page under /skills/deep-session-search/
  • add the new skill to the skills index page

Testing

  • bun run build

@gemini-code-assist
Copy link
Copy Markdown

Summary of Changes

Hello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request introduces comprehensive documentation for the deep-session-search skill, an OpenClaw agent capability designed to retrieve historical context from session logs when standard memory recall is insufficient. The new page clarifies how the skill operates, its benefits, and practical use cases, enhancing the overall understanding and utility of the OpenClaw agent's memory recovery features.

Highlights

  • New Skill Documentation: Added a dedicated documentation page for the deep-session-search OpenClaw skill, detailing its purpose, functionality, typical triggers, search patterns, and outcome format.
  • Skills Index Update: Integrated the new deep-session-search skill into the main skills index page, making it discoverable alongside other available skills.
Changelog
  • src/content/docs/skills/deep-session-search.md
    • Added a new documentation page for the deep-session-search skill.
  • src/content/docs/skills/index.md
    • Added a link and description for the deep-session-search skill to the "Available" section.
Activity
  • No specific activity (comments, reviews, progress) has been recorded for this pull request yet.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for GitHub and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request introduces documentation for a new deep-session-search skill, including a dedicated page and an entry in the skills index. The documentation is clear and provides a good overview of the skill's purpose and usage. I have one minor suggestion to improve the title for consistency with other documentation pages.

Note: Security Review has been skipped due to the limited scope of the PR.

Comment thread src/content/docs/skills/deep-session-search.md Outdated
@obrera obrera force-pushed the obrera/skills-add-deep-session-search branch from 9ba724e to 2916371 Compare March 10, 2026 21:37
@obrera
Copy link
Copy Markdown
Collaborator Author

obrera commented Mar 10, 2026

@gemini-code-assist please review

Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request introduces a new documentation page for the 'deep-session-search' skill and adds it to the skills index. The new documentation is well-structured. My review includes one suggestion to improve the correctness of an example shell command to prevent potential confusion and ensure it behaves as expected.

Note: Security Review has been skipped due to the limited scope of the PR.

Comment thread src/content/docs/skills/deep-session-search.md Outdated
@obrera obrera force-pushed the obrera/skills-add-deep-session-search branch from 2916371 to d8df7a7 Compare March 10, 2026 21:42
@obrera
Copy link
Copy Markdown
Collaborator Author

obrera commented Mar 10, 2026

@gemini-code-assist please review

Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

The pull request introduces a new documentation page for the 'Deep Session Search' skill and updates the skills index page to include it. The new skill documentation outlines its purpose, functionality, typical triggers, and search patterns with examples. The index page has been updated to reflect the addition of this new skill.

Note: Security Review has been skipped due to the limited scope of the PR.

Comment thread src/content/docs/skills/deep-session-search.md Outdated
@obrera obrera force-pushed the obrera/skills-add-deep-session-search branch from d8df7a7 to 5d1fb96 Compare March 10, 2026 21:46
@obrera
Copy link
Copy Markdown
Collaborator Author

obrera commented Mar 10, 2026

@gemini-code-assist please review

Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request introduces documentation for a new deep-session-search skill and adds it to the skills index page. The documentation is clear and well-structured. I have one minor suggestion to improve the consistency of the example shell commands. Overall, the changes are good.

Note: Security Review has been skipped due to the limited scope of the PR.

Comment thread src/content/docs/skills/deep-session-search.md Outdated
@obrera obrera force-pushed the obrera/skills-add-deep-session-search branch from 5d1fb96 to 1417d1a Compare March 11, 2026 03:51
@obrera
Copy link
Copy Markdown
Collaborator Author

obrera commented Mar 11, 2026

@gemini-code-assist please review

Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request introduces a new documentation page for the 'deep-session-search' skill and adds it to the main skills index. The new documentation is well-structured and clear. I have one suggestion to improve the clarity of the command examples by using generic placeholders instead of specific search terms. This will make it easier for users to adapt the commands for their own use cases.

Note: Security Review has been skipped due to the limited scope of the PR.

Comment thread src/content/docs/skills/deep-session-search.md
@obrera obrera force-pushed the obrera/skills-add-deep-session-search branch from 1417d1a to c0bce67 Compare March 11, 2026 04:16
@obrera
Copy link
Copy Markdown
Collaborator Author

obrera commented Mar 11, 2026

@gemini-code-assist please review

Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request introduces a new documentation page for the 'deep-session-search' skill and adds it to the skills index. The new documentation is well-structured and provides useful command-line examples for searching session logs.

My review includes a couple of suggestions to improve the consistency of the output from the different search commands (rg and zgrep) by adding flags to suppress filename printing, aligning them with the ag example. This will help ensure that an automated agent receives predictable output regardless of the tool used.

Note: Security Review has been skipped due to the limited scope of the PR.

Comment thread src/content/docs/skills/deep-session-search.md
Comment thread src/content/docs/skills/deep-session-search.md Outdated
@obrera obrera force-pushed the obrera/skills-add-deep-session-search branch from c0bce67 to 0260b35 Compare March 11, 2026 04:19
@obrera
Copy link
Copy Markdown
Collaborator Author

obrera commented Mar 11, 2026

@gemini-code-assist please review

Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request adds documentation for a new deep-session-search skill and updates the skills index page. The new documentation page is comprehensive, explaining the purpose and usage of the skill. I have provided two suggestions to make the example shell commands more robust by avoiding potential issues with shell argument limits when dealing with a large number of files.

Note: Security Review has been skipped due to the limited scope of the PR.

Comment thread src/content/docs/skills/deep-session-search.md Outdated
Comment thread src/content/docs/skills/deep-session-search.md Outdated
@obrera obrera force-pushed the obrera/skills-add-deep-session-search branch from 0260b35 to 8230eaa Compare March 11, 2026 04:22
@obrera
Copy link
Copy Markdown
Collaborator Author

obrera commented Mar 11, 2026

@gemini-code-assist please review

Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request adds a new documentation page for the 'deep-session-search' skill and links to it from the skills index. The new documentation is well-structured, but there's an inconsistency between the described outcome and the provided search commands. The documentation states that the search should return the path of the findings, but the example commands use flags that suppress this information. I've added suggestions to correct the commands to align with the documented outcome, ensuring consistency as per repository guidelines.

Note: Security Review has been skipped due to the limited scope of the PR.

Comment thread src/content/docs/skills/deep-session-search.md Outdated
Comment thread src/content/docs/skills/deep-session-search.md Outdated
Comment thread src/content/docs/skills/deep-session-search.md Outdated
@obrera obrera force-pushed the obrera/skills-add-deep-session-search branch from 8230eaa to 017c307 Compare March 11, 2026 04:28
@obrera
Copy link
Copy Markdown
Collaborator Author

obrera commented Mar 11, 2026

@gemini-code-assist please review

Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request introduces documentation for a new 'deep-session-search' skill and adds it to the skills index. The new documentation is well-structured, but I've identified a couple of inconsistencies in the provided shell command examples. Specifically, some commands might not include the file path in their output, which contradicts the 'Outcome format' section. My suggestions aim to correct this to ensure consistent and complete search results.

Note: Security Review has been skipped due to the limited scope of the PR.

Comment thread src/content/docs/skills/deep-session-search.md Outdated
Comment thread src/content/docs/skills/deep-session-search.md Outdated
@obrera obrera force-pushed the obrera/skills-add-deep-session-search branch from 017c307 to 5f404f3 Compare March 11, 2026 05:03
@obrera
Copy link
Copy Markdown
Collaborator Author

obrera commented Mar 11, 2026

@gemini-code-assist please review

Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request introduces a new documentation page for the deep-session-search skill and adds it to the skills index. The documentation is well-written and clear. I've identified one area for improvement in the new skill page regarding the search patterns to make the skill more robust against special characters in search terms. Otherwise, the changes look good.

Note: Security Review has been skipped due to the limited scope of the PR.

Comment thread src/content/docs/skills/deep-session-search.md
@obrera obrera force-pushed the obrera/skills-add-deep-session-search branch from 5f404f3 to f531aaa Compare March 11, 2026 06:16
@obrera
Copy link
Copy Markdown
Collaborator Author

obrera commented Mar 11, 2026

@gemini-code-assist please review

Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request introduces documentation for a new deep-session-search skill and adds it to the skills index. The documentation is clear and well-structured. I've provided one suggestion to improve the robustness and consistency of a shell command example in the new documentation file. The update to the skills index is correct.

Note: Security Review has been skipped due to the limited scope of the PR.

Comment thread src/content/docs/skills/deep-session-search.md
@beeman beeman merged commit 30546b8 into main Mar 11, 2026
1 check passed
@beeman beeman deleted the obrera/skills-add-deep-session-search branch March 11, 2026 06:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants