# Guideline Reviewer

> Review Dynatrace app code and UI for compliance with Dynatrace Experience Standards (GUIDElines). Checks AppHeader, DataTable, FilterField, Connections, Permissions, Settings, Dashboards, accessibility, and Grail naming. Activated when the user prompt starts with "guideline-reviewer:".

- Skill: `ihudak/guideline-reviewer` (Agent Skill, multi-file: 3 files)
- Install (CLI): `npx skillmds@latest add ihudak/guideline-reviewer`
- Raw SKILL.md: https://api.skillmd.com/api/skills/ihudak/guideline-reviewer/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Web & Frontend
- Author: ihudak (https://skillmd.com/u/ihudak)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/ihudak/guideline-reviewer

---


Review Dynatrace app code and UI for compliance with Dynatrace Experience Standards (GUIDElines): the argument (text following the `guideline-reviewer:` trigger)

If the argument (text following the `guideline-reviewer:` trigger) is empty, ask the user which files or components to review.

Dispatch the review to the `guideline-reviewer` subagent:

→ task(agent_type: "dev-workflows:guideline-reviewer"):
  > "Review the following app code and UI for compliance with Dynatrace Experience Standards (GUIDElines): the argument (text following the `guideline-reviewer:` trigger)"

Surface the subagent's verdict to the user.

