progressive-analysis

Automate progressive analysis of console errors, CSS inefficiencies, and E2E test results.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/sihu-dev/forge-labs --skill progressive-analysis
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: progressive-analysis
Source: https://github.com/sihu-dev/forge-labs/tree/main/apps/hephaitos/.claude/skills/progressive-analysis
Command: npx skills add https://github.com/sihu-dev/forge-labs --skill progressive-analysis

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables progressive analysis across console, CSS, and E2E tests to drive continuous quality improvements and automation-driven loops.

Core Features & Use Cases

  • Console, CSS, E2E Analysis: Incremental improvements based on automated findings.
  • Automation Loop: Feed findings back into a self-improving cycle.
  • Use Case: Regularly analyze builds to progressively reduce defects.

Quick Start

Run progressive-analysis to begin iterative analysis and improvement across the project.

Frequently Asked Questions about progressive-analysis

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

FAQPage Schema
How do I automate analysis of console errors, CSS inefficiencies, and E2E test failures?

Progressive analysis automates detection and prioritization of console errors, CSS inefficiencies, and E2E test failures across your build. It feeds findings into a self-improvement loop, running structured commands like pnpm build, purgecss, tailwind, and playwright to drive iterative quality gains without manual intervention.

Can I use progressive analysis to reduce build defects incrementally?

Yes. Progressive analysis implements a tri-axis framework examining console, CSS, and E2E outputs, then automatically generates patches and verifies improvements. Each cycle produces measurable quality gains, making it ideal for development workflows that need continuous defect reduction.

What tools and commands does progressive analysis use to improve code quality?

Progressive analysis runs repeatable commands including pnpm build for compilation, purgecss and tailwind for CSS optimization, and playwright for E2E testing. It orchestrates these tools to inspect logs, identify inefficiencies, and validate patches in an automated loop.

How does progressive analysis fit into CI/CD and QA automation workflows?

Progressive analysis integrates into CI/CD pipelines and QA automation by automating build-log inspection, CSS optimization analysis, and E2E test result review. It operates as a self-improving layer that surfaces actionable findings and verification results without requiring manual test design.

What's the difference between progressive analysis and manual E2E testing?

Progressive analysis automates the discovery, prioritization, and patching cycle across console, CSS, and E2E domains, then repeats verification autonomously. Manual testing requires human interpretation; progressive analysis creates a feedback loop that continuously improves quality without per-cycle intervention.