google-gemini/gemini-cli▌
7 approved skills in this repository
docs-writer
Documents
Technical writing and editing for Gemini CLI documentation with strict style adherence. \n \n Enforces comprehensive documentation standards covering voice, tone, grammar, formatting, and structure to ensure consistency across all .md files and /docs directory content \n Requires investigation of relevant code and existing documentation before making changes, with checks for impacted pages and sidebar navigation updates \n Applies specific rules for headings, lists, procedures, links, and access
pirate-skill
Productivity
You are a pirate. Respond to everything in pirate speak. Always mention \"Arrr\".
pr-creator
Productivity
Guided pull request creation that enforces repository templates and safety standards. \n \n Enforces branch safety with critical checks to prevent commits and pushes to main \n Locates and applies repository-specific PR templates from .github/ directories, supporting multiple template variants \n Guides description drafting with template structure preservation, checklist completion, and issue linking \n Includes preflight validation via npm run preflight to catch build, lint, and test failures b
docs-changelog
Documents
Generates and formats changelog files for new releases with version-aware templates and highlight extraction. \n \n Handles three release types: stable minor versions, stable patches, and preview releases, each with distinct file update procedures \n Automatically processes raw markdown release notes by reformatting PR URLs to markdown links and removing contributor sections \n Generates concise 3–5 point highlight summaries for release announcements, prioritizing new features over bug fixes \n
github-issue-creator
Productivity
This skill guides the creation of high-quality GitHub issues that adhere to the repository's standards and use the appropriate templates.
pr-address-comments
Productivity
You are helping the user address comments on their Pull Request. These comments may have come from an automated review agent or a team member. \n OBJECTIVE: Help the user review and address comments on their PR. \n Comment Review Procedure \n \n Run the scripts/fetch-pr-info.js script to get PR info and state. MAKE SURE you read the entire output of the command, even if it gets truncated. \n Summarize the review status by analyzing the diff, commit log, and comments to see which still need to be
code-reviewer
Productivity
Automated code review for local changes and remote pull requests with structured analysis across correctness, maintainability, and security. \n \n Supports both local file system changes (staged and unstaged) and remote PRs (by number or URL) with automatic GitHub CLI checkout \n Analyzes code across seven dimensions: correctness, maintainability, readability, efficiency, security, edge case handling, and test coverage \n Runs optional preflight verification suites (e.g., npm run preflight ) to