From rpa-bugfix
Run when the user invokes /rpa-bugfix together with a clear bug description (expected vs actual, reproduction). Reproduction test first, then fix, full test suite, short report. Will not work correctly without the bug details.
How this skill is triggered — by the user, by Claude, or both
Slash command
/rpa-bugfix:rpa-bugfixThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
The user must include **`/rpa-bugfix`** and a **bug description** (expected vs actual, steps to reproduce, environment if relevant). Paste issue text when possible. If reproduction is impossible without one missing fact, ask that single blocking question.
The user must include /rpa-bugfix and a bug description (expected vs actual, steps to reproduce, environment if relevant). Paste issue text when possible. If reproduction is impossible without one missing fact, ask that single blocking question.
Encode the intended behavior in a regression test so the defect cannot silently return.
.venv and project test commands.Brief: root cause, fix, test added or changed, full suite outcome, files touched.
npx claudepluginhub evilfreelancer/rpa-skills --plugin rpa-bugfixCreates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.