What problem does it solve?
This Skill automates the process of reviewing code changes for bugs and then committing them with a descriptive, project-aligned message, ensuring code quality and consistent commit history.
Core Features & Use Cases
- Automated Bug Detection: Leverages a specialized agent (
ios-swift-bug-finder) to scan modified Swift files for potential bugs.
- Guided Commit Process: Provides clear steps for inspecting diffs, checking for bugs, and crafting commit messages according to project conventions.
- Use Case: After making several changes to a Swift file, you can use this Skill to automatically check for common bugs, ensure the commit message follows the project's style, and add the necessary co-author line.
Quick Start
Use the review-commit skill to inspect the current git diff, check for bugs in Swift files, and then commit the changes with a descriptive message.