code-quality-auditor

Audit code changes and emit a severity-based remediation checklist.

1|Updated Oct 21, 2025
One-click install
npx skills add https://github.com/vinceh/recipe --skill code-quality-auditor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-quality-auditor
Source: https://github.com/vinceh/recipe/tree/main/.claude/skills/code-quality-auditor
Command: npx skills add https://github.com/vinceh/recipe --skill code-quality-auditor

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Proactively audits developer work to ensure completeness and production-readiness. This skill validates that tasks are implemented, tests exist, and no shortcuts or hardcoded values remain before code goes to production.

Core Features & Use Cases

  • Step-by-step audit workflow: scope, scan for red flags, verify tests, evaluate quality.
  • Severity-based reporting with remediation guidance.
  • Reference materials for code smells and industry standards.

Quick Start

Trigger an audit on a changed set of files by providing a diff or list of modified files; it analyzes and returns a concise remediation checklist.

Frequently Asked Questions about code-quality-auditor

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

FAQPage Schema
How do I audit code quality before merging a pull request?

Code quality audits systematically scan your changed files for production-readiness issues like incomplete implementations, missing tests, and hardcoded values. Feed the Skill a diff or list of modified files to receive a severity-ranked remediation checklist identifying what must be fixed before merge.

What shortcuts and red flags does a code audit detect?

Audits identify TODOs, stubbed implementations, hardcoded values, missing test coverage, incomplete error handling, and gaps in documentation. The Skill emits structured findings with severity levels and remediation guidance tied to industry standards and testing requirements.

Can I use code audits to validate task completion before deployment?

Yes. Run audits during feature completion reviews and task-tracking validations to confirm implementations are complete, tests exist, and no shortcuts remain. The Skill validates against industry standards, security practices, and documentation requirements to ensure production-readiness.

What output does a code audit produce?

The audit returns a structured remediation checklist with findings organized by severity, each paired with actionable guidance. Results help teams prioritize fixes and track compliance with quality standards before code reaches production.

Do I need existing tests to run a code quality audit?

No. The Skill scans for test gaps as part of its audit—it identifies missing tests alongside other completeness issues. Provide the changed files or diff; the audit will flag what tests are needed and other production-readiness risks.