Automates the final steps of a coding task by validating code, managing branches, and creating pull requests.
The Finish Work skill streamlines the transition from development to deployment by providing a structured workflow for completed tasks. It enforces quality standards through mandatory test verification before offering integration options such as local merging, creating pull requests with plan-based context, or safely discarding work. By automatically updating project plans and offering retrospective prompts, it ensures that project documentation stays synchronized with the codebase while maintaining Git hygiene and preventing broken code from reaching production.
主要功能
01Multiple integration paths: Local Merge, PR Creation, Keep, or Discard
021 GitHub stars
03Automated plan status management from execution to completion
04Context-aware PR body generation using project goals
05Mandatory test suite verification gate before any integration
06Integrated retrospective prompts for project documentation
使用场景
01Automating local branch cleanup and merging after successful validation
02Finalizing a feature branch and creating a detailed Pull Request automatically
03Safely discarding experimental code while updating internal project tracking