Description
# GearAudit
Never open a browser to figure out what gear to keep.
GearAudit scans your bags automatically when you open them and overlays color-coded highlights directly on your bag slots and character sheet — so you always know what to equip, what to hold onto, and what to sell or delete.
---
## How it works
**Green** — this item is an upgrade over what you have equipped. Equip it.
**Yellow** — this item has future value. Keep it. This covers three cases:
- The item is on a higher upgrade track and will outvalue your current gear once fully upgraded
- The item is better than what you have equipped, but you haven't reached the required level yet
- The item is an upgrade but you don't yet meet the equip requirements
**Red / Orange** — remove this item. Either it's from a previous season or expansion and is permanently outclassed, or it's the wrong armor type or class for your character and can never be equipped.
**No highlight** — the item is fine where it is. Nothing to do.
The scan runs automatically when you open your bags. No slash commands needed for normal use.
---
## Character sheet
GearAudit also overlays your character sheet (paperdoll). Empty gear slots are flagged red/orange so you always know if you're missing something. Outdated equipped gear is flagged the same way.
---
## Upgrade track awareness
GearAudit reads upgrade track tiers directly from item tooltips using Blizzard's C_TooltipInfo API — no bonus ID table to maintain. This means it keeps working correctly across season resets without any update required.
---
## Slash commands
- **/ga** or **/gearaudit** — show command list
- **/ga toggle** — show or hide all overlays
- **/ga scan** — manually trigger a bag scan
- **/ga reset** — clear all overlays
- **/ga version** — print version info
---
## Requirements
- WoW Midnight (Interface 120007+)
- Bagnon is supported. AdiBags, ArkInventory, and similar replacements are not yet supported.
---
## Notes
GearAudit is designed for casual players who want gear management without external tools or spreadsheets. It is also used as a personal project by the author and is actively maintained.
Developed with AI assistance. All code is reviewed, verified against warcraft.wiki.gg, and tested in-game on a Midnight retail client before release. A living API audit manifest is maintained in the addon folder and cross-referenced after every patch.

