lint-check

Automate linting and style checks on YARS codebases.

3|1|Updated Jul 27, 2016
One-click install
npx skills add https://github.com/kzahedi/YARS --skill lint-check-kzahedi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lint-check
Source: https://github.com/kzahedi/YARS/tree/main/.claude/skills/lint-check
Command: npx skills add https://github.com/kzahedi/YARS --skill lint-check-kzahedi

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates linting and style checks on YARS codebase to catch issues before they pollute the repository.

Core Features & Use Cases

  • Compiler Warnings Check: Detect warnings during build.
  • Namespace & Modern C++ Checks: Enforce namespace usage and modern patterns.
  • Pre-commit Validation: Run checks before commits or PRs.

Quick Start

cd build cmake .. && make -j4 2>&1 | tee build-warnings.txt grep -i "warning:" build-warnings.txt