AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Verify

skill-tradebaas-groundwork-verify · by Tradebaas

Prove a change actually works before it counts as done. Use after building any non-trivial change, before deliver, and whenever claiming something works. Exercises real behavior end-to-end. Green tools alone are not verification.

No reviews yet
0 installs
15 views
0.0% view→install

Install

$ agentstack add skill-tradebaas-groundwork-verify

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-tradebaas-groundwork-verify)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
24d ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Verify? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

verify: evidence, not confidence

A change is verified when its observable behavior matches its acceptance criteria, and you have seen that behavior yourself. "Should work", "compiles", "tests pass" are not that.

1. The floor: every gate green

Run the full chain and paste real results, not summaries of results: node checks/check.mjs, then the stack gates (typecheck, lint, tests, build; commands are in docs/standards/.md). Red gate → stop, fix, rerun. Never weaken a gate to pass it.

2. The point: exercise the change

  • Take the spec's acceptance criteria (tier S: the request itself) and walk them end to end

in the closest thing to reality available: run the app, call the endpoint, click the flow, render the document. Per criterion: what you predicted you would see → what you did → what you observed. Write the prediction down before running. A pass you did not predict proves only that something happened; a prediction that turns out wrong is the finding, and the real behavior gets explained and traced to a rule before the criterion counts as met.

  • Probe the edges the criteria imply: empty input, wrong input, unauthorized user, the second

run (idempotency), the slow path. The first bug is usually one step off the happy path.

  • User-facing output → also run design-guard on what rendered. A built interface gets re-checked

against its direction contract and the finish verdict; a document, e-mail, export or error string gets judged there in full, because the design method does not carry those.

  • Bug fix → reproduce the bug first on the old behavior (or its regression test), then show it

gone. A fix you never saw fail is a guess. Cause unknown, or a fix attempt already failed? Run the debug skill's loop before trying again.

3. What you cannot verify

Some things this environment can't exercise (production data, real payment, app-store review). Name them explicitly: "verified: A, B; not verifiable here: C, needs , tracked in STATE.md". Unverifiable-and-silent is how "works on my machine" ships.

4. Converge and record

  • Substantial change (per code-review's own bar)? Hand the diff to code-review now, before

any status flips: findings must land while they can still change the work. Blocker fixes come back through §1-2. Trivial tier: record "code-review: skipped (trivial)" in STATE.md instead.

  • Reconcile docs the verified change made stale; retired wording → denylist

(checks/config.json). Spec status → done, folder → archive (see spec).

  • STATE.md: gates line updated with the evidence summary ("checks green, tests 61/61, criteria

4/4 exercised"), Now ▶ next step.

Report format, per criterion one line: ✓/✗ : , then the gates line, then anything unverifiable. No prose padding. ⚓

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.