This repository is the independent submission repository for GitLink CLI Competition 2026, Subtrack 3: end-to-end automated workflow.
The project implements a reproducible workflow for auditing research repository reproducibility on GitLink. It collects repository metadata and collaboration signals through gitlink-cli, combines them with local checkout evidence, scores the repository from 0 to 100, and generates reviewable Markdown and JSON outputs.
The repository contains many Markdown files because this is a workflow submission: reviewers need executable scripts, evidence, architecture notes, run instructions, and platform-facing documentation. The executable implementation is under examples/workflows/research-reproducibility-assistant/scripts/, with tests under examples/workflows/research-reproducibility-assistant/tests/.
Verified Evidence
Authenticated GitLink CLI run: gitlink-cli 0.2.0, user ZorIgn.
Real target repository: official Gitlink/gitlink-cli.
Final submission index: submission/final-submission-index.md
Web submission checklist: submission/final-web-submit-checklist.md
Remote Write Policy
The workflow performs read-only collection by default. Remote Issue creation is intentionally left outside the automated audit path and should only be executed after a human reviews the generated local Issue draft.
关于
Track3 end-to-end GitLink CLI workflow for research reproducibility auditing, with authenticated CLI evidence, demo outputs, tests, and submission docs.
GitLink Research Reproducibility End-to-End Workflow
中文说明
This repository is the independent submission repository for GitLink CLI Competition 2026, Subtrack 3: end-to-end automated workflow.
The project implements a reproducible workflow for auditing research repository reproducibility on GitLink. It collects repository metadata and collaboration signals through
gitlink-cli, combines them with local checkout evidence, scores the repository from 0 to 100, and generates reviewable Markdown and JSON outputs.Competition Scope
Submitted track: Subtrack 3, end-to-end automated workflow.
The workflow uses five GitLink CLI command families in authenticated mode:
gitlink-cli repo +infogitlink-cli repo +treegitlink-cli issue +listgitlink-cli pr +listgitlink-cli release +listThis exceeds the Track3 requirement of at least three CLI or Skill calls.
What It Produces
For each target repository, the workflow generates:
--fail-underthreshold gate for automated acceptance.Repository Layout
The repository contains many Markdown files because this is a workflow submission: reviewers need executable scripts, evidence, architecture notes, run instructions, and platform-facing documentation. The executable implementation is under
examples/workflows/research-reproducibility-assistant/scripts/, with tests underexamples/workflows/research-reproducibility-assistant/tests/.Verified Evidence
gitlink-cli 0.2.0, userZorIgn.Gitlink/gitlink-cli.53/100.10.96/100.96/100.6 passed.10 passed, 0 skipped.Quick Verification
Expected result:
Key Evidence Files
examples/workflows/research-reproducibility-assistant/examples/real_gitlink_outputs/examples/workflows/research-reproducibility-assistant/examples/high_evidence_outputs/submission/demo-evidence.mdsubmission/competition-entry.mdsubmission/final-submission-index.mdsubmission/final-web-submit-checklist.mdRemote Write Policy
The workflow performs read-only collection by default. Remote Issue creation is intentionally left outside the automated audit path and should only be executed after a human reviews the generated local Issue draft.