code-auditing

Audit TypeScript/JavaScript repositories and output markdown reports with deterministic plans.

12|3|Updated Jan 11, 2026
One-click install
npx skills add https://github.com/VidyFoo/antigravity-skill-engine --skill code-auditing-vidyfoo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-auditing
Source: https://github.com/VidyFoo/antigravity-skill-engine/tree/main/.agent/skills/2-audit/code-auditing
Command: npx skills add https://github.com/VidyFoo/antigravity-skill-engine --skill code-auditing-vidyfoo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This expert enables systematic auditing and optimization of codebases through structured reviews, rule-based scans, and collaborative governance to improve quality, security, and maintainability.

Core Features & Use Cases

  • Review mode for Code Review, style checks, and quality improvements
  • Audit mode for pattern-based scanning, rule enforcement, and reporting
  • Council mode for multi-perspective decisions and knowledge sharing
  • Simplify mode for guided refactoring with safety checks and verification
  • Use Case: Apply to large TypeScript/JavaScript projects or legacy codebases needing governance and cleanup.

Quick Start

Run the integrated audit workflow against your repository to generate an actionable report.

Frequently Asked Questions about code-auditing

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

FAQPage Schema
How do I audit and remediate systemic code quality issues in a large TypeScript monorepo?

Systemic code quality issues are audited by reading rule files, enforcing mode-specific scans, and outputting a deterministic markdown report with a remediation plan. This handles large TypeScript and JavaScript monorepos requiring governance and refactoring.

What is the best way to perform structured code reviews and enforce governance rules on a legacy codebase?

Structured code reviews and governance enforcement are performed using audit and review modes for pattern-based scanning. It applies mode-specific rules to legacy codebases to improve quality, security, and maintainability.

Can I use static analysis to generate a deterministic refactoring plan for JavaScript projects?

Yes, static analysis generates a deterministic refactoring plan for JavaScript projects. It evaluates the repository against defined rules to output a markdown report detailing guided refactoring steps with safety checks.

How do I run a multi-perspective code review to share knowledge and reach governance decisions?

Multi-perspective code reviews are run using a dedicated council mode. This facilitates collaborative governance, multi-perspective decisions, and knowledge sharing across the codebase to ensure comprehensive quality assurance.

Does this code auditing approach work for guided refactoring with safety checks and verification?

Yes, guided refactoring with safety checks is supported through a dedicated simplify mode. It verifies changes against enforced rules to ensure safe code optimization and systematic cleanup without breaking existing functionality.