agentsclimarketplace

Code pull request

Skill martinffx/atelier/skills/code-pull-request

An atelier for Opencode, Claude Code, and other coding agents: spec-driven workflows, deep thinking, and code quality.

Install
npx -y skills add martinffx/atelier --skill code-pull-request

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

What its author says it does

Copied from the file, not written here

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.

SKILL.md

1.7 KB, as published. Nobody here has run it

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.
  2. Pick a workflow:
WorkflowReferenceTrigger phrases
Create PR/MRcreate-pr.md"open a PR", "make a PR", "submit for review"
Read commentsread-comments.md"read PR comments", "show MR comments"
Leave a commentleave-comment.md"leave a comment", "comment on the PR"
Respond to a commentrespond-to-comment.md"respond to a comment", "reply on the PR"
Merge PR/MRmerge-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.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.