What problem does it solve?
Automates the end-to-end finalization of a feature by performing quality checks, running tests, updating documentation, creating commits, pushing changes, and generating a PR workflow, reducing manual overhead and ensuring consistent review readiness.
Core Features & Use Cases
- Pre-commit Quality Checks: Runs cargo fix and cargo fmt to enforce code standards.
- Full Test Suite & Stability: Executes the complete test suite and applies fixes as needed to ensure passing builds.
- Documentation Updates: Refreshes relevant docs to reflect the implemented feature.
- Git & PR Workflow: Commits changes, pushes to the remote branch, and creates a PR via gh CLI, integrating with the review workflow.
- Automatic Activation: Automatically triggers when the feature is complete and todos are finished, or when the user explicitly requests finalization.
Quick Start
Trigger the finish-feature-impl workflow after completing a feature to automatically run formatting, tests, documentation updates, commits, pushes, and PR creation.