Claude-skill-registry app-crash-report
Customer reporting application crashes, missing exercises, broken features, StackBlitz issues, or other technical problems with the course platform.
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/app-crash-report" ~/.claude/skills/majiayu000-claude-skill-registry-app-crash-report && rm -rf "$T"
manifest:
skills/data/app-crash-report/SKILL.mdsource content
App Crash / Technical Bug Report
When to Use
Use this skill when a customer reports:
- Application crashes or errors
- Missing exercises or content
- StackBlitz environment issues
- Node modules / npm errors
- Subtitle problems
- Videos not loading
- Exercises not working
Response Template
Thank you for reporting this technical issue. We're sorry you're experiencing problems with the platform.
Could you please provide:
- Which course/workshop you're accessing
- Your browser and operating system
- Any error messages you're seeing
- Steps to reproduce the issue
This will help our team investigate and resolve the problem as quickly as possible.
Common Issues
- StackBlitz failures: Environment crashes, dependency issues
- Missing exercises: Content not displaying under episodes
- Subtitle issues: Options not appearing on videos
- npm errors: node_modules problems in workshops
Example Requests
- "I've been getting a lot of application errors in the last couple of days. It happens when you go to the next lesson."
- "Under each Episode there is text saying 'This module also has exercises for you to practice!' But I don't find them."
- "I can't see the subtitle option in some of your workshop videos. Is this because I installed the npm packages incorrectly?"
- "The StackBlitz environment keeps crashing when I try to run the exercises."
- "Getting node_modules errors when trying to start the workshop. The application keeps crashing."
Phrases That Work
- "We're sorry you're experiencing..."
- "Could you please provide more details..."
- "Our team will investigate..."
- "Let us know if the issue persists..."