lint-hook-awareness

Summarize UE C++ lint hook rules for auto-caught versus manual review items.

2|Updated Mar 17, 2026
One-click install
npx skills add https://github.com/buchananwill/ue-claude-scaffold --skill lint-hook-awareness
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lint-hook-awareness
Source: https://github.com/buchananwill/ue-claude-scaffold/tree/main/skills/lint-hook-awareness
Command: npx skills add https://github.com/buchananwill/ue-claude-scaffold --skill lint-hook-awareness

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Use for any agent that writes or reviews UE C++ code in the container environment. Lists which style rules are already enforced by the mechanical lint hook at write-time, so agents know what is auto-caught versus what requires manual attention.

Core Features & Use Cases

  • Lists enforced lint rules for UE C++ write operations (headers and sources).
  • Guides code reviews by separating auto-detected violations from manual inspection items.
  • Useful during onboarding and CI to reduce review noise.

Quick Start

Run a write/edit in a UE C++ file and review the reported lint violations to understand what is auto-caught.

Frequently Asked Questions about lint-hook-awareness

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

FAQPage Schema
What lint rules are enforced for Unreal Engine C++ files?

Lint rules for Unreal Engine C++ files enforce specific style guidelines across .h and .cpp edits. The mechanical lint hook identifies auto-caught violations at write-time, distinguishing them from manual review items to reduce code review noise.

How do I know which C++ code style violations are auto-caught by the lint hook?

To know which C++ code style violations are auto-caught, review the reported lint violations after running a write or edit operation on a UE C++ file. The lint hook automatically detects specific style breaches, separating them from manual inspection items.

Does the UE C++ lint hook work in a containerized environment?

Yes, the UE C++ lint hook works in a containerized environment. It documents the scope of enforced rules, its triggers, and provides guidance on how to adjust or extend the lint rules within that specific container setup.

How do I adjust or extend lint rules for Unreal Engine C++ code?

You can adjust or extend lint rules for Unreal Engine C++ code by accessing the configuration documentation within the containerized environment. This allows you to modify the scope and triggers of the style rules applied to .h and .cpp files.

Why should agents use lint hook awareness when writing Unreal Engine C++ code?

Agents should use lint hook awareness when writing Unreal Engine C++ code to reduce review noise during onboarding and CI. It guides code reviews by clarifying which style violations are mechanically auto-caught versus those requiring manual attention.