Loading...
Loading...
Verify your own completed code changes using the repo's existing infrastructure and an independent evaluator context. Use after implementing a change when you need to run unit or integration tests, check build or lint gates, prove the real surface works with evidence, and challenge the changed code for clarity, deduplication, and maintainability. If the repo is not verifiable yet, hand off to `agent-readiness`; if you are reviewing someone else's code, use `review`.
npx skill4agent add uinaf/skills verifyAGENTS.mdCLAUDE.mdagent-readinessagent-readinessreviewdocsAGENTS.mdCLAUDE.mdmake verifyjust verifypnpm testcargo testcurl http://127.0.0.1:3000/healthnode dist/cli.js --helpanyasunknownship itneeds reviewblockedagent-readinessagent-readinessdocsverdict: needs review
change verified: retry banner after transient API failure
surfaces exercised: pnpm test test/retry.spec.ts, curl http://127.0.0.1:3000/api/retry
code-shape finding: low — retry counter update is split across two helpers with identical branching; merge into one explicit path
finding: medium — the UI recovers, but the retry count is not persisted across refresh
evidence: local API returned 200 after retry; browser screenshot after refresh shows count reset to 0
recommended follow-up: implementation