review-pr
This skill contains shell command directives (!`command`) that may execute system commands. Review carefully before installing.
Review
Review a pull request: analyze code changes, validate and execute the test plan, post a review with inline comments, and merge.
PR Context
!gh pr view $0 --json number,title,body,author,state,baseRefName,headRefName,mergeable,labels,reviewDecision,statusCheckRollup 2>/dev/null || echo "ERROR: Could not fetch PR #$0. Verify the PR number and try again."
Workflow
1. Validate PR State
Confirm the PR is open and mergeable using the context above.
Stop conditions:
- PR is not found → inform and stop
- PR is already merged or closed → inform and stop
- PR has merge conflicts (
mergeableisCONFLICTING) → inform and stop
More from kvnwolf/devtools
commit
Wraps up work by syncing documentation, committing, pushing, and opening a pull request. Use when committing code, finishing a task, pushing changes, or creating a PR.
10base
Scaffolds a new TypeScript project from scratch. Use when starting a new project, bootstrapping a codebase, or setting up a project from zero.
10unit-testing
Writes unit tests following behavior-driven conventions with vitest. Use when creating tests, adding test coverage, or writing regression tests.
9convex
Provides instructions for working with Convex backend projects. Use when setting up Convex, creating queries/mutations/actions, consuming Convex data from React, defining tables, testing Convex functions, configuring environment variables, or prefetching data in route loaders.
7e2e-testing
Writes end-to-end tests with Playwright Test for full user flow verification. Use when adding, modifying, or removing user flows in an application. Do not use for isolated component behavior — use component-testing instead.
5tanstack-start
Provides instructions for working with TanStack Start projects. Use when setting up, configuring, developing, creating routes, or creating server functions in a TanStack Start application.
5