
from gstack-ko42
Run automated performance baselines and regression detection for web pages (TTFB, FCP, LCP, bundle sizes, requests) and compare against historical baselines.
Collects detailed web performance metrics (TTFB, FCP, LCP, DOM timings, resource sizes and request counts) using a browse daemon and produces baseline and comparison reports. It identifies regressions, slowest resources, and gives concrete remediation suggestions like code-splitting, lazy loading, and async/defer for third-party scripts.
Use this skill when you want to: capture a performance baseline before changes, run quick or full audits on pages, compare current metrics to a baseline to detect regressions, or generate trend reports across multiple runs. Typical triggers: making a PR that changes frontend assets, shipping new third-party scripts, or investigating sudden load-time regressions.
Compatible with agent environments that can run shell tools and a browse daemon (Claude Code / gstack-style environments).
Performance benchmarking skill for web pages using gstack's browse daemon. Measures TTFB, FCP, LCP, bundle sizes, and compares against baselines. Extremely detailed SKILL.md with clear phases, thresholds, and output formats. No bundled scripts — relies entirely on external gstack CLI tools. Heavy preamble includes telemetry phone-home, auto-update checks, eval of external command output, and curl|bash install flow which raise security concerns.
Core benchmark skill is read-only and well-designed. Security concerns are concentrated in the shared gstack preamble boilerplate rather than the skill itself. The preamble includes telemetry with device ID, auto-update flows, eval of external command output, and a curl|bash install pattern. These are standard for CLI tooling but represent real attack surface. The skill is part of the gstack-ko monorepo and cannot function without the gstack ecosystem.
Plan Design Review
Interactive, designer-eye review of design plans: rates dimensions, finds gaps, and edits the plan to add missing UI decisions and interaction states.
Retro
MANUAL TRIGGER ONLY: invoke only when user types /retro. Weekly engineering retrospective. Analyzes commit history, work patterns, and code quality metrics w...