mit einem Klick
review
// Reviews PR(s) using comprehensive review guidelines including security, correctness, clean code, TypeScript, React patterns, i18n/RTL, performance, and accessibility. Use when reviewing pull requests or code changes.
// Reviews PR(s) using comprehensive review guidelines including security, correctness, clean code, TypeScript, React patterns, i18n/RTL, performance, and accessibility. Use when reviewing pull requests or code changes.
Generates audit-grade, hallucination-free documentation from codebase features with full traceability. Use when documenting features, creating technical specs, or generating verified documentation with code references.
Generates a comprehensive testing plan based on the current branch changes or a specific PR. Use when creating QA checklists, test plans, or verifying PR readiness.
Automates browser interactions for web testing, form filling, screenshots, and data extraction. Use when the user needs to navigate websites, interact with web pages, fill forms, take screenshots, test web applications, or extract information from web pages.
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, artifacts, posters, or applications (examples include websites, landing pages, dashboards, React components, HTML/CSS layouts, or when styling/beautifying any web UI). Generates creative, polished code and UI design that avoids generic AI aesthetics.
Comprehensive PDF manipulation toolkit for extracting text and tables, creating new PDFs, merging/splitting documents, and handling forms. When Claude needs to fill in a PDF form or programmatically process, generate, or analyze PDF documents at scale.
When the user wants to audit, review, or diagnose SEO issues on their site. Also use when the user mentions "SEO audit," "technical SEO," "why am I not ranking," "SEO issues," "on-page SEO," "meta tags review," or "SEO health check." For building pages at scale to target keywords, see programmatic-seo. For adding structured data, see schema-markup.
| name | review |
| description | Reviews PR(s) using comprehensive review guidelines including security, correctness, clean code, TypeScript, React patterns, i18n/RTL, performance, and accessibility. Use when reviewing pull requests or code changes. |
Review PR(s) using the comprehensive review guidelines.
$ARGUMENTS can be:
27322732 2700 2699 (space-separated)2732,2700,2699 (comma-separated)docs/REVIEW_PROMPT.md for all criteriagh pr view {PR_NUMBER} --json title,body,files,additions,deletions,authorgh pr diff {PR_NUMBER}Before reviewing, check if this PR has been previously reviewed:
Fetch previous reviews and comments:
gh pr view {PR_NUMBER} --json reviews,comments
If previous reviews exist:
gh pr view {PR_NUMBER} --json commitsApply all sections from the review prompt:
yarn test)yarn lint)yarn build)Use these labels when categorizing issues:
| Category | Covers |
|---|---|
[Security] | Secrets, XSS, input validation |
[Correctness] | Logic bugs, wrong behavior, missing requirements |
[Regression] | Breaking existing functionality |
[Performance] | Re-renders, bundle size, memoization |
[Theming] | Colors, dark/light/sepia mode |
[RTL] | Logical properties, layout direction |
[i18n] | Hardcoded strings, localization |
[A11y] | Accessibility issues |
[Testing] | Missing tests, untested scenarios |
[TypeScript] | Types, any usage, interfaces |
[React] | Patterns, hooks, state management |
[Clean Code] | DRY, KISS, SOLID violations |
[Polish] | Naming, formatting, comments, EOF |
Use the format from docs/REVIEW_PROMPT.md:
[Category] in title (e.g.,
#### 1. [Regression] Theme Settings Removed)[Category] in title[Category] in titleWhen reviewing multiple PRs:
Ask me whether to post the review or make adjustments before posting to GitHub.