What problem does it solve?
This Skill provides a safe, repeatable checklist to finalize development work by verifying tests and acceptance criteria, committing changes, pushing the feature branch, and creating a pull request so tickets can be reviewed and closed.
Core Features & Use Cases
- Verify project type and run appropriate tests or builds (maven, npm/Angular) and gate the workflow on successful results.
- Inspect acceptance criteria in TICKET.md, show uncommitted changes, propose commit messages, push to remote, and optionally create a GitHub PR using gh.
- Use Case: After fixing BOT-123, run the skill to ensure all tests pass, stage and commit the changes with a suggested message, push the branch, and create a PR for review.
Quick Start
Use the close skill to verify tests, confirm changes, push your feature branch, and create a pull request for ticket BOT-123.