Ask me what skills you need
What are you building?
Tell me what you're working on and I'll find the best agent skills for you.
Review Remix pull requests from a local development checkout. Use when asked to review a PR, inspect a pull request diff, or produce a thorough reviewer-style assessment.
Use this skill to review a GitHub pull request for remix-run/remix from a
local checkout. Build the review context yourself from git, GitHub metadata, and
the repository. Keep the review focused on the PR diff and on issues that would
materially affect correctness, security, performance, maintainability, or
release readiness.
gh pr view to gather the title,
body, base branch, head branch, author, and current state.origin/main unless the user names a different base.git diff --stat <base>...<head>git diff --name-status <base>...<head>git diff --unified=80 <base>...<head> for the files that matter mostgit log --oneline <base>...<head> when commit shape helps explain intentnpx skills add remix-run/remix --skill review-prHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
Clear and well structured, with only minor parts that might need a second read.
How directly an agent can act on the SKILL.md instructions, rated from 1 to 5.
Mostly actionable with clear steps; only a few small gaps remain.