Create and push a new semver release tag. Asks for release type (patch/minor/major), validates commit exists on remote, bumps version, and pushes the tag.
원문 언어: 영어
메뉴
SkillsMP는 ClickHouse/pg_stat_ch에서 5개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.
수집된 skill 5개 중 5개를 표시합니다.
Create and push a new semver release tag. Asks for release type (patch/minor/major), validates commit exists on remote, bumps version, and pushes the tag.
원문 언어: 영어
Generate C++ header files following Google Style Guide. Use when creating new header files or asking for a header template.
원문 언어: 영어
Check C++ naming conventions against Google Style Guide. Use when checking if names follow conventions or when renaming identifiers.
원문 언어: 영어
Review C++ code against Google C++ Style Guide. Use when reviewing C++ code, pull requests, or when asked to check code style compliance.
원문 언어: 영어
Google C++ Style Guide rules for writing clean, maintainable C++ code. Use when writing C++, reviewing code, discussing naming conventions, formatting, class design, or any C++ best practices. Covers headers, scoping, classes, functions, naming, comments, and…
원문 언어: 영어