winrate_loss_ranking

Calculates winrate-loss percentages from KataGo analysis to rank the most significant Go move mistakes by severity for both Black and White players.

Updated Aug 15, 2024
One-click install
npx skills add https://github.com/zgbl/tigergo --skill winrate-loss-ranking
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: winrate_loss_ranking
Source: https://github.com/zgbl/tigergo/tree/main/.agent/skills/winrate_loss_ranking
Command: npx skills add https://github.com/zgbl/tigergo --skill winrate-loss-ranking

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps Go players identify and understand their biggest mistakes in a game by analyzing how much their winrate dropped after each move.

Core Features & Use Cases

  • Winrate Loss Calculation: Computes the percentage drop in winrate for both Black and White moves.
  • Mistake Ranking: Ranks moves by the severity of the winrate loss, allowing players to focus on critical errors.
  • Use Case: After playing a game, a user can use this Skill to see which moves caused the largest decrease in their expected win probability, providing targeted feedback for improvement.

Quick Start

Analyze the provided game data to generate a ranked list of moves with the largest winrate losses.

Frequently Asked Questions about winrate_loss_ranking

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

FAQPage Schema
How do I analyze my Go game mistakes by winrate drop?

To analyze Go game mistakes by winrate drop, this Skill calculates the percentage decrease in expected win probability after each move. It evaluates KataGo analysis results to pinpoint significant player errors for both Black and White.

How does winrate loss calculation work for weiqi games?

Winrate loss calculation works by parsing winrate strings from game data to compute the percentage drop from Black's perspective. It applies specific clamping and filtering logic to handle move color perspectives and identify the top mistakes.

Can I use this to rank specific moves from a KataGo analysis?

Yes, you can use this to rank specific moves from a KataGo analysis. The Skill processes the analysis results to calculate winrate drops and generates a ranked list highlighting the moves with the largest losses in expected win probability.

Do I need any specific tools or dependencies to parse winrate strings for game analysis?

No specific tools or dependencies are required to parse winrate strings for game analysis. The Skill operates independently to handle the parsing, color perspective adjustments, and clamping logic needed to evaluate your game data.

What is the best way to identify the biggest errors in my Go game?

The best way to identify the biggest errors in your Go game is to rank moves by the severity of their winrate loss. This Skill calculates the exact percentage drop for both Black and White moves, providing targeted feedback for improvement.

Why does the winrate loss calculation use Black's perspective?

The winrate loss calculation uses Black's perspective as a consistent baseline to measure percentage drops for both Black and White moves. This approach ensures accurate comparison and ranking of significant player errors across the entire game.