wpt-promote

Promote failing WPT tests to PASS within fulgur-wpt expectations.

63|9|Updated Mar 17, 2026
One-click install
npx skills add https://github.com/fulgur-rs/fulgur --skill wpt-promote
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wpt-promote
Source: https://github.com/fulgur-rs/fulgur/tree/main/.claude/skills/wpt-promote
Command: npx skills add https://github.com/fulgur-rs/fulgur --skill wpt-promote

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides a repeatable workflow to take one or more failing WPT tests from FAIL to PASS within fulgur-wpt expectations, enabling targeted fixes and consistent quality signals.

Core Features & Use Cases

  • Target resolution: accepts full WPT paths, phase-relative stems, or beads-issue references to identify the exact tests to promote.
  • Reproduction & root-cause analysis: renders both test and reference through fulgur to confirm failure modes and locate underlying causes.
  • TDD-driven promotion: guides a design-first approach with test-driven changes, updates to WPT expectations, and consolidated promotion of related tests.

Quick Start

Identify the failing WPT targets and run through the guided workflow to promote them to PASS.

Frequently Asked Questions about wpt-promote

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

FAQPage Schema
How do I promote failing WPT tests to PASS within expectations?

To promote failing WPT tests to PASS, you can use a structured end-to-end workflow that resolves test targets, reproduces failures locally for root-cause analysis, applies TDD, and updates WPT expectations with guardrails.

What is the best way to resolve WPT test targets from beads issues or partial paths?

Resolving WPT test targets is handled by accepting full WPT paths, phase-relative stems, or beads-issue references to identify and isolate the exact failing tests requiring promotion.

How does root-cause analysis work for failing WPT regressions?

Root-cause analysis for WPT regressions involves rendering both the test and reference through fulgur to confirm failure modes and locate the underlying causes driving the test failure.

Can I use a TDD approach to fix and consolidate multiple failing WPT tests?

Yes, you can use a TDD-driven promotion approach that guides design-first changes, executes WPT runs, and consolidates the promotion of related failing tests into a single structured workflow.

Do I need to reproduce WPT failures locally before updating test expectations?

Yes, reproducing WPT failures locally is required to verify root causes and confirm failure modes before you update test expectations and promote the targets to PASS.