Guardian Druid PVE Focused Mythic +

So I just wanted to start this topic cause I notice a lot of people not talking, or not making much of macros for druid tanks, so with all said I would like to see what others would be using for their go to macro for Guardian druids Mythic + and higher without people being scared to run higher Mythic’s !
Also it would be nice to see more of the HP Macro Nominations for a suitable macro for Guardians like myself.

This is made up of a number of macros listed on this site from different Authors.

Sequences['Guardian'] = {
  Author="Mixture",  
  SpecID=104,
  Talents = "3311321",
  Default=1,
  Icon='Ability_Racial_BearForm',
  MacroVersions = {
    [1] = {
      StepFunction = "Sequential",
      KeyPress={
        "/targetenemy  [noharm][dead]",
        "/cast [@player,nostance:1] Bear Form",
        "/cast Wild Charge",
      },
      PreMacro={
      },
        "/castsequence  reset=combat  Mangle, Moonfire",
        "/cast [combat] Swipe",
        "/cast Mangle",
        "/castsequence [combat] reset=combat  Ironfur, Ironfur, Frenzied Regeneration, Ironfur, Ironfur, Frenzied Regeneration, Ironfur, Ironfur, Ironfur",
        "/cast Mangle",
        "/cast [combat] Thrash",
        "/cast Mangle",
        "/cast Rage of the Sleeper(Artifact)",
      PostMacro={
      },
      KeyRelease={
        "/cast [combat] Barkskin",
        "/use Draenic Agility Potion",
        "/startattack",
      },
    },
  },
}