Squawk
Skill drakulavich/iago/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".From its SKILL.md
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.
SKILL.md
1.6 KB, 270 tokens by cl100k_base, 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.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.