maante-issue-log-analysis

Parse MaaNTE GitHub issue logs and cross-reference code to identify root causes.

2.6k|191|Updated Apr 26, 2026
One-click install
npx skills add https://github.com/1bananachicken/MaaNTE --skill maante-issue-log-analysis
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: maante-issue-log-analysis
Source: https://github.com/1bananachicken/MaaNTE/tree/main/.claude/skills/maante-issue-log-analysis
Command: npx skills add https://github.com/1bananachicken/MaaNTE --skill maante-issue-log-analysis

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manually analyzing MaaNTE GitHub issues, scattered log files, and project code to identify root causes of feature failures, crashes, and misconfigurations is time-consuming and requires deep familiarity with the project's architecture, controller modes, and common pitfalls. This Skill eliminates that manual effort by automating evidence collection, cross-referencing, and root cause validation.

Core Features & Use Cases

  • Automated Issue & Log Parsing: Fetches MaaNTE GitHub issues, extracts log attachments (zip archives, .dmp crash dumps, screenshots), and organizes evidence from MaaFramework core logs, Python agent logs, MXU client logs, and configuration files.
  • Pre-built Knowledge Guardrails: Applies verified rules for common misconfigurations (controller mismatches, environment requirement violations, game setting interference) to avoid false root cause judgments.
  • Use Case: When a user reports that a MaaNTE task is not working, the app crashes, or recognition fails, use this Skill to pull the issue, analyze all attached logs, cross-reference with project code and upstream documentation, and get a verified root cause and fix recommendation in minutes instead of hours.

Quick Start

Use the maante-issue-log-analysis skill to investigate GitHub issue #1234 for MaaNTE, extract its attached log files, cross-reference with project code and documentation, and generate a verified root cause report for the reported task failure.

Frequently Asked Questions about maante-issue-log-analysis

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

FAQPage Schema
How do I find the root cause of MaaNTE crashes and task failures from GitHub issue logs?

To find the root cause of MaaNTE crashes and task failures, you can automatically parse MaaFramework core logs, Python agent logs, MXU client logs, and crash dumps attached to GitHub issues. This process cross-references issue evidence with project code and upstream documentation to produce verified root cause judgments.

What is the best way to diagnose MaaFramework controller mismatches and recognition failures?

The best way to diagnose MaaFramework controller mismatches and recognition failures is by applying pre-built knowledge guardrails to analyze extracted logs and configuration files. This approach detects environment requirement violations and game setting interference to avoid false root cause judgments.

Can I automatically extract and analyze MaaNTE zip archives and crash dumps from GitHub issues?

Yes, you can automatically extract and analyze MaaNTE zip archives and .dmp crash dumps from GitHub issues. The automated issue parsing fetches the issue, organizes evidence from attachments, and cross-references it with MaaFramework and MXU documentation to generate actionable fix recommendations.

How do I cross-reference MaaNTE issue evidence with project code and documentation?

You cross-reference MaaNTE issue evidence with project code and documentation by parsing the attached logs and configuration files, then validating the findings against MaaFramework documentation and MXU documentation. This produces verified root cause judgments and actionable fix recommendations for feature failures.

Why does MaaNTE task recognition fail and how can I troubleshoot environment requirement violations?

MaaNTE task recognition often fails due to environment requirement violations or game setting interference. Troubleshooting involves parsing MaaFramework core logs and Python agent logs to detect controller mismatches, applying verified rules to pinpoint the exact misconfiguration causing the failure.