Install
$ agentstack add skill-a1f-agent-templates-pr-make-till-merge ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo 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.
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.
- Author: a1f
- Source: a1f/agent-templates
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.