AgentStack
SKILL verified MIT Self-run

Pr Make Till Merge

skill-a1f-agent-templates-pr-make-till-merge · by a1f

Use when the user wants to create a PR and babysit it until ready to merge, or invokes /pr-make-till-merge.

No reviews yet
0 installs
2 views
0.0% view→install

Install

$ agentstack add skill-a1f-agent-templates-pr-make-till-merge

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Pr Make Till Merge? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

PR Make Till Merge

Create a PR and babysit it through the review/CI cycle until it's ready to merge.

/pr-make-till-merge [make-pr args...] [--interval 3m] [--max-rounds 5]

  1. /make-pr — create or update the PR (gates, review, push)
  2. /pr-babysit — poll for comments, fix CI, resolve conflicts, loop until ready

Execution

Step 1: Create/Update PR

Use the Skill tool to invoke make-pr with all arguments the user provided that match /make-pr arguments (--issue, --reviewers, --no-reviewers, --title, --base, --draft, --no-agent-review).

Wait for /make-pr to complete. If it fails (e.g., no commits, on base branch), stop and report the error.

Step 2: Babysit PR

Use the Skill tool to invoke pr-babysit with any --interval and --max-rounds arguments the user provided.

/pr-babysit will loop until it prints [READY TO MERGE] or [MAX ROUNDS EXHAUSTED].

Common Mistakes

| Mistake | Fix | |---------|-----| | Running /pr-babysit before /make-pr completes | /make-pr must finish first — the PR must exist before babysitting | | Dropping arguments | Forward make-pr args to make-pr, babysit args to pr-babysit |

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.