Squawk
Skill drakulavich/iago/squawk
🦜 Greptile-style Mermaid diagrams for AI code reviews — drawn by your own agent. A Claude Code / Codex / Copilot / Gemini skill; run /iago after /review.
npx -y skills add drakulavich/iago --skill squawkAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
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.md
1.6 KB, as published. Nobody here has run it
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:
- Read
iago/SKILL.mdfrom the sibling directory next to this skill, and treat it as your operating instructions. The two skills are always installed side-by-side; theiago/directory is right next to thissquawk/directory in whichever skills folder your runtime uses (~/.claude/skills/,~/.agents/skills/,~/.config/opencode/skills/, etc.). - Use the helper at
../iago/scripts/post.ts(relative to this skill's directory), run withbun run, when it's time to post the diagram. - 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.