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.zipInstalls 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.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
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
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.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| dreamers-fix (this skill) | 0 | 1mo | Review | Intermediate |
| debug-with-valgrind | 2 | 7mo | Review | Intermediate |
| jit-regression-test | 1 | 5mo | No flags | Beginner |
| fix-issue | 0 | 5mo | No flags | Intermediate |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by mrStorrs
View all by mrStorrs →You might also like
debug-with-valgrind
facet-rs
Debug crashes, segfaults, and memory errors using valgrind integration with nextest through pre-configured profiles
jit-regression-test
dotnet
Extract a standalone JIT regression test case from a given GitHub issue and save it under the JitBlue folder. Use this when asked to create or extract a JIT regression test from an issue.
fix-issue
exit-zero-labs
Fix a GitHub issue following ThreatForge coding standards and conventions
country-atlas-ci-fix
dimbo1324
Use when GitHub Actions, pre-commit, tests, typing, lint, SQL lint, Docker smoke, or Playwright checks fail.
python-testing-patterns
wshobson
Implement comprehensive testing strategies with pytest, fixtures, mocking, and test-driven development. Use when writing Python tests, setting up test suites, or implementing testing best practices.
dependency-upgrade
wshobson
Manage major dependency version upgrades with compatibility analysis, staged rollout, and comprehensive testing. Use when upgrading framework versions, updating major dependencies, or managing breaking changes in libraries.