What problem does it solve?
Manually running lint checks, staging files, creating commits, and drafting merge requests for cross-platform projects is time-consuming and error-prone, with high risk of committing test files, missing lint errors, or generating incomplete MR documentation.
Core Features & Use Cases
- 6-Stage Guardrailed Workflow: Chains lint check, non-destructive code review, manual verification document generation, smart staging, clean commit, and MR creation with user confirmation gates at every step.
- Cross-Platform Auto-Detection: Automatically identifies Android, iOS, or backend project types to run the correct lint and build tools, no manual configuration required.
- Smart File Staging: Automatically excludes test files, debug artifacts, and local review documents from commits, with flags for suspicious debug code requiring user confirmation.
- Use Case: A developer working on a new payment feature for an Android app can run the full submission flow with a single command, avoiding missed lint errors, accidental test file commits, or incomplete MR descriptions.
Quick Start
Use the code-submit skill to submit your current code changes to the target branch test/VH_2.92.0_20260310140519.