mando-pr

Create GitHub pull requests and trigger AI reviewers with CI monitoring.

8|1|Updated Mar 29, 2026
One-click install
npx skills add https://github.com/tribedotrun/mando --skill mando-pr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mando-pr
Source: https://github.com/tribedotrun/mando/tree/main/bundled-skills/mando-pr
Command: npx skills add https://github.com/tribedotrun/mando --skill mando-pr

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill eliminates the manual, error‑prone process of syncing branches, creating pull requests, and coordinating AI reviewers, ensuring every change is validated before merge.

Core Features & Use Cases

  • Branch synchronization and clean commit flow: fetches and merges the latest main, verifies UI and API coverage, and prepares a tidy commit.
  • Automated PR creation and reviewer triggering: creates the PR, converts drafts, posts trigger comments for Codex and Cursor reviewers, and optionally runs in fast mode.
  • Continuous monitoring loop: runs internal code reviews, monitors CI checks, addresses comments, and repeats until the PR is green and all reviewer feedback is addressed.

Quick Start

Ask the assistant to run the mando‑pr skill to create and review a new feature pull request.

Frequently Asked Questions about mando-pr

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

FAQPage Schema
How do I automate GitHub pull request creation and trigger AI code reviews?

You can automate pull request creation by pushing your branch, opening a PR, and posting trigger comments for AI reviewers. This skill handles branch syncing, commit preparation, and PR creation before invoking reviewers.

How does an automated PR workflow handle continuous integration checks and reviewer comments?

An automated PR workflow monitors continuous integration checks and addresses reviewer comments through a continuous loop. It runs internal code reviews, monitors CI status, and repeats iterations until the PR is green and all feedback is resolved.

Do I need the GitHub CLI and Python to automate branch synchronization for pull requests?

Yes, you need the GitHub CLI, git, and Python scripts to automate branch synchronization and pull request workflows. These tools sync branches, rename them, trigger reviews, and monitor CI status automatically.

Can I convert draft pull requests and trigger AI reviewers in fast mode?

Yes, you can convert draft pull requests and trigger AI reviewers in fast mode. The workflow creates the PR, converts drafts to ready for review, and posts trigger comments for Codex and Cursor reviewers with an optional fast mode.

What is the best way to ensure feature branches are synced with main before opening a pull request?

The best way to ensure feature branches are synced with main before opening a pull request is to fetch and merge the latest main branch. The workflow verifies UI and API coverage, then prepares a tidy commit for review.