optimize

Diagnose and fix frontend loading or rendering performance problems.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Frontend applications often suffer from slow page loads and janky rendering, and identifying the root cause requires structured performance analysis rather than guesswork. ## Core Features & Use Cases - Performance Diagnosis: Delegates to the $impeccable optimize workflow to investigate frontend loading and rendering bottlenecks. - Targeted Analysis: Accepts an optional target argument so you can point the diagnosis at a specific page, component, or route. - Use Case: When a React page feels sluggish on first load, invoke this Skill with the page path to receive a structured performance investigation and fix recommendations. ## Quick Start Ask the assistant to run optimize on the slow dashboard page to diagnose its loading and rendering performance.

Frequently Asked Questions about optimize

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

FAQPage Schema
How do I diagnose slow frontend page loading?

Invoke this Skill with the target page or component as an argument. It delegates to the $impeccable optimize workflow, which investigates loading and rendering performance and recommends fixes.

How do I fix rendering performance problems in a web app?

Run the optimize command against the affected view. The underlying $impeccable optimize instructions guide the analysis of rendering bottlenecks and produce actionable fixes.

Can I pass a specific target to the optimize command?

Yes. The Skill accepts an optional target argument, which is forwarded to $impeccable optimize so the diagnosis focuses on the specified page, route, or component.

Does this Skill work without the impeccable skill installed?

No. It is a pinned shortcut that invokes $impeccable optimize, so the impeccable skill must be available in the environment for the delegation to succeed.