Menu Debug

🌐Community
by openharmonyinsight · vlatest · Repository

Quickly identifies menu inconsistencies and errors in OpenHarmony applications through automated UI analysis and reporting.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add menu-debug npx -- -y @trustedskills/menu-debug
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "menu-debug": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/menu-debug"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

The menu-debug skill provides debugging capabilities for menus within the HarmonyOS environment. It allows users to inspect menu structures, identify issues in menu display or functionality, and troubleshoot problems related to menu interactions. This is particularly useful when developing or maintaining applications with complex menu systems.

When to use it

  • Troubleshooting Menu Display Issues: When a menu isn't appearing correctly (e.g., items missing, misaligned).
  • Debugging Menu Functionality: When menu actions aren’t triggering the expected behavior.
  • Analyzing Complex Menus: To understand the structure and hierarchy of menus with many nested options.
  • Investigating User Interaction Problems: When users report difficulties navigating or using menus.

Key capabilities

  • Menu inspection
  • Debugging menu display
  • Troubleshooting menu functionality
  • Analysis of menu structures

Example prompts

  • "Inspect the main application menu."
  • "Debug why the 'Settings' item is not appearing in the options menu."
  • "Show me the hierarchy of the context menu for this file."

Tips & gotchas

The skill requires a running HarmonyOS environment to function. It’s most effective when used alongside other debugging tools and development resources specific to the HarmonyOS platform.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
openharmonyinsight
Installs
12

🌐 Community

Passed automated security scans.