Review Pull Request
Read PR changes, analyze code quality, check for issues, and post a review summary
Example Prompt
Review PR #42 in acme/api and summarize any issues
About
This skill performs a structured code review on a pull request. It fetches the PR diff, reads modified files for full context, searches for related tests, and stores review notes in memory for follow-up. Ideal for automated first-pass reviews before human reviewers.
Workflow Steps
Fetch the pull request diff and metadata
๐ Create Pull RequestRead each modified file for full context
๐ Read FileSearch for related test files
๐ Search RepositoriesStore review notes and patterns for future reference
๐ง Store MemoryTools Used
Read File
Read the contents of a file at a specified path on the local filesystem
Create Pull Request
Open a pull request in a GitHub repository with title, body, base and head branches
Search Repositories
Search GitHub repositories by name, topic, language, or other criteria
Store Memory
Persist a key-value pair to the agent's long-term knowledge graph memory