audit

Audits frontend accessibility, performance, and responsive behavior through the impeccable audit workflow.

Updated Jul 10, 2026
One-click install
npx skills add https://github.com/noticesfromchat/macos-app-digest --skill audit-noticesfromchat
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: audit
Source: https://github.com/noticesfromchat/macos-app-digest/tree/main/.agents/skills/audit
Command: npx skills add https://github.com/noticesfromchat/macos-app-digest --skill audit-noticesfromchat

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Frontend issues in accessibility, performance, and responsive layout often go unnoticed until users report them. This Skill runs a structured audit of a feature, page, or component so problems are identified systematically before release. ## Core Features & Use Cases - Accessibility Auditing: Checks frontend code for accessibility issues across a specified feature, page, or component. - Performance Review: Evaluates frontend performance characteristics of the targeted area. - Responsive Behavior Checks: Verifies that the UI behaves correctly across viewport sizes. - Use Case: Before shipping a new settings page, invoke the audit on that page to surface accessibility violations, performance bottlenecks, and responsive layout problems in one pass. ## Quick Start Ask the assistant to run the audit skill on a specific page or component, for example by saying: audit the checkout page for accessibility, performance, and responsive issues.

Frequently Asked Questions about audit

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

FAQPage Schema
How do I audit a frontend page for accessibility issues?▼

Invoke the audit skill with the target page or component as the argument, such as a specific feature name. It delegates to the impeccable audit workflow, which checks accessibility alongside performance and responsive behavior.

What does a frontend audit check besides accessibility?▼

This audit covers three areas: accessibility, performance, and responsive behavior. It evaluates the specified feature, page, or component across all three dimensions in a single run.

Can I run the audit on a single component instead of a full page?▼

Yes. The skill accepts an argument hint of an area, which can be a feature, page, or individual component. Pass the component name when invoking to scope the audit to just that element.

When should I run a frontend audit during development?▼

Run it before merging or releasing UI changes, especially after building new pages or modifying layouts. Auditing early catches accessibility and responsive issues before they reach production users.