Catch naming, formatting, and protobuf rule violations early so generated clients and reviews are cleaner.
Scanned 6/8/2026
Install via CLI
openskills install agentskillexchange/skills---
name: "Lint protobuf definitions for style and correctness before code generation and review churn begin with protolint"
slug: "lint-protobuf-definitions-for-style-and-correctness-before-code-generation-and-review-churn-begin-with-protolint"
description: "Catch naming, formatting, and protobuf rule violations early so generated clients and reviews are cleaner."
github_stars: 685
verification: "security_reviewed"
source: "https://github.com/yoheimuta/protolint"
author: "yoheimuta"
publisher_type: "individual"
category: "Code Quality & Review"
framework: "Multi-Framework"
tool_ecosystem:
github_repo: "yoheimuta/protolint"
github_stars: 685
npm_package: "protolint"
npm_weekly_downloads: 2219
---
# Lint protobuf definitions for style and correctness before code generation and review churn begin with protolint
Catch naming, formatting, and protobuf rule violations early so generated clients and reviews are cleaner.
## Prerequisites
protolint installation, protobuf source files, and optional CI or pre-commit integration where lint findings should gate changes
## Installation
Use the upstream install or setup path that matches your environment:
- brew tap yoheimuta/protolint
- brew install protolint
- Since [homebrew-core](https://github.com/Homebrew/homebrew-core/pkgs/container/core%2Fprotolint) includes protolint, you can also install it by just brew install protolint. This is the default tap that is installed by...
- go install github.com/yoheimuta/protolint/cmd/protolint@latest
Requirements and caveats from upstream:
- [](https://hub.docker.com/r/yoheimuta/protolint)
- ### Use the maintained Docker image
- protolint ships a Docker image [yoheimuta/protolint](https://hub.docker.com/r/yoheimuta/protolint) that allows you to use protolint as part of your Docker workflow.
Basic usage or getting-started notes:
- sh
- protolint --mcp
- For detailed documentation on how to use and integrate protolint's MCP server functionality, see the [MCP documentation](./mcp/README.md).
- Source: https://github.com/yoheimuta/protolint
- Extracted from upstream docs: https://raw.githubusercontent.com/yoheimuta/protolint/HEAD/README.md
## Documentation
- https://github.com/yoheimuta/protolint
## Source
- [Agent Skill Exchange](https://agentskillexchange.com/skills/lint-protobuf-definitions-for-style-and-correctness-before-code-generation-and-review-churn-begin-with-protolint/)
No comments yet. Be the first to comment!