From claude-resources
Reviews current GitHub PR with code-reviewer and security subagents, then applies grouped unstaged edits for code quality, performance, and security improvements without committing.
npx claudepluginhub takazudo/claude-resourcesThis skill uses the workspace's default tool permissions.
Review the current PR comprehensively and make suggestion edits to improve code quality, without committing or pushing changes.
Guides Next.js Cache Components and Partial Prerendering (PPR): 'use cache' directives, cacheLife(), cacheTag(), revalidateTag() for caching, invalidation, static/dynamic optimization. Auto-activates on cacheComponents: true.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Share bugs, ideas, or general feedback.
Review the current PR comprehensively and make suggestion edits to improve code quality, without committing or pushing changes.
First, gather context about the current PR:
git branch --show-currentgh pr viewgit diff main...HEAD (or appropriate base branch)git log --oneline -10Run these two reviews simultaneously:
subagent_type: "code-reviewer"mcp__codex__spawn_agent for security-focused reviewCategorize findings by type and priority:
Present a clear, organized summary and ask for approval before making edits.
After user approval:
After making edits, show git status and diff.
CRITICAL - DO NOT:
git addgit commitgit pushDO:
/pr-make-suggestion-to-pr will create PRs from these edits