code-review
Installation
SKILL.md
Provide a code review for the given pull request.
Agent assumptions (applies to all agents and subagents):
- All tools are functional and will work without error. Do not test tools or make exploratory calls. Make sure this is clear to every subagent that is launched.
- Only call a tool if it is required to complete the task. Every tool call should have a clear purpose.
To do this, follow these steps precisely:
-
Launch a haiku agent to check if any of the following are true:
- The pull request is closed
- The pull request is a draft
- The pull request does not need code review (e.g. automated PR, trivial change that is obviously correct)
- Claude has already commented on this PR (check
gh pr view <PR> --commentsfor comments left by claude)
If any condition is true, stop and do not proceed.
Note: Still review Claude generated PR's.
Related skills
More from pipecat-ai/pipecat
docstring
Document a Python module and its classes using Google style
62pr-description
Update a GitHub PR description with a summary of changes
54changelog
Create changelog files for important commits in a PR
50update-docs
Update documentation pages to match source code changes on the current branch
32pr-submit
Create and submit a GitHub PR from the current branch
29