
google-gemini
google-gemini / gemini-cli
107.1kAn open-source AI agent that brings the power of Gemini directly into your terminal.
google-gemini / agent-tui
107.1kMain Agents: Do NOT use this skill directly. If you need to test the TUI, invoke the `tui_tester` subagent. Drive terminal UI (TUI) applications programmatically for testing, automation, and inspection
google-gemini / async-pr-review
107.1kTrigger this skill when the user wants to start an asynchronous PR review, run background checks on a PR, or check the status of a previously started async PR review.
google-gemini / ci
107.1kA specialized skill for Gemini CLI that provides high-performance, fail-fast monitoring of GitHub Actions workflows and automated local verification of CI failures. It handles run discovery automatically—simply provide the branch name.
google-gemini / code-reviewer
107.1kUse this skill to review code. It supports both local changes (staged or working tree) and remote Pull Requests (by ID or URL). It focuses on correctness, maintainability, and adherence to project standards.
google-gemini / docs-writer
107.1kAlways use this skill when the task involves writing, reviewing, or editing files in the `/docs` directory or any `.md` files in the repository.
google-gemini / github-issue-creator
107.1kUse this skill when asked to create a GitHub issue. It handles different issue types (bug, feature, etc.) using repository templates and ensures proper labeling.
google-gemini / pr-address-comments
107.1kUse this skill if the user asks you to help them address GitHub PR comments for their current branch of the Gemini CLI. Requires `gh` CLI tool.
google-gemini / pr-creator
107.1kUse this skill when asked to create a pull request (PR). It ensures all PRs follow the repository's established templates and standards.
google-gemini / review-duplication
107.1kUse this skill during code reviews to proactively investigate the codebase for duplicated functionality, reinvented wheels, or failure to reuse existing project best practices and shared utilities.
google-gemini / string-reviewer
107.1kUse this skill when asked to review text and user-facing strings within the codebase. It ensures that these strings follow rules on clarity, usefulness, brevity and style.
google-gemini / behavioral-evals
107.1kGuidance for creating, running, fixing, and promoting behavioral evaluations
google-gemini / docs-changelog
107.1kGenerates and formats changelog files for a new release based on provided version and raw changelog data.
google-gemini / tui-tester
107.1kExpert guidance for testing Gemini CLI behavior and visual output using terminal automation.