norminette-checker

Checks C and header files for violations of 42 style rules.

1|Updated Jan 21, 2026
One-click install
npx skills add https://github.com/monedales/minishell-42 --skill norminette-checker
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: norminette-checker
Source: https://github.com/monedales/minishell-42/tree/main/.github/skills/norminette-checker
Command: npx skills add https://github.com/monedales/minishell-42 --skill norminette-checker

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Norminette ensures C code adheres to 42 School's coding standards, catching style violations early to reduce review cycles and patch churn.

Core Features & Use Cases

  • Enforces 42 Norminette rules across C source and header files
  • Validates common violations: header presence, header guards, line length limits, function length, and indentation
  • Aids code reviews and pre-commit checks by providing clear feedback on style issues and suggested fixes

Quick Start

Run norminette on your C project to ensure it complies with 42 norms.

Frequently Asked Questions about norminette-checker

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

FAQPage Schema
How do I check my C code for 42 Norminette coding standard violations?

Static analysis identifies deviations from 42 Norminette rules in C source files by validating file headers, function lengths, indentation, braces, and naming conventions to reduce review cycles and patch churn.

What specific C style rules does the 42 Norminette checker validate?

The Norminette checker validates C source and header files for required file headers, header guards, line length limits, function length, indentation, braces, and specific naming conventions outlined by 42 School standards.

Can I run Norminette static analysis on an entire C project or only individual files?

You can apply Norminette static analysis across both individual C source files and full projects. This allows you to validate entire codebases for 42 norm compliance during pre-commit checks or before code reviews.

How do I prepare C source files for a 42 School code review?

Prepare C source files for a 42 School code review by running Norminette static analysis to enforce coding standards. It provides clear feedback on style issues and suggested fixes to ensure full norm compliance.

Does the Norminette checker provide guidance on how to fix C code style violations?

Yes, the Norminette checker aids code reviews and pre-commit checks by providing clear feedback on style issues alongside suggested fixes, guiding automated corrections for header presence, indentation, and function lengths.