Brew GS

Talents: 2, 2, 1/2 (2 if you don’t have enough haste, 1 if you’re geared), 3, 2, 1/2 (2 ST, 1 AOE), 3
Major Glyphs: Expel Harm, Keg Smash, Fortifying Brew
Minor Glyphs: Spirit Roll, Water Roll, and whatever else tickles your fancy

Sequences['Brew'] = {
StepFunction = [[
		limit = limit or 1
		if step == limit then
			limit = limit % #macros + 1
			step = 1
		else
			step = step % #macros + 1
		end
	]],
PreMacro = [[
/console Sound_EnableSFX 0
/targetenemy [noharm][dead]
/use [mod:ctrl] Elusive Brew
/cast [@mouseover,harm,nomod,nodead] Spear Hand Strike
]],
	[[/cast [@mouseover,help,nocombat,dead] Resuscitate; [@mouseover,help,nodead,mod:alt] Detox; [@mouseover,help,nodead,nomod] Surging Mist]],
	[[/cast [mod:alt] Guard]],
	[[/cast [combat] Keg Smash]],
	[[/castsequence [combat,nomod] Keg Smash, Jab, Jab]],
	[[/castsequence [combat,nomod] Blackout Kick, Tiger Palm, Tiger Palm]],
	[[/cast [nomod] Expel Harm]],
	[[/cast [@player,combat,nomod] Zen Sphere]],
PostMacro = [[
/cast [nomod] Touch of Death
/use [combat] 13
/use [combat,mod:alt] 14
/use [combat,mod:alt] Blood Fury
/startattack
/script UIErrorsFrame:Hide();
/console Sound_EnableSFX 1
]],
}

The mod keys might not be your thing. Idk. This just suits my playstyle. You can always take them out and keybind them separately if you want.