quality-audit

Audit code for security, correctness, and performance with structured reports.

Updated Feb 17, 2026
One-click install
npx skills add https://github.com/danfrdn/antigravity-config --skill quality-audit-danfrdn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: quality-audit
Source: https://github.com/danfrdn/antigravity-config/tree/main/skills/quality-audit
Command: npx skills add https://github.com/danfrdn/antigravity-config --skill quality-audit-danfrdn

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill acts as a rigorous quality gate, ensuring that implemented code meets high standards for security, correctness, simplicity, and performance before it's considered complete.

Core Features & Use Cases

  • Comprehensive Auditing: Checks code against detailed criteria for correctness, security vulnerabilities, code health, maintainability, and performance.
  • Automated Tool Integration: Can leverage CLI tools like ruff, bandit, and mypy for validation.
  • Structured Reporting: Provides a clear PASS/FAIL/WARN status and a detailed "Fix-it" list for any identified issues, including corrected code snippets.
  • Use Case: After a developer completes a new feature, this skill is invoked to perform a final, critical review, catching potential bugs, security flaws, or performance bottlenecks.

Quick Start

Use the quality-audit skill to review the recently implemented code.

Frequently Asked Questions about quality-audit

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

FAQPage Schema
How do I perform a code quality audit on completed implementations?

To perform a code quality audit, this Skill runs a strict validation against coding standards, assessing correctness, security, data integrity, and performance. It generates a structured report with PASS/FAIL/WARN status and a Fix-it list containing corrected code snippets for remediation.

Does the code review process integrate with CLI tools like ruff and bandit?

Yes, the code review process can optionally leverage integrated CLI tools like ruff, bandit, and mypy for validation. This automated tool integration helps validate against established coding standards and best practices during the quality audit.

What is the best way to catch security vulnerabilities and performance bottlenecks before deployment?

The best way to catch security vulnerabilities and performance bottlenecks is to use a rigorous quality gate that performs comprehensive auditing on completed code. This Skill checks for security flaws, code health, and maintainability, providing a detailed report for remediation.

Can I get corrected code snippets for violations found during a security and performance audit?

Yes, you can get corrected code snippets for violations found during a security and performance audit. The Skill provides a structured reporting format that includes a detailed Fix-it list with corrected code snippets to address any identified issues.

What criteria are assessed during a code health and simplicity review?

During a code health and simplicity review, the criteria assessed include correctness, security vulnerabilities, data integrity, code health, maintainability, simplicity, and performance. The audit validates the implementation against established coding standards and best practices.