DR

dreamers-fix

A systematic workflow to branch, write regression tests, and fix bugs.

Install

mkdir -p .claude/skills/dreamers-fix && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/15377" && unzip -o skill.zip -d .claude/skills/dreamers-fix && rm skill.zip

Installs to .claude/skills/dreamers-fix

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Lightweight bug-fix pipeline — cuts a fresh feature branch, surveys scope, writes a regression test, implements the fix, runs tests. Exits at green tests. Triggers: /dreamers-fix, fix this bug, bug fix, address the bug.
219 charsno explicit “when” trigger
Intermediate

Key capabilities

  • Create feature branches for bug fixes
  • Automate regression test creation
  • Validate fixes through test execution
  • Enforce commit trailers and branch naming conventions

How it works

The agent creates a feature branch, identifies the bug surface, writes a regression test, and implements the fix while adhering to project-specific testing and comment rules.

Inputs & outputs

You give it
Bug description
You get back
Feature branch with regression test and fix

When to use dreamers-fix

  • Fix a reported bug
  • Create a regression test for a bug
  • Automate branch creation for hotfixes

About dreamers-fix

Automates the bug-fix lifecycle by creating feature branches, writing regression tests to reproduce issues, and validating the implementation through tests.

Lightweight bug-fix pipeline — cuts a fresh feature branch, surveys scope, writes a regression test, implements the fix, runs tests. Exits at green tests. Triggers: /dreamers-fix, fix this bug, bug fix, address the bug.

When not to use it

  • Architectural changes
  • Multi-subsystem modifications
  • Schema changes

Prerequisites

GitProject-specific test infrastructure

Limitations

  • Max 3 attempts for inline test fixes
  • No dependency installation without approval

How it compares

Unlike manual bug fixing, this pipeline enforces a strict git workflow and automated test verification before allowing a commit.

Compared to similar skills

dreamers-fix side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
dreamers-fix (this skill)01moReviewIntermediate
debug-with-valgrind27moReviewIntermediate
jit-regression-test15moNo flagsBeginner
fix-issue05moNo flagsIntermediate

Try saying

Example prompts that trigger this skill in your AI assistant.

Search skills

Search the agent skills registry