con un clic
review
Review code changes or a pull request and report issues with severity levels
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Review code changes or a pull request and report issues with severity levels
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
Set up the development environment with all required tools and dependencies
Conventional Commits message generation rules. Referenced by other skills.
Stage changes and create a Conventional Commits compliant commit
Create a feature branch and implement changes based on a GitHub issue or text instruction
Linter and formatter command reference table by file extension. Referenced by other skills.
Run all linters and formatters with auto-fix, then report results
| name | review |
| description | Review code changes or a pull request and report issues with severity levels |
Review code changes or a pull request and report issues, improvements, and suggestions.
Parse $ARGUMENTS to determine the review target:
#N or a plain number):
gh pr diff <N> to fetch the diffgh pr view <N> to fetch the PR descriptiongit diff to get working tree changesgit diff main...HEAD to get branch diffRead surrounding code for files included in the diff to understand intent and impact:
Analyze the diff from the following perspectives:
docs/adding-tools.md checklist have been updatedPresent findings in the following format:
Provide an overall assessment in 1-2 sentences.
Classify findings into 3 severity levels:
Each issue includes:
[Critical] filename:line-number
Problem: <description of the issue>
Reason: <why this is a problem>
Suggestion: <specific fix recommendation>
For larger improvement suggestions, include concrete code examples.
Summarize the issue counts:
Review results:
Critical: 0
Warning: 2
Info: 1
For PR reviews: Post the full report (Summary through Conclusion) as a comment on the PR using gh pr comment <N> --body "<report>". Also display the report in the agent output (output to both).
Ask the user which action to take next. Adjust suggestions based on findings:
For PR reviews:
.agents/skills/commit/SKILL.md, follow its workflow, then read .agents/skills/pr/SKILL.md and follow its workflowFor local change reviews:
.agents/skills/ship/SKILL.md and follow its workflow.agents/skills/ship/SKILL.md and follow its workflow