check-style

Automate code style review across C, Zig, Clojure, and Elixir.

5|3|Updated Mar 20, 2026
One-click install
npx skills add https://github.com/leifericf/agentic-sdk --skill check-style-leifericf
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: check-style
Source: https://github.com/leifericf/agentic-sdk/tree/main/skills/check-style
Command: npx skills add https://github.com/leifericf/agentic-sdk --skill check-style-leifericf

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the review of code style for consistency and readability, reducing the time spent on manual code reviews and improving code quality.

Core Features & Use Cases

  • Automated Code Review: Checks for naming, idiom, comment debt, and AI tells against codified standards.
  • Language-Specific Standards: Applies different standards for C, Zig, Clojure, and Elixir.
  • Use Case: Integrate this Skill into your review process to automatically flag style issues in your codebase, ensuring that the code follows established style guidelines.

Quick Start

Invoke the check-style Skill on a module shard to review it against the codified standards.

Frequently Asked Questions about check-style

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

FAQPage Schema
How do I automate code style review for consistency and readability?

To automate code style review for consistency and readability, use a tool that checks naming, idioms, comment debt, and AI tells against codified standards without manual intervention. This flags style issues automatically.

Can I enforce language-specific programming standards for C, Zig, Clojure, and Elixir?

Yes, you can enforce language-specific programming standards for C, Zig, Clojure, and Elixir. The automated review applies different codified standards to each language to flag style issues accurately.

How do I check my codebase for comment debt and AI tells?

To check your codebase for comment debt and AI tells, run an automated code review against codified standards. This process automatically flags these specific style issues along with naming and idiom inconsistencies.

What do I need to start automated style checking across multiple programming languages?

To start automated style checking across multiple programming languages, you need access to the appropriate style reference files for each language. The tool uses these references to apply language-specific standards.

Does automated code style review work on a single module shard?

Yes, automated code style review works on a single module shard. You can invoke the checking process directly on a module shard to review it against the established style guidelines.