ai-submit-work

Run local checks, fix issues, and create an automerge pull request.

1|Updated Apr 2, 2026
One-click install
npx skills add https://github.com/svange/augint-shell --skill ai-submit-work
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ai-submit-work
Source: https://github.com/svange/augint-shell/tree/main/.agents/skills/ai-submit-work
Command: npx skills add https://github.com/svange/augint-shell --skill ai-submit-work

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the final submission workflow by running local checks, fixing issues, and creating an automerge PR. It reduces manual steps and speeds up the delivery cycle.

Core Features & Use Cases

  • Local status checks: run checks locally on the current branch and surface failures for quick remediation.
  • Issue remediation: automatically apply lightweight fixes or surface blockers for manual intervention.
  • Commit, push, and PR: commit changes, push to the branch, and open a pull request for automerge with a clear report.
  • Pre-submit validations: perform pre-submit validation steps and provide actionable guidance when failures occur.

Quick Start

Submit your current branch using the standardized workflow when your work is ready for submission.

Frequently Asked Questions about ai-submit-work

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate git pull request creation and local status checks before submitting code?

Automating git pull request creation involves running local status checks, applying lightweight issue remediation, and committing changes before pushing to your branch and opening an automerge PR.

What is the best way to create an automerge PR after fixing code review issues locally?

Creating an automerge PR after fixing issues uses a standardized submission workflow that performs pre-submit validations, commits the remediated code, and opens the pull request with a clear status report.

Does this code submission workflow require any specific CI dependencies or external components?

No, this code submission workflow operates without external dependencies or components, using required ai-tools commands and built-in pre-submit validation steps to ensure safe, repeatable submissions.

Can I use automated PR creation for per-project development scenarios where code is ready for review?

Yes, automated PR creation applies directly to per-project development scenarios, handling the final submission workflow by running local checks, pushing commits, and opening the PR when code is ready for review.

What happens when pre-submit validation steps fail during the code submission workflow?

When pre-submit validation steps fail during code submission, the workflow surfaces blockers for manual intervention and provides actionable guidance to remediate issues before safely proceeding with the push.

Why should I standardize my git workflow for branch submission and PR creation?

Standardizing your git workflow for branch submission reduces manual steps, speeds up the delivery cycle, and ensures repeatable pre-submit validations that surface failures for quick remediation before opening an automerge PR.