Loading...
Loading...
Found 30 Skills
Use when encountering bugs, test failures, or error logs that need root cause analysis and fix generation
Percy integration. Manage data, records, and automate workflows. Use when the user wants to interact with Percy data.
Use when validating automation builds before launch or after significant changes.
Troubleshoot and fix bugs systematically. Use when errors occur, tests fail, or unexpected behavior is observed. Covers root cause analysis and debugging strategies.
Bug-to-test pipeline: reproduce the bug as a failing test first, then fix. The regression test lives forever.
Safe, verified refactoring with regression testing at each step. Identify targets, plan transformation, execute incrementally. Triggers: "refactor", "restructure", "extract", "rename", "move", "simplify", "reduce complexity", "clean up", "decompose".