원클릭으로
code-review
Provide actionable feedback on code changes. Focuses on bugs, security issues, and structural problems.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Provide actionable feedback on code changes. Focuses on bugs, security issues, and structural problems.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Guides developers building a fully branded, self-hosted crypto checkout on the WalletConnect Pay Headless SDK (the @walletconnect/pay-* packages). Use when implementing a headless payment flow in React/Next.js or vanilla JavaScript, wiring the server proxy that keeps the Engine API key server-side, setting up wallet connection through AppKit, rendering the payment state machine, or troubleshooting the pay-core / pay-state / pay-react / pay-appkit packages.
Guides developers through creating USDC payment requests using the WalletConnect Pay Merchant API. Use when creating payments, generating payment links or QR codes, polling payment status, fetching transaction history, or integrating merchant payment acceptance into React Native, Next.js, web, or server-side applications.
Generates a Dependabot security alerts report for walletconnect, reown-com, and walletconnectfoundation GitHub orgs. Groups alerts by team ownership (GitHub topics). Use when reviewing security posture, preparing for security reviews, or tracking vulnerability remediation.
Summarizes the HubSpot security ticket pipeline queue. Shows all tickets, unassigned items, tickets by stage, and AI triage status. Use for security queue reviews, standup prep, or tracking triage backlog.
Audits AI context files (CLAUDE.md, .cursorrules, SKILL.md, etc.) against the actual codebase. Detects stale references, vague instructions, missing coverage, and structural issues. Use when auditing AI documentation, checking context alignment, improving agent instructions, or before onboarding. Triggers: "context audit", "check ai context", "audit context files", "context quality", "review CLAUDE.md", "improve agent docs", "ai docs quality", "context drift"
Guides wallet developers through integrating WalletConnect Pay SDK into mobile wallets (Kotlin, Swift, React Native, Flutter). Use when adding WC Pay payment acceptance, implementing pay link detection, handling USDC payment flows, or troubleshooting Pay SDK integration issues.
| name | code-review |
| description | Provide actionable feedback on code changes. Focuses on bugs, security issues, and structural problems. |
Review code changes using THREE (3) to FIVE (5) parallel subagents and correlate results into a summary ranked by severity.
Use the provided user guidance to steer the review and focus on specific code paths, changes, and/or areas of concern.
User Guidance: $ARGUMENTS
git diff and git diff --staged)git show HEAD)gh pr diff <number> to fetch changes*.tf) containing AWS patterns (provider "aws", aws_ resources, or hashicorp/aws)aws-cdk, @aws-cdk, cdk.Stack, cdk.App, or Construct patterns)package.json (new entries in dependencies or devDependencies)requirements.txt, pyproject.toml, setup.py, setup.cfgCargo.toml (new entries in [dependencies] or [dev-dependencies])go.mod (new require entries)Gemfile, *.gemspeccomposer.jsonsubagent_type: general-purpose, each instructed to:
subagent_type: aws-limits to review AWS service quota violations in the changed infrastructure filessubagent_type: general-purpose to verify license compliance:
npm view <pkg> license, pip show <pkg>, cargo info <pkg>, or check the project's GitHub repo)MIT, ISC, BSD-2-Clause, BSD-3-Clause, Apache-2.0, 0BSD, Unlicense, CC0-1.0, BlueOak-1.0.0Diffs alone are not enough. Read the full file(s) being modified to understand context. Code that looks wrong in isolation may be correct given surrounding logic.
## Code Review Summary
### Critical Issues
- [file:line] Description of critical bug/security issue
### High Priority
- [file:line] Description
### Medium Priority
- [file:line] Description
### Low Priority / Suggestions
- [file:line] Description
### AWS Service Limits (if applicable)
- [file:line] Description of limit concern
### License Compliance (if applicable)
- [package-name] License: <license> — Reason flagged
### Summary
Brief overall assessment of the changes.