sandman

Automate GitHub pull request implementation, review, and merge workflows.

5|1|Updated May 8, 2026
One-click install
npx skills add https://github.com/rafaelromao/sandman --skill sandman
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sandman
Source: https://github.com/rafaelromao/sandman/tree/main/internal/skill/sandman
Command: npx skills add https://github.com/rafaelromao/sandman --skill sandman

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, OpenCode, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the workflow of implementing code changes, reviewing pull requests, and merging them into the repository. It helps developers to save time and reduce the risk of merge conflicts.

Core Features & Use Cases

  • Automated Code Implementation: Automates the full workflow of creating a branch, implementing code changes, and merging them into the repository.
  • Automated Review: Automates the review process by using the PR Review Agent to iterate on pull requests until approved.
  • Conflict Resolution: Provides a disciplined 3-way merge workflow to resolve merge conflicts without rewriting history.
  • Use Case: Imagine you have a pull request that needs to be merged. Use this Skill to automate the review, conflict resolution, and merging process.

Quick Start

Use the sandman skill to implement and merge a pull request.

Frequently Asked Questions about sandman

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

FAQPage Schema
How do I automate GitHub pull request implementation from branch creation to merge?

Automating GitHub pull request workflows requires handling branch creation, code implementation, review, conflict resolution, and merging. This Skill manages that full pipeline using the GitHub API and OpenCode to reduce manual effort and merge conflict risks.

What is the best way to resolve GitHub pull request merge conflicts without rewriting history?

Resolving merge conflicts without rewriting history requires a disciplined 3-way merge workflow. This Skill provides that exact conflict resolution mechanism to safely integrate code changes into the repository during the automated pull request review and merge process.

Can I automate the code review process for GitHub pull requests?

Automating the code review process for GitHub pull requests is possible using a PR Review Agent. This Skill iterates on pull requests automatically until they are approved, handling the review phase before executing the final 3-way merge operation.

Do I need the GitHub CLI and OpenCode to automate pull request workflows?

Automating pull request workflows with this Skill requires both the GitHub CLI (gh) and OpenCode. You must have GitHub API access and properly configure the OpenCode environment alongside the sandman CLI tool to execute the implementation and review pipeline.

How does automated CI/CD conflict resolution work for GitHub issues?

Automated CI/CD conflict resolution for GitHub issues works by executing a disciplined 3-way merge workflow. This Skill automates resolving merge conflicts during the pull request pipeline without rewriting repository history, ensuring safe code integration.