audit

Audit software projects for accessibility, performance, theming, responsive design, and anti-patterns.

1|Updated Mar 21, 2026
One-click install
npx skills add https://github.com/stefanbooveanu-debug/daybrief --skill audit-stefanbooveanu-debug
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: audit
Source: https://github.com/stefanbooveanu-debug/daybrief/tree/main/.junie/skills/audit
Command: npx skills add https://github.com/stefanbooveanu-debug/daybrief --skill audit-stefanbooveanu-debug

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill performs in-depth technical quality checks across multiple dimensions, identifying accessibility, performance, theming, responsive design, and anti-pattern issues in your project.

Core Features & Use Cases

  • Accessibility Checks: Identify and score issues related to contrast, ARIA, keyboard navigation, semantic HTML, alt text, and form elements.
  • Performance Analysis: Score for layout thrashing, expensive animations, missing optimizations, bundle size, and render performance.
  • Theming Review: Check for hard-coded colors, broken dark mode, inconsistent tokens, and theme switching issues.
  • Responsive Design Assessment: Ensure that the design is responsive, with appropriate touch targets, missing breakpoints, and text scaling.
  • Anti-Patterns Detection: Flag AI slop tells and general design anti-patterns like color on color, nested cards, bounce easing, and redundant copy.
  • Generate Report: Provide a scored report with P0-P3 severity ratings and an actionable plan for improvement.

Quick Start

Use the /audit command to start the technical quality check on your project.

Frequently Asked Questions about audit

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

FAQPage Schema
How do I run a technical quality check on my software project?

To run a technical quality check, initiate the audit command to analyze accessibility, performance, theming, responsive design, and anti-patterns at the code level. It requires no external dependencies and generates a scored report with severity ratings.

What does an accessibility and performance audit cover?

An accessibility and performance audit evaluates contrast, ARIA, keyboard navigation, semantic HTML, layout thrashing, expensive animations, and bundle size. It scores these dimensions to identify code-level issues and generate an actionable improvement plan.

How can I detect design anti-patterns and broken dark mode in my codebase?

To detect design anti-patterns and broken dark mode, run a technical audit that flags hard-coded colors, inconsistent tokens, nested cards, and bounce easing. It analyzes the code directly to identify theming issues and AI slop tells.

Does this technical audit require any external dependencies or tools?

This technical audit requires no external dependencies or tools to function. It performs all accessibility, performance, and responsive design checks directly at the code level within your software project.

How do I assess responsive design and identify missing breakpoints?

To assess responsive design and identify missing breakpoints, execute a technical quality check. It evaluates touch targets, text scaling, and layout responsiveness directly from the code to produce a scored report.

Why do I need severity ratings like P0-P3 in a quality check report?

Severity ratings like P0-P3 in a quality check report prioritize the accessibility, performance, and anti-pattern issues found in your code. They help structure your actionable plan by highlighting the most critical technical defects first.