Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Use when building the open-science and reproducibility story for an ASE (IEEE/ACM Automated Software Engineering) submission, covering the mandatory Data Availability Statement, anonymized-but-runnable tools, tool and subject-system provenance pinning, cached LLM outputs, and staging for the ACM Available/Reusable artifact badges.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-04 | ✗→✓ | ▲ Improved | 7% | 0% |
| case-01 | ✗→✓ | ▲ Improved | 3% | 0% |
| case-02 | ✗→✓ | ▲ Improved | -2% | 0% |
| case-03 | ✗→✓ | ▲ Improved | 39% | 0% |
| case-19 | ✗→✓ | ▲ Improved | 131% | 0% |
Build the reproducibility story at data-collection time, not at submission. ASE requires a mandatory Data Availability Statement in the paper and expects an anonymized, runnable artifact at review time; automated-SE artifacts are usually tools, so "runnable" means a reviewer can actually execute the automation on stated subjects. What is not pinned when you collect it cannot be reconstructed later.
appendix space).
where it will live after acceptance (an archival DOI target).
not a neutral placeholder.
than a modest, honest one.
author metadata, and any path revealing your identity (/home/<you>/, institutional URLs).
can execute the automation without your machine.
commit — automated-SE tools rot fast against moving toolchains.
For the tool:
experiments (including seeds for randomized components).
For subject systems and datasets:
criteria; and any manual labeling protocol with inter-rater agreement.
For LLM-based components:
artifact reproduces rather than calls a live, drifting API.
| Failure | Consequence | Prevention | |---|---|---| | Tool needs your exact machine | Reviewers cannot run it; artifact fails | Container/lockfile + minimal run path | | Subjects unpinned (branch, not SHA) | Numbers cannot be reproduced | Record SHAs + extraction date at collection | | LLM outputs uncached | Re-runs drift; comparison invalid | Cache outputs; record model IDs/dates | | Data Availability outside the 10 pages | Policy violation | Place it after Conclusions, inside the budget | | Identity leak in artifact | Anonymity violation | Scrub owner/metadata; re-host anonymized |
The submission-time artifact and the post-acceptance badge artifact are the same package matured. ASE offers Artifacts Available and Artifacts Reusable badges (ACM scheme); staging for them now avoids a scramble later (see ase-artifact-evaluation):
open license.
beyond reproducing your tables.
text[Data Availability] present, after Conclusions, inside 10pp? matches the archive? [Tool] commit pinned, deps versioned, container/lockfile, minimal run path? [Subjects/data] SHAs + extraction date + selection/labeling protocol recorded? [LLM] model IDs/dates, prompts, cached outputs? [Anonymity] owner/metadata scrubbed; anonymized re-host? [Badge readiness] Available (DOI+license) / Reusable (docs+run path) staged?
Other measured skills in the registry, with their headline benchmark lift.