done - Complete Expedition Workflow - Testing, Committing, and Status Updates
Finalize current expedition by running tests, committing changes, pushing to remote, and updating kanban status
Tags
Updated: 2026-02-14Capabilities
Typical Inputs
What this skill does
- identify current work branch
- run unit and integration tests
- commit changes with expedition reference
- push code to remote repository
- create pull requests
- update kanban status
Inputs
- current git branch
- modified code files
- test suite
- git repository
- remote repository URL
- kanban system access
- expedition identifier
Outputs
- test execution results
- git commit with expedition reference
- pushed code to remote
- pull request creation
- updated kanban status
- next work suggestions
Requirements
- git installed and configured
- python and pytest environment
- remote repository access
- kanban system access
- GitHub CLI (gh) for PR creation
