integrate

Automate review, validation, and merging of bot-generated pull requests.

2|Updated Mar 7, 2026
One-click install
npx skills add https://github.com/flavordrake/mobissh --skill integrate-flavordrake
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: integrate
Source: https://github.com/flavordrake/mobissh/tree/main/.claude/skills/integrate
Command: npx skills add https://github.com/flavordrake/mobissh --skill integrate-flavordrake

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of reviewing, validating, and merging pull requests generated by automated bots, ensuring code quality and efficient integration.

Core Features & Use Cases

  • Automated PR Triage: Identifies and scores bot-generated PRs based on risk and attempt count.
  • Automated Testing: Executes a suite of tests (type-checking, linting, unit, headless, and emulator) to validate changes.
  • Intelligent Merging/Rejection: Merges valid PRs or closes invalid ones with clear explanations.
  • Use Case: Automatically review and merge bug fixes from a coding assistant bot, ensuring they pass all tests before deployment.

Quick Start

Use the integrate skill to review and merge bot pull requests for issue number 123.

Frequently Asked Questions about integrate

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

FAQPage Schema
How do I automate pull request review and merging for bot-generated branches?

Automating pull request review involves identifying bot branches, executing validation scripts, and merging valid changes. This skill runs a pipeline for discovery, cleanup, gating, and final acceptance to handle bot PRs automatically.

What is the best way to run automated tests on bot pull requests before merging?

Running automated tests on bot pull requests requires executing type-checking, linting, unit, headless, and emulator runs. This skill integrates these test suites into its pipeline to validate changes before final acceptance.

How does automated PR triage work for coding assistant bots?

Automated PR triage for coding bots identifies pull requests and scores them based on risk and attempt count. This scoring mechanism determines whether the pipeline proceeds with testing, merging, or rejection.

Can I use parallel agent processing and git worktrees to validate multiple bot PRs?

Parallel agent processing with git worktrees is fully supported for validating multiple bot PRs. This skill manages concurrent validation pipelines across isolated worktrees to test branches efficiently.

Does the automated merging pipeline support closing invalid pull requests with explanations?

Automated merging pipelines can close invalid pull requests with clear explanations. When bot PRs fail validation tests or risk assessments, this skill rejects them automatically rather than merging faulty code.

When should I not use automated merging for bot pull requests?

Automated merging for bot pull requests should be avoided when deterministic script execution cannot be guaranteed or comprehensive headless and emulator testing is unavailable for the target environment.