audit-addon

Audit World of Warcraft addon Lua code for quality, performance, and API compliance.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/clearcmos/nixos --skill audit-addon
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: audit-addon
Source: https://github.com/clearcmos/nixos/tree/main/claude-config/skills/audit-addon
Command: npx skills add https://github.com/clearcmos/nixos --skill audit-addon

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automatically audits World of Warcraft addon Lua code for common issues like unnecessary globals, performance bottlenecks, deprecated APIs, and general code quality problems.

Core Features & Use Cases

  • Code Auditing: Analyzes Lua code for specific types of errors and inefficiencies.
  • Performance Optimization: Identifies performance-impacting patterns and suggests fixes.
  • API Compliance: Checks for the use of deprecated or problematic World of Warcraft API functions.
  • Use Case: A WoW addon developer can use this skill to quickly scan their addon's codebase before release, ensuring it's performant, stable, and adheres to best practices.

Quick Start

Run the audit on the current addon's Lua files.

Frequently Asked Questions about audit-addon

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

FAQPage Schema
How do I audit WoW addon Lua code for deprecated APIs and performance issues?

To audit WoW addon Lua code, this skill analyzes your codebase against reference files to identify unnecessary globals, performance bottlenecks, and deprecated APIs. It generates a structured report with severity ratings and suggested fixes.

What does a World of Warcraft addon code audit check for?

A World of Warcraft addon code audit checks Lua files for unnecessary globals, performance bottlenecks, deprecated API usage, and general code quality issues. It provides severity ratings and suggested fixes to ensure the addon is performant and stable before release.

Can I scan my addon's Lua files for deprecated WoW API functions before release?

Yes, you can scan your addon's Lua files for deprecated WoW API functions. The skill performs API compliance checks alongside performance and code quality analysis, producing a structured report with severity ratings and suggested fixes for any problematic API calls found.

How do I identify performance bottlenecks and unnecessary globals in my Lua addon?

To identify performance bottlenecks and unnecessary globals in your Lua addon, the skill analyzes your code patterns against reference files. It flags performance-impacting code and unnecessary global variables, generating a report with severity ratings and suggested fixes.

Does the audit report include severity ratings and suggested fixes for Lua code?

Yes, the audit report includes severity ratings and suggested fixes for Lua code. After analyzing your World of Warcraft addon for quality, performance, and API compliance, it generates a structured report detailing the issues found alongside their respective severity and fix recommendations.