steam-bug-report-template

Generates structured bug report templates and reporting workflows for Steam games.

1|Updated Mar 26, 2026
One-click install
npx skills add https://github.com/TMHSDigital/Steam-Cursor-Plugin --skill steam-bug-report-template-tmhsdigital
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: steam-bug-report-template
Source: https://github.com/TMHSDigital/Steam-Cursor-Plugin/tree/main/skills/steam-bug-report-template
Command: npx skills add https://github.com/TMHSDigital/Steam-Cursor-Plugin --skill steam-bug-report-template-tmhsdigital

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Players often submit vague, unstructured bug reports that developers cannot act on. This Skill provides ready-to-use templates and workflows for collecting actionable bug reports on Steam, including system info capture, crash dump guidance, and known issues tracking. ## Core Features & Use Cases - Structured Bug Report Template: Generates a complete player-facing template covering reproduction steps, severity, frequency, and system information via steam://sysinfo. - Crash Dump Guidance: Provides minidump setup code for Windows plus log locations for Unity and Unreal Engine crash reports. - Forum & Known Issues Setup: Creates pinned known-issues threads and Bug Reports sub-forum templates for Steam Discussions. - Use Case: A developer launching a Steam game needs a bug reporting process. The Skill produces the player template, forum structure, severity classification table, and an internal triage workflow linking Steam reports to trackers like GitHub Issues or Jira. ## Quick Start Ask the assistant to create a bug report template and reporting workflow for your Steam game, including system info collection and a known issues thread.

Frequently Asked Questions about steam-bug-report-template

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

FAQPage Schema
How do I create a bug report template for my Steam game?▼

Use a structured template covering game version, platform, severity, reproduction steps, expected versus actual behavior, and system information. Pin it in a dedicated Bug Reports sub-forum created through Steamworks Partner > Community > Discussion Forums.

How do players get system information for Steam bug reports?▼

Players open the Steam client and go to Help > System Information, or use the steam://sysinfo protocol link. This outputs OS, CPU, RAM, GPU, driver versions, and display details in a copyable format for pasting into reports.

Where are crash logs located for Unity and Unreal Engine games?▼

Unity logs are at %USERPROFILE%\AppData\LocalLow\{Company}\{Product}\Player.log on Windows and ~/.config/unity3d on Linux. Unreal Engine stores crash reports in the project's Saved/Crashes directory.

Can Steam bug reports integrate with GitHub Issues or Jira?▼

Yes, the recommended workflow links Steam forum reports to internal trackers. Developers acknowledge the forum post, create a ticket in GitHub Issues, Jira, Trello, or Linear, then update the thread when the fix ships.

Why do players submit vague bug reports and how do I fix it?▼

Vague reports result from missing structure and too many required fields. Keep required fields to about five, include the steam://sysinfo link for automatic system specs, and separate bug reports from feature requests.