code-style

Enforce Librova coding conventions for C++, Qt, and Python code reviews.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/EvgeniiFenita/Librova --skill code-style-evgeniifenita
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-style
Source: https://github.com/EvgeniiFenita/Librova/tree/main/.agents/skills/code-style
Command: npx skills add https://github.com/EvgeniiFenita/Librova --skill code-style-evgeniifenita

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides a quick-reference for Librova-specific coding conventions to reduce debates and speed up reviews, while deferring to the canonical guide for full details.

Core Features & Use Cases

  • Quick-reference reminders for naming, formatting, and structure in C++, Qt/QML, and Python.
  • Helps during code reviews, onboarding, and contributor guidelines by ensuring consistency with the canonical CodeStyleGuidelines.md.
  • Supports teams in maintaining a cohesive codebase across languages used in Librova.

Quick Start

Apply the included reminders to decide on naming, formatting, and structure, then consult docs/CodeStyleGuidelines.md for the canonical rules.

Frequently Asked Questions about code-style

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I enforce C++ and Qt code style guidelines during a pull request review?

Enforce C++ and Qt code style during pull request reviews by applying quick-reference reminders for naming, formatting, and structural rules. It checks convention compliance and defers to the canonical CodeStyleGuidelines.md for full details.

What naming and formatting conventions should I follow for Qt and QML code?

Follow Librova-specific naming and formatting conventions for Qt and QML code by consulting quick-reference reminders. For the complete and canonical rules, always defer to the docs/CodeStyleGuidelines.md file.

Can I use this for Python code reviews or is it limited to C++?

You can use this for Python code reviews as well as C++ and Qt/QML. It provides quick-reference reminders for naming, formatting, and structural rules across multiple languages used in the Librova project.

What is the best way to onboard new contributors to project-specific coding conventions?

Onboard new contributors to coding conventions by applying quick-reference reminders for naming and structure during code reviews. This ensures consistency and directs users to the canonical CodeStyleGuidelines.md for comprehensive rules.

Does this code style checker automatically fix formatting issues or just report them?

This code style checker reports convention compliance by providing quick-reference reminders to decide on naming and formatting. It does not automatically fix issues but defers to the canonical CodeStyleGuidelines.md for rule verification.

When do I need to consult the canonical CodeStyleGuidelines.md instead of the quick reference?

Consult the canonical CodeStyleGuidelines.md whenever you need full details beyond quick-reference reminders. The Skill provides fast checks for naming and formatting, but defers to the documentation for comprehensive and authoritative rules.