What problem does it solve?
This skill prevents incomplete or unsupported software changes from being shipped by enforcing evidence-based verification, documentation review, clean commits, and conditional GitHub delivery.
Core Features & Use Cases
- Evidence-Based Verification: Audits prior claims, runs the project's relevant checks, and requires recorded command output before advancing.
- Diff-Driven Documentation: Evaluates whether business, technical, or audit documentation needs updates based on the change.
- Controlled Delivery: Creates a clean conventional commit, optionally pushes a branch, opens a pull request, and tracks CI status without pushing directly to main.
- Use Case: After implementing a feature, use this workflow to verify the change, update only necessary documentation, commit it safely, and optionally prepare a GitHub pull request.
Quick Start
Use the ship workflow to verify the current changes, update necessary documentation, create a commit, and prepare a pull request if appropriate.