code-auditor

Audit JavaScript, CSS, JSON, and PWA codebases with a structured report.

Updated Feb 24, 2026
One-click install
npx skills add https://github.com/LucasPier/cuentos-interactivos --skill code-auditor-lucaspier
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-auditor
Source: https://github.com/LucasPier/cuentos-interactivos/tree/main/.agents/skills/code-auditor
Command: npx skills add https://github.com/LucasPier/cuentos-interactivos --skill code-auditor-lucaspier

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill audits code to identify defects, hardcoded patterns, and quality issues, combining mechanical checks with semantic analysis to improve project health.

Core Features & Use Cases

  • Automated mechanical checks (magic numbers, hardcodes, naming conventions) plus semantic analysis guided by documentation.
  • Category-specific audit flows for JS, CSS, JSON, and PWA assets with a configurable, read-only workflow.
  • Detailed audit reports and templates to drive remediation in collaborative development.

Quick Start

Run the audit script to scan the repository and generate a structured report.

Frequently Asked Questions about code-auditor

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

FAQPage Schema
How do I audit JavaScript and CSS for code quality issues?

To audit JavaScript and CSS for code quality, run the modular Python script to perform automated mechanical checks for magic numbers, hardcodes, and naming conventions, generating a structured report with detected defects.

What is semantic code analysis and when do I need it?

Semantic code analysis evaluates code logic and structure guided by documentation to identify deeper quality issues beyond mechanical pattern matching. You need it when basic linting is insufficient for ensuring project health.

Can I check PWA artifacts and JSON files for defects in my repository?

Yes, you can check PWA artifacts and JSON files using the category-specific audit flows. The read-only workflow targets these assets across the repository to detect hardcoded patterns and configuration defects.

Does the code audit workflow modify my project files during analysis?

No, the code audit workflow does not modify your project files. It enforces a strictly read-only analysis process, ensuring the repository remains untouched while generating a structured audit report.

What's the best way to guide collaborative remediation after a code audit?

The best way to guide collaborative remediation is using the formal reporting template generated by the audit. It details automated detections and human-guided review guidance to drive defect fixes in development.