skatequest-engineer

Automate bug fixing and feature development workflows for the SkateQuest-Mobile React Native/Expo app.

1|Updated Dec 7, 2025
One-click install
npx skills add https://github.com/treesus6/SkateQuest-Mobile --skill skatequest-engineer
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: skatequest-engineer
Source: https://github.com/treesus6/SkateQuest-Mobile/tree/main/.claude/skills/skatequest-engineer
Command: npx skills add https://github.com/treesus6/SkateQuest-Mobile --skill skatequest-engineer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides guided, codebase-aware workflows for diagnosing bugs, implementing features, debugging issues, and maintaining quality in SkateQuest-Mobile, enabling faster, more reliable development.

Core Features & Use Cases

  • Structured workflows: step-by-step debugging, bug triage, and feature implementation tailored to the React Native/Expo stack.
  • End-to-end guidance: covers common pain points like auth, Supabase queries, Sentry errors, EAS build problems, TypeScript/ESLint issues, map/Mapbox integration, and UI/NativeWind styling.
  • Quality guardrails: enforces read-before-write, non-throwing environment checks, and thorough validation to prevent regressions.
  • Use Case: fix a failed authentication flow and ensure telemetry is preserved across the app.

Quick Start

Provide a bug or feature to fix, and start the Read Before Writing workflow for SkateQuest-Mobile.

Frequently Asked Questions about skatequest-engineer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I debug a white screen crash in a React Native and Expo application?▼

To debug a React Native white screen, use a structured workflow that reads code before writing, checks non-throwing environment variables, and validates Sentry telemetry to diagnose crashes across the Expo stack.

What is the best way to fix Supabase authentication issues in a React Native app?▼

Fixing Supabase authentication issues requires a codebase-aware workflow that enforces read-before-write discipline, validates backend queries end-to-end, and ensures telemetry is preserved across the React Native application.

Can I use this workflow to resolve EAS build problems and TypeScript errors?▼

Yes, you can resolve EAS build problems and TypeScript errors using guided workflows that cover build configurations, apply non-throwing environment checks, and enforce thorough validation to maintain application stability.

How do I implement UI changes with NativeWind without causing app regressions?▼

To implement UI changes with NativeWind without regressions, follow a read-before-write workflow that validates end-to-end functionality, applies non-throwing environment checks, and maintains stability across the React Native app.

Why does my React Native app fail after modifying environment variables for Sentry?▼

Your React Native app fails because environment variables require non-throwing environment checks to prevent crashes, ensuring Sentry telemetry is preserved and backend queries remain stable during feature development.