lint-check
CommunityEnsure clean, warning-free code before commits.
Authorkzahedi
Version1.0.0
Installs0
System Documentation
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
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: lint-check Download link: https://github.com/kzahedi/YARS/archive/main.zip#lint-check Please download this .zip file, extract it, and install it in the .claude/skills/ directory.