en un clic
prmr-codereview
// Review a GitHub PR or GitLab MR when the task is a PR/MR review or comment flow. Use this skill for PR/MR-specific transport, metadata, and comment workflows.
// Review a GitHub PR or GitLab MR when the task is a PR/MR review or comment flow. Use this skill for PR/MR-specific transport, metadata, and comment workflows.
Reviews code for bugs, logic errors, security vulnerabilities, code quality issues, and adherence to project conventions, using confidence-based filtering to report only high-priority issues that truly matter.
Guided feature development with codebase understanding and architecture focus. Use when implementing a non-trivial feature that benefits from structured discovery, exploration, architecture comparison, implementation, and review.
Review local code, diffs, modules, directories, or design changes for consequential architecture issues when the user explicitly asks for architecture review, when an upstream review routes architecture-sensitive scope here, or when the current review/evaluation request is primarily architectural.
Review a commit, branch diff, staged diff, working tree diff, patch, or file set for validated high-signal bugs and scoped guidance violations in a local changeset review.
Structured code review family for explicit heavy review requests and architecture-sensitive review/evaluation requests. Route to PR/MR review, local changeset review, or architecture review based on the review target and intent. Do not use for routine self-checks or casual bug scans.
Designs feature architectures by analyzing existing codebase patterns and conventions, then providing comprehensive implementation blueprints with specific files to create or modify, component designs, data flows, and build sequences.
| name | prmr-codereview |
| description | Review a GitHub PR or GitLab MR when the task is a PR/MR review or comment flow. Use this skill for PR/MR-specific transport, metadata, and comment workflows. |
Provide a code review for the given pull request or merge request.
Use this skill after .agents/skills/codereview/SKILL.md routes the task
here. Read ../references/triggering-and-signal.md first. When composing the
final report, also read ../references/report-composition.md.
Do not use this skill for commit review, branch diff review, staged diff
review, working tree review, or generic local code review. Use
../changeset-codereview/SKILL.md for those. If the user explicitly wants
architecture review of a PR/MR, or if the reviewed PR/MR materially changes
layering, ownership boundaries, dependency direction, compatibility/public
surfaces, or other architecture-review dimensions, pass that requirement into
the delegated changeset review workflow rather than launching a separate
architecture pass here. Keep this skill as the main report owner and
summarize any paired review result in Related review inputs.
Agent assumptions (applies to all agents and subagents):
changeset-codereview workflow as mandatory. Do not reduce the required
subagent count or merge distinct reviewer roles just to keep the flow
moving.To do this, follow these steps precisely:
Launch a lightweight review subagent to check if any of the following are true:
If any condition is true, stop and do not proceed. If the same reviewer account commented on an older head and the PR/MR has advanced, or the user explicitly asks for a re-review, continue and treat the task as a re-review instead of stopping. Close this triage agent once the stop/continue decision has been recorded.
Fetch the PR/MR title, description, source branch, target branch, current head, file list, and full current diff.
If the user asked to publish PR/MR comments, determine whether summary comments, inline comments, or both are required.
Load ../changeset-codereview/SKILL.md and run its generic
issue-discovery and validation workflow against the reviewed PR/MR diff.
Pass the PR/MR title, description, and any explicit or auto-triggered
architecture-review requirement to that workflow as review context.
Convert the validated findings into the PR/MR-specific report format in
REPORT_TEMPLATE.md.
Related review inputs summary for each paired skill. Keep those
summaries concise and reference the paired report instead of copying its
findings into the main findings sections.If --comment argument was NOT provided, stop here. Do not post any
review comments.
If --comment argument IS provided and NO issues were found, post a
summary comment using the same report structure and stop.
If --comment argument IS provided and issues were found, continue to
step 6.
Create a list of all comments that you plan on leaving. This is only for you to make sure you are comfortable with the comments. Do not post this list anywhere.
Post inline comments for each issue using the platform-appropriate mechanism.
confirmed: true.Notes:
gh for GitHub
PRs, glab for GitLab MRs). Do not use web fetch.changeset-codereview.