landing-the-plane
OfficialShip code cleanly, every time.
Authorlambdamechanic
Version1.0.0
Installs0
System Documentation
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.
Dependency Matrix
Required Modules
None requiredComponents
scripts
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: landing-the-plane Download link: https://github.com/lambdamechanic/skills/archive/main.zip#landing-the-plane Please download this .zip file, extract it, and install it in the .claude/skills/ directory.