Gemini CLI: GitHub Issue Creator Skill
Gemini CLI v0.33.0 adds a built-in github-issue-creator skill to the standard library, enabling agents to open GitHub issues directly from within a terminal session β useful when an agent investigating a codebase discovers a reproducible bug or gap and needs to file it without leaving the CLI.
Sources & Mentions
2 external resources covering this update
New github-issue-creator Skill
Among the built-in agent skills introduced in v0.26.0, Gemini CLI v0.33.0 adds the github-issue-creator skill to the standard library. The skill enables Gemini CLI to open GitHub issues directly from within a session β useful when an agent investigating a codebase discovers a reproducible bug or gap and needs to file it immediately without leaving the terminal.
This closes the loop between in-terminal investigation and project tracking: an agent can analyze code, identify a problem, and file a structured issue with reproduction steps and context β all within the same workflow. Previously, developers would need to context-switch to the GitHub UI or use a separate CLI tool to create issues based on the agent's findings.