debug-fe-be-integration
SolidDebug frontend-backend integration issues for any project by analyzing backend logs, identifying incorrect API calls, and fixing both sides. Auto-detects FE/BE frameworks, API style (REST/GraphQL/tRPC), and validation library. Uses Sentry MCP for production error context, Firecrawl for debugging pattern research, and Supabase MCP for data verification. Replaces hardcoded paths with auto-detected patterns. Use when diagnosing API errors, mismatched requests, integration issues between frontend and backend, or when the user mentions API 4xx/5xx errors, validation failures, or FE-BE contract mismatches.
Install
Quality Score: 82/100
Skill Content
Details
- Author
- kensaurus
- Repository
- kensaurus/cursor-kenji
- Created
- 7 months ago
- Last Updated
- yesterday
- Language
- JavaScript
- License
- MIT
Integrates with
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
debug-error
Systematic debugging workflow for errors and bugs. Use when debugging errors, investigating bugs, troubleshooting issues, or when something isn't working as expected. Integrates Sentry MCP for production error context, Firecrawl for researching fix patterns, and Sequential Thinking for complex multi-step diagnosis.
frontend-review
Stack-aware frontend code review for any React or Next.js project. Detects the project's stack (Next.js App Router, Vite SPA, react-router, Tailwind v3/v4, shadcn/ui, framer-motion) and applies only the matching rules from a unified checklist covering accessibility (WCAG 2.2 AA), routing, SEO, security, performance, TypeScript, Tailwind, component structure, and code quality. Use when self-reviewing changes before merge, auditing a frontend codebase, or when the user says "review my frontend", "audit this React app", "check this branch before merge", or "frontend review". Diff mode by default; pass `full` to audit the whole codebase. Fixes critical findings by default; tier the fix pass with `--fix all` or `--fix none`.
integration-development
Guides API contract audits and alignment between frontend and backend services. Use when checking endpoints, payloads, or CORS.