gerritcodereview
- 9 skills
- 0 followers
- 16 hours ago last updated
- ▌ Code Review Workflow · gerritcodereviewProvides guidance and best practices on Gerrit submission labeling, CI builder execution, Python code formatting/linting, commit metadata standardization, and testing strategy in git-repo.
- ▌ Setup · gerritcodereview bundleInteractive setup for gerrit_mcp_server configuration. Creates or updates gerrit_config.json with Gerrit host URLs and authentication details.
- ▌ Gerrit Workflow · gerritcodereview bundleThis skill should be used when the user asks to "submit a change to Gerrit", "push for review", "upload a patch", "update a change in Gerrit", "add a patch set", "work with Gerrit", "push to refs/for", "fix a missing Change-Id", "amend a Gerrit change", or any task involving git operations in a repository hosted on Gerrit Code Review. Also use when the user encounters Gerrit push errors such as "missing Change-Id in commit message footer" or "prohibited by Gerrit".
- ▌ Find Dependencies · gerritcodereviewFind all dependencies of a Gerrit change or set of changes — both explicit Depends-on annotations (parsed by the depends-on plugin) and implicit git-chain parents. Use when asked: what does this change depend on, what is blocking this change, show me the dependency chain, are all dependencies merged, which changes depend on this one.
- ▌ Gerrit Task Query · gerritcodereviewUse when asked to check, list, or act on tasks for a Gerrit change. Triggers on phrases like "what tasks are blocking", "which tasks are actionable", "check task status", "what do I need to do for this change", "what is blocking this change".
- ▌ Writing Extensions · gerritcodereviewGuide for authoring a new in-process MCP tool extension for gerrit-mcp-server. Use when a user wants to add new Gerrit tools, port a standalone plugin MCP server into the extension framework, or needs a worked example of the ExtensionContext API.
- ▌ Typescript Style Review · gerritcodereviewReviews TypeScript code against the Google TS Style Guide.
- ▌ Gerrit Hygiene Operations · gerritcodereviewProvides rules, patterns, and best practices for code hygiene, formatting, downstream plugin dependencies, and release operations in Gerrit.
- ▌ Gerrit Commit Message Review · gerritcodereviewProofreads and suggests structural improvements for Git commit messages to ensure style guide compliance, completeness, and accuracy.