skills/verify/SKILL.md
Post-code check: run tests + confirm TODO acceptance items map to passing tests; applies a security lens but is not a separate scan.
npx skillsauth add the-own-lab/Claude-company-of-one verifyInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Close the loop between spec and code. Run the test suite, then match TODO/REQ
acceptance criteria to actual passing tests. verify ≠ tdd: tdd writes one test
at a time; verify inspects the whole delivered state before update-docs.
BRIEF.md ## Current Contract, ### Requirements Summary, and
### TODO In Scope (requirement list, acceptance criteria, and scoped TODOs
already folded in by read-brief).BRIEF.md ## Test Plan (produced earlier by test-plan and tdd).package.json,
project.json, mise.toml, or ask user if unclear).## Assumptions as
verify: all REQs mapped to passing tests or a list of gaps.## Open Questions for follow-up.pnpm nx test <project> (or equivalent). Capture result.### Requirements Summary, locate at least one
test exercising its acceptance.security-scan skill):
update-docs.## Open Questions. User decides
whether to add a test now or defer./review.tdd).test-plan).update-docs)./review Layer 2 red-team analysis.documentation
Update BRIEF.md sections during a command run. Any skill that produces a brief-persisted artifact calls this to write it back.
documentation
Command post-step: write CHANGELOG + TODO once per command run. One call, not per-skill doc writes.
content-media
Author REQUIREMENTS.md + DESIGN.md + TODO.md for a feature. The three files are one contract; they ship together.
testing
/review Layer 1 auditor + /think self-review. Three contexts: think-self-review, review-spec, review-implementation. Also judges reconstruction drills.