🎯

gerrit

🎯Skill

from odyssey4me/agent-skills

VibeIndex|
What it does

gerrit skill from odyssey4me/agent-skills

πŸ“¦

Part of

odyssey4me/agent-skills(11 items)

gerrit

Installation

Quick InstallInstall with npx
npx add-skill odyssey4me/agent-skills
Quick InstallInstall with npx
npx add-skill odyssey4me/agent-skills --skill jira
Quick InstallInstall with npx
npx add-skill odyssey4me/agent-skills --skill confluence
Quick InstallInstall with npx
npx add-skill odyssey4me/agent-skills --skill gmail
Quick InstallInstall with npx
npx add-skill odyssey4me/agent-skills --skill google-drive

+ 6 more commands

πŸ“– Extracted from docs: odyssey4me/agent-skills
14Installs
-
Last UpdatedJan 24, 2026

Skill Details

SKILL.md

Overview

# Agent Skills

Portable skills for AI coding assistants providing integrations with Jira, Confluence, Gmail, GitHub, GitLab, Gerrit, and other development tools.

Features

  • Self-Contained: Each skill is a single Python script - no framework dependencies
  • Multi-Agent Compatible: Works with [multiple AI coding assistants](https://github.com/vercel-labs/add-skill#supported-agents) including [Claude Code](https://claude.com/claude-code), Cursor, Continue.dev, and more
  • Simple Installation: Just Python + 3 packages (requests, keyring, pyyaml)
  • Built-in Validation: Each skill includes a check command for setup verification
  • Secure Authentication: Supports system keyring, environment variables, and config files

Quick Start

Installation (Recommended)

Install skills using the official add-skill CLI:

```bash

# Install all skills

npx add-skill odyssey4me/agent-skills

# Or install individual skills

npx add-skill odyssey4me/agent-skills --skill jira

npx add-skill odyssey4me/agent-skills --skill confluence

npx add-skill odyssey4me/agent-skills --skill gmail

npx add-skill odyssey4me/agent-skills --skill google-drive

npx add-skill odyssey4me/agent-skills --skill google-calendar

npx add-skill odyssey4me/agent-skills --skill github

npx add-skill odyssey4me/agent-skills --skill gitlab

npx add-skill odyssey4me/agent-skills --skill gerrit

# Or install multiple specific skills

npx add-skill odyssey4me/agent-skills --skill jira --skill confluence

```

This automatically:

  • Downloads skills to ~/.claude/skills/
  • Makes them available to Claude Code
  • Handles all setup

Next Steps

After installation:

  1. Configure authentication - See skill documentation for setup (links in [Available Skills](#available-skills) table below)
  1. Verify setup - Each skill includes a check command to validate configuration
  1. Start using - Describe your needs naturally to Claude Code, or see skill docs for specific commands

For comprehensive setup instructions, see the [User Guide](docs/user-guide.md).

For Developers

Want to contribute or modify skills? See [CONTRIBUTING.md](CONTRIBUTING.md) for setup instructions and guidelines.

Available Skills

| Skill | Description |

|-------|-------------|

| [Jira](skills/jira/SKILL.md) | Issue tracking, search, create/update, transitions |

| [Confluence](skills/confluence/SKILL.md) | Content management, page CRUD with Markdown support, CQL search |

| [Gmail](skills/gmail/SKILL.md) | Email management, send/receive messages, drafts, labels |

| [Google Drive](skills/google-drive/SKILL.md) | File management, list/search/upload/download files, folder management, sharing |

| [Google Calendar](skills/google-calendar/SKILL.md) | Calendar management, event CRUD, availability checking, scheduling |

| [GitHub](skills/github/SKILL.md) | Issues, pull requests, workflows, and repositories via gh CLI |

| [GitLab](skills/gitlab/SKILL.md) | Issues, merge requests, pipelines, and repositories via glab CLI |

| [Gerrit](skills/gerrit/SKILL.md) | Code review, submit changes, download patches via git-review CLI |

See [TODO.md](TODO.md) for planned skills.

Installation: Use npx add-skill odyssey4me/agent-skills to install all skills, or see individual SKILL.md files for details. Manual downloads available from [Releases](https://github.com/odyssey4me/agent-skills/releases).

Why Skills?

Skills provide a simple, transparent approach to extending Claude Code:

  • Simple: No server process or protocol configuration required
  • Transparent: Self-contained Python scripts you can read and modify
  • Self-Validating: Built-in check command diagnoses setup issues
  • Portable: Follows the [Agent Skills specification](https://agentskills.io/specification) for cross-agent compatibility

This repository follows the Agent Skills spec, ensuring compatibility with npx add-skill and other standard tooling.

Supported AI Agents

These skills work with

More from this repository10

🎯
confluence🎯Skill

Searches, reads, creates, and updates Confluence pages using CQL and Markdown, enabling seamless documentation management.

🎯
google-calendar🎯Skill

Manages Google Calendar events by listing, creating, updating, and deleting events, and checking schedule availability.

🎯
jira🎯Skill

Searches, creates, updates, and manages Jira issues using JQL queries and workflows with automated rate limit handling.

🎯
google-drive🎯Skill

Manages Google Drive files by listing, searching, uploading, downloading, creating folders, and handling file sharing permissions.

🎯
gmail🎯Skill

Manages Gmail messages, drafts, and labels by sending emails, searching inbox, and organizing email communications.

🎯
google-docs🎯Skill

Automate document creation, editing, and collaboration in Google Docs using advanced API interactions and intelligent content management

🎯
github🎯Skill

Automates GitHub repository management, issue tracking, PR reviews, and workflow interactions using GitHub API and CLI commands

🎯
gitlab🎯Skill

Manages GitLab projects by executing issues, merge requests, pipelines, and repository operations via the glab CLI tool.

🎯
google-sheets🎯Skill

Reads, writes, and manages Google Sheets spreadsheets with full API integration and OAuth authentication.

🎯
google-slides🎯Skill

Manages Google Slides presentations by creating, editing, and inserting content through the Google Slides API.