Pre-release validation checklist for Steam games. Covers store page completeness, depot configuration, achievements, cloud saves, Steam Deck compatibility, pricing, and launch readiness. Use when preparing to launch or update a game on Steam.
Use this skill when the user:
default branchPreferred: If the Steam MCP server is available, use it to verify store page data and current configuration. See .
Walk through each section with the user. Mark items as done, flagged, or not applicable.
ACH_ prefix convention)setlive to default` — only after ALL above are confirmed| Resource | URL |
|---|---|
| Store Page Best Practices | https://partner.steamgames.com/doc/store/assets |
| Pre-Release Checklist (Valve) | https://partner.steamgames.com/doc/store/releasing |
| Steam Direct Process | https://partner.steamgames.com/doc/gettingstarted |
| Deck Compatibility Review | https://partner.steamgames.com/doc/steamdeck/compat |
| Pricing Overview | https://partner.steamgames.com/doc/store/pricing |
User: "I'm about to launch my game on Steam. App ID 2345678. What do I need to check?"
Agent:
| Step | MCP Tool | Auth | Purpose |
|---|---|---|---|
| Check store page | steam_getAppDetails({ appid }) | None | Verify description, screenshots, tags, price, platforms |
| Check achievements | steam_getAchievementStats({ appid }) | None | Verify achievements are uploaded and visible |
| Check player stats | steam_getPlayerCount({ appid }) | None | Confirm game is accessible (returns data = app is public) |