martinffx/atelier

code-pull-request

Manage GitHub pull requests or GitLab merge requests: create, read/leave/respond to comments, and merge. Triggers on "open a PR", "make a PR", "merge this PR", "merge the MR", "read PR comments", "leave a comment on the PR", "respond to a comment", "ship this", or when a feature branch is ready for review.

First seen Jul 17, 2026

Installation

$ npx skills add martinffx/atelier --skill code-pull-request

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from martinffx/atelier · top by installs.

npx skills add martinffx/atelier

Browse all from martinffx/atelier

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 44
License LICENSE
Default branch main
Open issues 3
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,707 B
  • docs SUMMARY.md 332 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 16 installs

SKILL.md

Pull Request / Merge Request Skill

Create, comment on, and merge GitHub pull requests or GitLab merge requests for the current branch. Assumes the relevant CLI (gh or glab) is installed and authenticated.

This skill is create/read + write-gated. Every write action (create PR, leave comment, respond to comment, merge) requires explicit human confirmation before running.


Start Here

  1. Detect the platform and find the current branch's open PR/MR — see

[references/common.md](references/common.md).

  1. Pick a workflow:
Workflow Reference Trigger phrases
Create PR/MR [create-pr.md](references/create-pr.md) "open a PR", "make a PR", "submit for review"
Read comments [read-comments.md](references/read-comments.md) "read PR comments", "show MR comments"
Leave a comment [leave-comment.md](references/leave-comment.md) "leave a comment", "comment on the PR"
Respond to a comment [respond-to-comment.md](references/respond-to-comment.md) "respond to a comment", "reply on the PR"
Merge PR/MR [merge-pr.md](references/merge-pr.md) "merge this PR", "ship it", "merge the MR"

Both GitHub (gh) and GitLab (glab) are first-class. Every write step pauses for human approval before running the CLI command.