iot-bug-fixer
SKILL.md
IoT Bug Fixer
Fix bugs in local IoT project repositories with a strict per-bug workflow.
Core rules
- Work only with repositories that already exist on the local machine.
- Do not clone, pull, or otherwise fetch code from remote GitLab as part of this skill.
- Treat each bug as an independent unit of work.
- In batch mode, perform a repository-mapping precheck before changing any code.
- If a bug cannot be mapped to exactly one local repository, stop that bug and report it for manual mapping.
- If a bug cannot be located with high confidence, stop and report likely files or next investigation steps instead of making broad changes.
- Prefer the smallest safe fix over refactors.
- Do not mix multiple bugs into one commit.