sculptor-workflow:fix-bug

Generate and pass tests to fix specified UI bugs.

213|13|Updated Aug 7, 2025
One-click install
npx skills add https://github.com/imbue-ai/sculptor --skill sculptor-workflow-fix-bug
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sculptor-workflow:fix-bug
Source: https://github.com/imbue-ai/sculptor/tree/main/sculptor/sculptor-workflow/skills/build
Command: npx skills add https://github.com/imbue-ai/sculptor --skill sculptor-workflow-fix-bug

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of fixing UI bugs by automatically generating failing tests and making them pass.

Core Features & Use Cases

  • Automated Test Creation: Runs a reproduction interview to write tests for a failing UI.
  • Test Passing: Ensures that the written tests pass after modifications.
  • Use Case: Quickly address a visual bug in a UI by using this Skill to create and pass tests for the issue.

Quick Start

Use the '/sculptor-workflow:fix-bug' skill to fix the UI bug you encountered in your workspace.

Frequently Asked Questions about sculptor-workflow:fix-bug

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

FAQPage Schema
How do I fix UI bugs using automated test generation?

To fix UI bugs with automated test generation, this Skill runs a reproduction interview to create failing tests for the visual issue and then makes them pass through code modifications. It streamlines development workflows by validating the UI fix.

What is the process for automating UI bug resolution in a development workflow?

Automating UI bug resolution involves generating a failing test that replicates the specific visual issue, then automatically modifying the code to make that test pass. This ensures the UI fix is validated through test automation before completion.

Do I need to know specific testing frameworks to automate UI bug fixes?

Yes, automating UI bug fixes requires prior knowledge of your UI structure and the testing frameworks used in your environment. This foundational knowledge is necessary to effectively generate and validate the automated tests.

Can I use this to create tests for visual bugs without writing them manually?

Yes, you can create tests for visual bugs without manual effort by running a reproduction interview. The Skill automatically generates the necessary failing tests based on the specified UI issue and then passes them.

What's the best way to validate a UI fix without manual test writing?

The best way to validate a UI fix without manual test writing is to automate test creation and execution. This Skill generates a failing test for the UI bug and modifies the code until the test passes, ensuring the fix is verified.

Why does automated UI debugging require a reproduction interview?

Automated UI debugging requires a reproduction interview to accurately capture the specific conditions and steps that trigger the visual bug. This information is essential for automatically generating a failing test that correctly validates the subsequent code fix.