# Squawk

> Alias for the `iago` skill. Appends a Mermaid diagram (sequence, flow, class, or entity-relation) to a GitHub PR's existing /review comment. Use whenever the user invokes /squawk or says "squawk this PR".

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

---


# squawk — alias for `iago`

This skill is a thin alias. The full behavior, rubric, templates, and
helper script live in the `iago` skill in the same repository.

**Do exactly what `iago/SKILL.md` says.** Read that file first, then
follow it step-by-step using the same `$ARGUMENTS` you received.

Concretely:

1. Read `iago/SKILL.md` from the sibling directory next to this skill, and
   treat it as your operating instructions. The two skills are always
   installed side-by-side; the `iago/` directory is right next to this
   `squawk/` directory in whichever skills folder your runtime uses
   (`~/.claude/skills/`, `~/.agents/skills/`, `~/.config/opencode/skills/`,
   etc.).
2. Use the helper at `../iago/scripts/post.ts` (relative to this skill's
   directory), run with `bun run`, when it's time to post the diagram.
3. Use the references and examples under `../iago/` for selection rules and
   Mermaid syntax.

Do not duplicate logic here — keep `iago` as the single source of truth.

