To facilitate the work of editors in responding to help panel generated content, we should tag edits associated with the help panel. I propose the tag name of help-panel.
To implement this, we will need to define the tag via our extension. We will need to either modify MessagePoster to support passing the tag along with the header and body content, or we can not use message poster and instead define an API endpoint that does the same things as message poster + including the tag.