What problem does it solve?
Developers often struggle with the final steps of a task, leading to incomplete PRs, missed tests, or un-synced trackers. This Skill provides a structured checklist to ensure all loose ends are tied up before declaring work "done," automating the process of preparing a pull request for review.
Core Features & Use Cases
- Quality Gates: Ensures the full automated test suite runs, code is covered by tests, and provides a micro-loop for bug fixes (write failing test first).
- Code & Repo Hygiene: Guides on stripping debug aids, removing temporary files, and maintaining a clean
.gitignore.
- Git & Branch Workflow: Standardizes rebasing, squashing commits, pushing branches, and opening ready-for-review PRs.
- Tracking & Documentation: Prompts for updating issue trackers (bd) and refreshing affected documentation.
- Final QA & Communication: Verifies CI status, checks for leftover git stashes or unpushed commits, and ensures clear communication with reviewers.
Quick Start
I'm done with my feature branch. Help me "land the plane" by guiding me through the final steps to open a ready-for-review PR.