agentsclimarketplace

Sheepdog audit

Skill filipores/sheepdog/skills/sheepdog-audit

Whole-repo audit for architecture boundary drift: god orchestrators, layer violations, misplaced side effects, persistence leaks, pattern fragmentation, and dependency-direction problems. One-shot report; no edits.From its SKILL.md

Install
npx -y skills add filipores/sheepdog --skill sheepdog-audit

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

  • 0 stars0 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.3 KB, 246 tokens by cl100k_base, as published. Nobody here has run it

Sheepdog Audit

Repo-wide sheepdog-review. Find where responsibilities have wandered into the wrong fields. Report only.

Hunt

Rank by risk and change gravity:

  • entrypoints with business/persistence/side effects
  • orchestrators building payloads, deciding policy, writing storage, sending notifications
  • god files receiving unrelated changes
  • direct DB/API persistence outside data layer
  • external side effects without adapter/idempotency/dedupe/audit
  • duplicate validators/mappers/error handling/clients/helpers
  • wrong-way imports and cycles

Output

Ranked list, highest risk first:

<severity> <tag>: <what drifted>. home: <right field>. evidence: <path:L>. move: <smallest safe first extraction>.

Severity:

  • blocker — new work should not continue there
  • major — likely to produce repeated agent drift
  • watch — size/gravity signal, not yet a boundary break

End with:

summary: <B> blockers, <M> major, <W> watch. first move: <one smallest extraction>.

No findings: All sheep in field. Ship.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 326,149. 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.