Skip to content

Add ask-gemini skill with deep web research#52

Merged
SihaoLiu merged 2 commits intodevfrom
ask-gemini
Mar 29, 2026
Merged

Add ask-gemini skill with deep web research#52
SihaoLiu merged 2 commits intodevfrom
ask-gemini

Conversation

@SihaoLiu
Copy link
Copy Markdown
Contributor

Summary

  • Add ask-gemini skill wrapping Gemini CLI (gemini -p) with built-in web-search instruction, defaulting to gemini-3.1-pro-preview
  • Add tool metadata tag (codex/gemini) to skill invocations for filtering
  • Extend humanize monitor with codex and gemini subcommands; skill continues to show all invocations
  • Bump version to 1.17.0

Test plan

  • Run /humanize:ask-gemini with a web-research question and verify response
  • Run /humanize:ask-gemini --gemini-model gemini-2.5-pro to test model override
  • Run humanize monitor gemini and humanize monitor codex to verify filtering
  • Run humanize monitor skill to verify it still shows all invocations
  • Verify ask-codex invocations now include tool: codex in metadata

Introduce ask-gemini skill that wraps the Gemini CLI in non-interactive
mode with built-in web-search instruction, defaulting to
gemini-3.1-pro-preview.  Supports --gemini-model and --gemini-timeout
flags.

Add tool metadata tagging (tool: codex / tool: gemini) to both
ask-codex and ask-gemini invocations so the monitor can distinguish
them.

Extend humanize monitor with codex and gemini subcommands that filter
skill invocations by tool type.  The existing skill subcommand
continues to show all invocations.

Bump version to 1.17.0.
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 016caca398

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread scripts/ask-gemini.sh
if ! command -v gemini &>/dev/null; then
echo "Error: 'gemini' command is not installed or not in PATH" >&2
echo "" >&2
echo "Please install Gemini CLI: npm install -g @anthropic-ai/gemini-cli or https://github.com/anthropics/gemini-cli" >&2
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Replace invalid Gemini CLI install guidance

When gemini is missing, this error path tells users to install @anthropic-ai/gemini-cli or visit github.com/anthropics/gemini-cli, but the official CLI is @google/gemini-cli in google-gemini/gemini-cli. In a fresh environment this sends users to a non-existent/wrong package and blocks setup of the new ask-gemini skill, so the recovery instructions should be corrected to the official install source.

Useful? React with 👍 / 👎.

@SihaoLiu SihaoLiu merged commit 515f90a into dev Mar 29, 2026
5 checks passed
@SihaoLiu SihaoLiu mentioned this pull request Mar 29, 2026
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.

1 participant