System Bug Fixer

Diagnose and resolve persistent bugs in RuoYi-Vue applications.

1|Updated Jan 27, 2026
One-click install
npx skills add https://github.com/chrysaliscat/designgraduation --skill system-bug-fixer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: System Bug Fixer
Source: https://github.com/chrysaliscat/designgraduation/tree/main/.agent/skills/system-bug-fixer
Command: npx skills add https://github.com/chrysaliscat/designgraduation --skill system-bug-fixer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a structured approach to identify, isolate, and resolve persistent system bugs, runtime errors, and state inconsistencies within the RuoYi-Vue framework.

Core Features & Use Cases

  • Systematic Debugging: Follows a phased methodology from health checks to deep log analysis and data integrity verification.
  • RuoYi-Vue Specific Fixes: Offers solutions for common issues like menu persistence problems, port conflicts, and frontend update failures.
  • Use Case: When a newly added menu item unexpectedly persists after deletion, this Skill can be invoked to trace the issue through logs and database checks to find and fix the root cause.

Quick Start

Use the System Bug Fixer skill to resolve a persistent menu item that won't disappear from the backend.

Frequently Asked Questions about System Bug Fixer

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

FAQPage Schema
How do I fix a persistent menu item in RuoYi-Vue that won't disappear after deletion?

To fix a persistent menu item in RuoYi-Vue, this Skill traces the deletion failure through deep log analysis and database checks to identify caching problems or state inconsistencies, applying targeted fixes to resolve the ghost data.

What is the best way to diagnose service startup failures and runtime errors in RuoYi-Vue?

The best way to diagnose RuoYi-Vue service startup failures is through systematic health checks and log analysis, verifying data integrity to isolate state inconsistencies and resolve system errors at their root cause.

How do I systematically debug logic inconsistencies and state corruption in a RuoYi-Vue application?

Systematically debugging RuoYi-Vue logic inconsistencies involves a phased methodology starting with health checks, progressing to deep log analysis, and concluding with data integrity verification to pinpoint and fix state corruption.

Can I use this approach to resolve frontend update failures and port conflicts specifically in RuoYi-Vue?

Yes, you can resolve RuoYi-Vue frontend update failures and port conflicts using this approach, which offers targeted fixes for these specific framework patterns by analyzing system errors and verifying application health.

Why does ghost data still appear in my RuoYi-Vue backend after clearing the cache?

Ghost data appearing in your RuoYi-Vue backend after cache clearing indicates deeper state inconsistencies or data integrity issues, requiring systematic log analysis to trace the persistence problem and apply a targeted fix.