ultradetail-loop

Run infinite DOM enumeration and defect-fixing cycles with Playwright MCP.

Updated May 6, 2026
One-click install
npx skills add https://github.com/HMWKR/claude-code-skills --skill ultradetail-loop
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ultradetail-loop
Source: https://github.com/HMWKR/claude-code-skills/tree/main/skills/ultradetail-loop
Command: npx skills add https://github.com/HMWKR/claude-code-skills --skill ultradetail-loop

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves the critical gap where code appears complete but fails in live environments by executing an infinite cycle of comprehensive DOM enumeration walks and automatic defect fixing. It eliminates the "code 100% ≠ live 100%" trap by combining the persistence of live-verify-loop with the exhaustive depth of ultradetail-walk, ensuring surface-level false positives and hidden multi-role compatibility issues are caught before launch.

Core Features & Use Cases

  • Infinite Walk-Fix Cycle: Every round performs a complete ultradetail walk using both normal and adversarial personas across 8 chaos axes, automatically fixes discovered defects, and repeats until zero new defects emerge.
  • Dual-Persona Adversarial Testing: Runs realistic user journeys alongside adversarial attack patterns including permission chaos, input injection, state manipulation, and boundary value testing to expose security and UX vulnerabilities.
  • Use Case: Before launching a multi-tenant SaaS application, use this skill to automatically discover and fix permission bypasses, payment race conditions, session management flaws, and UI state bugs that standard unit tests and lightweight verification loops miss.

Quick Start

Invoke the ultradetail-loop skill by saying "/ultradetail-loop" or "run infinite defect elimination until 100% clean" to start the comprehensive walk-fix verification cycle on your current project.

Frequently Asked Questions about ultradetail-loop

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

FAQPage Schema
How do I eliminate hidden defects in a web application before launch?

To eliminate live functionality gaps, an infinite walk-fix cycle executes full DOM enumeration rounds to discover and automatically fix defects until zero new issues emerge. It targets multi-role permission verification and exhaustive edge case coverage before launch.

What is adversarial testing for multi-role permission verification?

Adversarial testing for multi-role permission verification executes attack patterns like permission chaos, input injection, and state manipulation alongside normal user journeys. It exposes security vulnerabilities and UI state bugs that standard unit tests miss.

Can I use Playwright to automate DOM enumeration and defect fixing?

Yes, Playwright MCP enables direct browser automation to execute DOM enumeration and defect fixing. The process walks the DOM using normal and adversarial personas across 8 chaos axes to catch surface-level false positives and hidden compatibility issues.

How do I run chaos testing across 8 axes with cost guardrails?

You run 8-axis chaos testing by configuring cost guardrails within an infinite walk-fix verification cycle. This applies boundary value testing and state manipulation while ensuring automated defect fixing stays within defined resource limits.

Does standard unit testing catch payment race conditions and session management flaws?

Standard unit testing does not catch payment race conditions and session management flaws effectively. An exhaustive adversarial walk-fix cycle is required to discover and fix these multi-tenant compatibility issues and security vulnerabilities.

When should I not use an infinite defect elimination loop?

You should not use an infinite defect elimination loop when your project lacks browser automation capabilities or when resource constraints prevent configurable cost guardrails. It targets pre-launch comprehensive gating rather than lightweight verification.