Rite prove
Skill ViktorsBaikers/DevRites/pack/generated/claude/skills/rite-prove
Prove a completed feature with tests and the full test suite, build/typecheck/lint, end-to-end/browser evidence, screenshots, commands, and outputs for seal. Not for single-slice proof.From its SKILL.md
npx -y skills add ViktorsBaikers/DevRites --skill rite-proveAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 1 stars1 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
7.1 KB, ~1.7k tokens by cl100k_base, as published. Nobody here has run it
/rite-prove: prove the completed feature
Record evidence for the whole feature. Read the active workspace first; if none,
run /rite-spec <feature>.
Scope: built-in
/verifyproves one change and/runlaunches the app./rite-provecovers a feature. It walksspec.mdacceptance criteria one-by-one, runs the full relevant test suite + build/typecheck/lint, ascends the browser-proof ladder (step 4), and writesevidence.md+browser-evidence.mdkeyed to the active.devrites/work/<slug>/. No DevRites workspace → use/verifyor/runalone.
Gate: all slices must be built first
Read tasks.md + state.md. If ANY slice is still pending/unbuilt, STOP and tell the
user to finish it with /rite-build: /rite-prove runs once, when the full task is
complete, not after each slice. (Each slice already got its own targeted tests during
/rite-build; this phase proves the assembled feature as a whole.)
Never report an unobserved pass. If a command could not run, report that and give exact manual steps.
Scoped reruns are allowed. /rite-prove runs once when the full feature is assembled.
After /rite-polish or /rite-review edits code,
the existing evidence.md no longer post-dates the change, so re-run /rite-prove over
the affected criteria/routes to refresh proof before /rite-seal.
Rules consulted (read on demand from .claude/skills/devrites-lib/reference/standards/)
Pull these via Read when relevant:
testing.md: pyramid, determinism, no-flake discipline.test-proof-checklist.md: compact proof-quality gate for tests and recorded evidence.browser-proof-checklist.md: for UI scope, the required browser states and Visual Verdict evidence.spec-grammar.md: when the spec uses structured### Requirement:/#### Scenario:blocks, each scenario (WHEN/THEN) is one observable behavior to walk and prove.performance.md: measure first when perf is in scope.observability.md: when the change has a runtime surface (endpoint, job, integration, user flow): telemetry must be present and observed to emit, not assumed.developer-experience.md: when the change ships a developer-facing surface (API / CLI / SDK / webhook / config / error messages / getting-started): measure the DX scorecard (run the flow, measure time-to-hello-world, and capture verbatim error text), rather than asserting it.definition-of-done.md: standing Done bar: acceptance mapped, fresh proof, no open hard gates, scoped edits, rollback/docs where needed.
Operating rules
- Evidence over confidence. Feature scope only: fix within the feature or record a blocker; don't refactor unrelated code.
- Spec Drift Guard applies: if tests/evidence reveal the spec is wrong, stop and handle
drift (
rite-build/reference/spec-drift-guard.md). - Runner observes; root records; wright fixes. Use the file-backed fresh-context
contract in
agents.md. The root owns the evidence verdict and canonical writes. Every accepted source/test correction is one boundeddevrites-slice-wrightpacket, never an inline edit.
Workflow
- Read
.claude/skills/devrites-lib/reference/standards/core.mdfirst (the always-on operating rules); pull the on-demand rules above when relevant. Then rundevrites-engine preamblefor deterministic workspace orientation. - Confirm the gate (all slices built). Read
spec.md(acceptance criteria + "Commands discovered"),tasks.md,state.md,test-plan.mdif present (the vetted coverage target from/rite-vet), and the fullgit diff. - Discover commands if not recorded: test-command-discovery: README, package scripts, Makefile, CI configs, Gemfile/Rakefile, pyproject, go.mod, Cargo.toml. Completion: exact runnable test/build/typecheck/lint commands are recorded or explicitly unavailable.
- Run proof in fresh context. Freeze the candidate and dispatch
devrites-proof-runnerwith the exact commands, cwd, prerequisites, acceptance map, and scratch boundary. Await and validate its observed full relevant test suite plus build / typecheck / lint report. The runner writes no canonical evidence. - UI feature? Include
design-brief.md,references.md, routes, browser harness, and allowed scratch path in the proof packet, then have the runner apply the browser proof ladder: proof-ladder + browser-proof (devrites-browser-proof): routes, viewports, screenshots (opened + described), console, network, interaction paths, and the brief's proof targets. Compare screenshots with target references and record deltas. An unresolved material mismatch is a failed result; the root handles any accepted correction at step 6 before re-rendering. - Map proof completely. Follow
reference/acceptance-proof.mdfor acceptance/scenario coverage and the conditional critical-path, observability, developer-surface, and wiring branches. Completion: every criterion, planned interaction, and declared key link has a proof class plus passing evidence, or is recorded as a blocker. - On failure → failure-triage +
devrites-debug-recovery. The root reconciles the reproduction. Send an accepted, in-scope correction to the sole writer,devrites-slice-wright; then freeze the new candidate and dispatch a fresh proof runner for affected checks. If a fix would exceed scope, record a blocker. - The root updates
evidence.md,browser-evidence.md(if UI),traceability.md, andstate.md. New proof goes toevidence.md(proof.mdis a read-only alias: seedevrites-lib/reference/workspace-artifact-schema.md).
Mid-flight discipline. When tempted to claim an un-observed pass, skip a rung of the browser-proof ladder, or proceed with slices pending: see
anti-patterns. Load it the moment you reach for the excuse.
Output
Progress first: run devrites-engine progress, then use the shared completion reply contract
(devrites-lib/reference/reply-contract.md).
Default success shape:
Done: feature proof complete for <slug>.
Changed: evidence.md, browser-evidence.md <updated|n/a>, devex.md <updated|n/a>, state.md
Evidence: acceptance <total>/<total> (judgment-only <n>); scenarios <total>/<total|n/a>; key links <n>/<n|none>; tests/build/lint/browser <pass summary>
Open: none
Next: /rite-polish
Record: .devrites/work/<slug>/evidence.md
↻ Hygiene: /clear before /rite-polish
If any check fails, a blocker remains, or a criterion is unproven, use the shared
Stopped / blocked form and route Fix: to the failing check or /rite-build; do
not recommend /rite-polish.
What ships with it: 6 files
10.7 KB alongside SKILL.md
reference/
- acceptance-proof.md2.3 KB
- anti-patterns.md1.4 KB
- browser-proof.md2.4 KB
- failure-triage.md1.4 KB
- proof-ladder.md1.6 KB
- test-command-discovery.md1.5 KB