Sumit Rajpal
Community@sumitrajpal · Kanpur
Spend most of the time around V8 engine
Agent Skills by Sumit Rajpal
Showing 23 vetted skills indexed across 1 GitHub repositories.
Tester Agent
Generate and validate Vitest, RTL, and Playwright tests for Next.js 14+ projects.
Performance Agent
Analyze Next.js 14+ apps for performance bottlenecks and misconfigurations affecting Core Web Vitals.
fix-translations
Identify and fill missing translation keys across locale JSON files.
hotfix
Guide Git hotfix workflows from branch creation to merge readiness.
audit-deps
Audit npm dependencies for vulnerabilities, outdated packages, duplicates, and unused entries.
changelog
Generate a Markdown changelog from Git history using conventional commits.
check-theme
Audit React/Next.js frontend code for hardcoded theme token violations.
validate-config
Validate Next.js configuration files for deprecated options and misconfigurations.
debug-bundle
Analyze Next.js bundle output to identify heavy dependencies and duplicate packages.
release
Bump semantic versions, update changelogs, and tag Git releases.
new-hook
Generate React hooks with TypeScript typings and test files.
check-security
Audit Next.js API routes and server code for security vulnerabilities.
check-migration
Validate Prisma migrations for destructive SQL operations and generate rollback plans.
sync-env
Scan TypeScript/JavaScript code for process.env usage and report missing or unused keys against .env.example.
squash-pr
Squash WIP commits on Git feature branches via interactive rebase.
seed-data
Generate 5–10 realistic seed records per Prisma model with upsert logic.
debug-route
Trace a Next.js App Router route's lifecycle from middleware through page rendering.
debug-hydration
Diagnose and fix Next.js hydration mismatches between server and client rendering.
check-a11y
Detect and report accessibility violations in React TSX files with line numbers and fixes.
check-perf
Audit Next.js bundle sizes, client directives, imports, lazy loading, and images.
explain-error
Diagnose errors from messages and stack traces with a structured fix plan.
check-types
Run TypeScript type checks and report errors grouped by file with context.
pr-review
Run pre-PR quality checks for TypeScript and Next.js projects.