audit

Assess code quality and identify technical debt in specified file types.

Updated Mar 12, 2026
One-click install
npx skills add https://github.com/ps-carvalho/spavn-agents --skill audit-ps-carvalho
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: audit
Source: https://github.com/ps-carvalho/spavn-agents/tree/main/.opencode/skills/audit
Command: npx skills add https://github.com/ps-carvalho/spavn-agents --skill audit-ps-carvalho

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the challenge of maintaining high code quality and identifying technical debt by providing automated code reviews and pattern analysis.

Core Features & Use Cases

  • Code Quality Assessment: Evaluates code against defined criteria for correctness, readability, maintainability, and performance.
  • Technical Debt Identification: Pinpoints areas of the codebase that represent technical debt, prioritizing them by impact and effort.
  • Pattern Review: Checks for consistency in design patterns and adherence to best practices.
  • Use Case: Before merging a new feature, use this Skill to automatically flag potential bugs, suggest readability improvements, and identify any new technical debt introduced.

Quick Start

Use the audit skill to review the quality of the recently modified TypeScript files.

Frequently Asked Questions about audit

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

FAQPage Schema
How do I identify technical debt before merging new code?

To identify technical debt before merging, you can use automated code quality assessment to pinpoint areas representing debt, prioritizing them by impact and effort. This helps flag potential bugs and suggests readability improvements for new features.

What is automated code quality assessment and how does it evaluate maintainability?

Automated code quality assessment evaluates code against defined criteria for correctness, readability, maintainability, and performance. It analyzes code within specified file types to ensure adherence to best practices and identify technical debt.

How do I perform an automated code review on recently modified TypeScript files?

You perform an automated code review on recently modified TypeScript files by executing the audit skill. It analyzes the code patterns within those specified file types to evaluate correctness, readability, and performance criteria.

Can I check design pattern consistency and best practices in specific file types?

Yes, you can check design pattern consistency and best practices in specific file types. The pattern review feature analyzes code against defined criteria for correctness and maintainability within the specified files.

Do I need linked skills to perform comprehensive code analysis?

Yes, you need linked skills for comprehensive code analysis. The automated code review requires execution of linked skills to fully assess code quality, technical debt, and design patterns within your development workflow.