review-and-submit

Reviews code changes, fixes issues in two rounds, then creates and merges a PR.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Lightweight autonomous pipeline that reviews code changes with a single agent, fixes issues (up to 2 rounds), then creates a PR and merges. It is designed for small PRs where full parallel review is overkill.

Core Features & Use Cases

  • Two-round, single-agent review: Runs one AI agent to assess changes, report issues, and apply fixes within two rounds if needed.
  • PR creation and CI coordination: Automatically creates a pull request, waits for CI checks, and merges when green.
  • End-to-end automation: Provides an autonomous workflow from diff extraction to merge, reducing manual intervention.

Quick Start

Invoke the review-and-submit skill to automatically perform a two-round, single-agent review, fix issues, create a PR, wait for CI, and merge.

Frequently Asked Questions about review-and-submit

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

FAQPage Schema
How do I automate code review and PR merging for small git pull requests?

Autonomous code review for small changes uses a single agent to assess diffs, apply fixes within two rounds, create a PR, wait for CI, and admin squash merge. It reduces manual intervention by running the entire review-to-merge pipeline automatically.

What is the best way to run an autonomous code review loop before creating a pull request?

Running a single-agent review loop for up to two rounds fixes issues and typechecks changes before PR creation. This lightweight approach suits small PRs where full parallel review is overkill, ensuring code quality autonomously.

Can I automatically wait for CI checks to pass before merging a pull request?

Yes, after PR creation the workflow waits for CI checks to pass before performing an admin squash merge. It coordinates CI integration automatically and cleans up the branch once the merge is complete.

Does autonomous PR merging work for large codebase changes?

No, this autonomous PR merging pipeline is designed for small PRs where a single agent can handle review within two rounds. Large codebase changes requiring full parallel review exceed the scope of this lightweight workflow.

Why does the automated code review only run for two rounds?

The two-round limit keeps the single-agent review lightweight and efficient for small PRs, preventing infinite review loops. Issues are fixed and typechecked within these rounds before autonomous PR creation and merge.