code-quality

Installation
SKILL.md

Code Quality

Code Style

  • Standard: Google C++ Style Guide
  • Line limit: 120 characters
  • Indent: 4 spaces
  • Config: See .clang-format in repo root

Pre-commit Hooks

Setup

pip3 install pre-commit
pre-commit install --hook-type pre-commit --hook-type pre-push

Usage

Installs
2
GitHub Stars
372
First Seen
May 16, 2026
code-quality — zilliztech/knowhere