← Browse

@juanibiapina/reproducible-locally

B

Use when proving a deployed or built change actually works, verifying a feature locally with no manual step, or deciding how to prove this specific change works. Triggers on "prove it works", "verify the feature", "reproducible locally", "no manual step", "deploy-verify".

skillclaude

Install

agr install @juanibiapina/reproducible-locally --target claude

Writes 1 file into .claude/skills/, pinned to git-a0ab65a1.

  • .claude/skills/reproducible-locally/SKILL.md

Document


name: reproducible-locally description: > Use when proving a deployed or built change actually works, verifying a feature locally with no manual step, or deciding how to prove this specific change works. Triggers on "prove it works", "verify the feature", "reproducible locally", "no manual step", "deploy-verify".

Reproducible Locally

A change is done when its changed behaviour has repeatable, automated evidence. Run the proof from the local workflow when possible; target the environment where the behaviour exists when necessary.

Automated proof

Do not treat tapping through a build, clicking a dashboard, or eyeballing a URL as release evidence for known behaviour. Exercise the changed behaviour and assert an observable postcondition: a response, persisted state, emitted event, metric, or other externally visible effect.

A successful build proves the build succeeded. A successful behavioural check proves the scenario and assertion it exercised.

Report one outcome:

  • verified: state the scenario, command or probe, assertion, and result.
  • not verified: state what prevented automated proof and the smallest change that would make it possible.

Choose the verification per feature

Devise how to prove this specific change each time; there is no standing recipe.

Trustgrade B

  • passBody integrity

    Whether the stored document is plausibly the kind of file the artifact declares, rather than something fetched by mistake.

  • passType matchnot applicable to this artifact type

    Whether the artifact is really the kind of thing its metadata claims it is.

  • passFreshness

    How long since the source repository was last pushed to.

  • passPrompt injection

    Scans the artifact's own text for instructions aimed at your agent rather than at you.

  • warnLicenseno SPDX license detected

    Whether the source repository declares an SPDX license permissive enough to redistribute.

How the grade is calculated

Each check contributes 0 points when it passes, 1 when it warns, and 2 when it fails. The total maps to a letter:

  • Aevery check passed
  • Bone warning
  • Ctwo warnings
  • Dprompt injection or body integrity failed, or three warnings
  • Fone of those failed, and something else is wrong

These are automated hygiene checks, not a security audit, and not a dependency or vulnerability scan. A grade of A means nothing was flagged — not that the artifact is safe.

Versions

  • git-a0ab65a101db2026-07-31