·ln-622-build-auditor
</>

ln-622-build-auditor

levnikolaevich/claude-code-skills

Build health audit worker (L3). Checks compiler/linter errors, deprecation warnings, type errors, failed tests, build configuration issues. Returns findings with severity (Critical/High/Medium/Low), location, effort, and recommendations.

19Installs·0Trend·@levnikolaevich

Installation

$npx skills add https://github.com/levnikolaevich/claude-code-skills --skill ln-622-build-auditor

SKILL.md

1) Parse Context: Extract tech stack, build tools, test framework from contextStore 2) Run Build Checks: Execute compiler, linter, type checker, tests (see Audit Rules below) 3) Collect Findings: Record each violation with severity, location, effort, recommendation 4) Calculate Score: Count violations by severity, calculate compliance score (X/10)

5) Return Results: Return JSON with category, score, findings to coordinator

Compiler/Linter Errors What: Syntax errors, compilation failures, linter rule violations

Build health audit worker (L3). Checks compiler/linter errors, deprecation warnings, type errors, failed tests, build configuration issues. Returns findings with severity (Critical/High/Medium/Low), location, effort, and recommendations. Source: levnikolaevich/claude-code-skills.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/levnikolaevich/claude-code-skills --skill ln-622-build-auditor
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is ln-622-build-auditor?

Build health audit worker (L3). Checks compiler/linter errors, deprecation warnings, type errors, failed tests, build configuration issues. Returns findings with severity (Critical/High/Medium/Low), location, effort, and recommendations. Source: levnikolaevich/claude-code-skills.

How do I install ln-622-build-auditor?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/levnikolaevich/claude-code-skills --skill ln-622-build-auditor Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/levnikolaevich/claude-code-skills