# API Guideline Reviewer

> Review OpenAPI specification files against Dynatrace REST API and IAM permission naming guidelines. Checks version consistency, naming conventions, IAM scope format, HTTP status codes, and schema composition. Activated when the user prompt starts with "api-guideline-reviewer:".

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

---


Review OpenAPI specification files for compliance with Dynatrace REST API and IAM permission naming guidelines: the argument (text following the `api-guideline-reviewer:` trigger)

If the argument (text following the `api-guideline-reviewer:` trigger) is empty, ask the user which OpenAPI spec file(s) to review.

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

→ task(agent_type: "dev-workflows:api-guideline-reviewer"):
  > "Review the following OpenAPI spec file(s) against the guidelines: the argument (text following the `api-guideline-reviewer:` trigger)"

Surface the subagent's verdict to the user.

