What problem does it solve?
This Skill helps you push a code change from intent to a cleaner, safer result without setting up a full planning workflow. It is designed for quick or already-underway implementation work where you want the assistant to write code if needed, audit the diff, apply fixes, and tell you what still needs attention.
Core Features & Use Cases
- Direct implementation from intent: If no diff exists yet, it can confirm the requested change and write the implementation directly from the conversation.
- End-to-end review orchestration: It runs a structured audit pipeline across code quality, tests, feature correctness, security, and UX when relevant.
- Parallel fix application: It dispatches validated findings into fix-applier agents, loops until findings stabilize, and produces one severity-ordered report.
- Use Case: You ask the assistant to make a bug fix or small feature happen, and instead of only editing code, it also reviews the resulting change, applies mechanical fixes, escalates judgment calls, and tells you whether the branch is ready for a PR.
Quick Start
Ask the assistant to use drive-change to implement your requested code change and audit the result end to end.