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".

drakulavich 6a792ac 1.2 KB Updated

File contents

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.

drakulavich/iago/tree/main/squawk commit 6a792ac09c

Frequently asked questions

npx skillmds@latest add drakulavich/squawk