What problem does it solve?
This Skill helps an AI agent complete the full write → review → commit → push cycle by autonomously reviewing recent changes, applying targeted improvements, and safely publishing them to the remote repository.
Core Features & Use Cases
- Automated self-review: Re-read each modified file in full, identify correctness, security, simplicity, consistency, and completeness issues, and produce a concise internal review summary.
- Safe application and publishing: Apply minimal, focused fixes, stage only intended files, verify staged changes, commit with a clear message, and push while respecting branch protections and secret-handling rules.
- Use Case: After an AI-coded change set, invoke self-ship to audit the edits, correct obvious problems, and push a new commit to the upstream branch without bypassing hooks or exposing secrets.
Quick Start
Request the assistant to self-ship the recent changes by reviewing, fixing issues, committing the modified files, and pushing them to the repository.