agentsclimarketplace

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.

Install
npx -y skills add drakulavich/iago --skill squawk

Assembled 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:

  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.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.