agentsclimarketplace

Verify

Skill DailybotHQ/pocdd-skill/skills/pocdd/verify

Validate that a POC file is well-formed against the POCDD conventions — status header, the three sections, gaps tagged by owner with ids, findings with provenance, and decision gaps carrying an assumption + link. Read-only pass/fail. Use for "/poc verify <name>".From its SKILL.md

Install
npx -y skills add DailybotHQ/pocdd-skill --skill verify

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.6 KB, 318 tokens by cl100k_base, as published. Nobody here has run it

POCDD — Verify

Objective well-formedness check for a POC file, against ../shared/conventions.md. Read-only.

Run the check

bash "$(dirname "$0")/verify.sh" <name>    # or a path; omit to verify all

verify.sh resolves the POC via ../shared/context.sh and asserts:

CheckRequirement
Status headera phase: line with a valid value
Goala non-empty Goal section
Implementationan Implementation section present
Remaining gapsa Remaining gaps section present
Gap taggingevery listed gap has an id (G<n>) and an owner ([agent] / [user])
Done consistencyready-to-implement ⇒ no gaps; gaps present ⇒ not ready-to-implement

It prints PASS / FAIL per file with the specific failing lines, and exits non-zero if any file fails — so it can gate /poc implement.

When it fails

Report the exact failures and route to /poc work <name> (to close/format gaps) or /poc create (if the file is missing required sections entirely). Do not auto-rewrite the file from verify — that is work's job.

What ships with it: 1 file

2.4 KB alongside SKILL.md, 1 of them executable

Keep looking

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