auto-submit

Automate code review, fixes, and PR merge workflows across Git repositories.

40.6k|2.9k|Updated Mar 17, 2026
One-click install
npx skills add https://github.com/stablyai/orca --skill auto-submit
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: auto-submit
Source: https://github.com/stablyai/orca/tree/main/.agents/skills/auto-submit
Command: npx skills add https://github.com/stablyai/orca --skill auto-submit

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Autonomous pipeline: review+fix code, then create PR and merge without user confirmation.

Core Features & Use Cases

  • Orchestrates auto-review-fix (as a sub-agent) and auto-pr-merge to deliver a complete end-to-end workflow.
  • Ensures changes are committed between steps and handles PR creation and merge operations.
  • Use Case: When you need fully automated code quality improvements and a seamless merge to main with minimal human intervention.

Quick Start

Run the auto-submit skill to automatically review, fix, and merge changes without user confirmation.

Frequently Asked Questions about auto-submit

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

FAQPage Schema
How do I automate code review and pull request merges end-to-end?▼

Automating code review and pull request merges end-to-end involves orchestrating an autonomous pipeline that reviews patches, applies fixes via isolated sub-agents, and executes commits and merges without user confirmation.

What is autonomous patch review and how does it handle commit hygiene?▼

Autonomous patch review is the process of automatically evaluating code changes and applying fixes. It enforces isolated sub-agent execution for those fixes and handles commit hygiene between the review and merge steps.

Can I automatically create a PR and merge to main with minimal human intervention?▼

Yes, you can automatically create a PR and merge to main with minimal human intervention by running an autonomous workflow that targets PR-based integration and handles commit, PR creation, and merge operations seamlessly.

Does the automated code review workflow require user confirmation before merging changes?▼

The automated code review workflow does not require user confirmation before merging changes. It orchestrates auto-review-fix and auto-pr-merge to deliver a complete review, fix, and merge pipeline autonomously.

When should I use an autonomous end-to-end code review and merge pipeline?▼

You should use an autonomous end-to-end code review and merge pipeline when you need fully automated code quality improvements and a seamless merge to main across Git repositories with minimal human intervention.