Skip to content
#2056 Overall#172 in CodingVerified SKILL.md

Dsh Merging Stacked Prs

Use when landing a stack of dependent GitHub PRs (A ← B ← C, where each bases on the one below) onto master, merging a PR whose base is another open PR's branch, or whenever a request mentions "stacked PRs", "PR stack", "dependent PRs", or merging several related PRs in sequence. Requires every same-repository dependency chain to use GitHub's official stacked-PR feature before landing so GitHub owns stack-wide rules, CI, ordering, retargeting, and merge state.

DeepSeek HarnessClaude CodeSKILL.md Official publisher
0Total downloads
0Active installs
177.5KCommunity stars
Momentum rank

Overview

What It Does

Dsh Merging Stacked Prs packages a focused coding & development workflow for an AI agent. Use when landing a stack of dependent GitHub PRs (A ← B ← C, where each bases on the one below) onto master, merging a PR whose base is another open PR's branch, or whenever a request mentions "stacked PRs", "PR stack", "dependent PRs", or merging several related PRs in sequence. Requires every same-repository dependency chain to use GitHub's official stacked-PR feature before landing so GitHub owns stack-wide rules, CI, ordering, retargeting, and merge state. It is best suited to users who can review the resulting actions and provide only the accounts, files, or command access needed for the task. It is not a substitute for human approval on destructive, financial, security-sensitive, or public-facing actions.

Task ideas

Popular Use Cases

  • Review and improve a code change
  • Automate a repeatable development task
  • Investigate failures and prepare a fix
  • Work with repositories and developer tooling

Installation

Install this Agent Skill

Claude Code

npx skills add https://github.com/deepseek-ai/deepseek-harness --skill dsh-merging-stacked-prs

DeepSeek Harness

npx -y @deepseek-ai/dsh plugin --profile web add github:deepseek-ai/deepseek-harness

Commands derived from the public GitHub SKILL.md record. Checked 2026-09-02. Review the source before running them.

Before you start

Requirements

DeepSeek HarnessRequired / review
Claude CodeRequired / review
Public SKILL.md sourceRequired / review
Review instructions and requested permissions before installationRequired / review
Paid serviceCheck source
Supported systemCheck source

Popularity context

Why It’s Popular

Dsh Merging Stacked Prs is a verified Agent Skill from deepseek-ai with a public SKILL.md, compatible with DeepSeek Harness, Claude Code.

Alternatives

Similar Skills