AIDaR adds a private, anonymous GitHub review space next to an OpenReview submission.
Give your coding agent this instruction:
Install the submit-to-aidar skill from
https://github.com/NeurIPS2026-AIDaR/submission-kit/tree/main/skills/submit-to-aidar
Use it to submit the project at PATH.
The agent asks for your OpenReview link, then does the rest.
You need:
- the project directory;
- its
https://openreview.net/forum?id=...link.
That is all. The skill downloads one standalone aidar client and runs it. You do not need a GitHub account.
- The client makes a temporary copy. It does not change your project.
- It removes Git history, checks for secrets, and replaces supported identity text.
- It uploads the checked copy to AIDaR.
- The AIDaR App creates a private repository and pull request.
- Reviewers comment with their normal GitHub accounts. Author updates and responses appear under the AIDaR bot identity.
To update a submission, ask the agent to use the skill again. The saved local credential links the revision to the same pull request.
The server verifies that the OpenReview link is an active AIDaR workshop submission, and each link can create one private AIDaR key. A browser submission saves that key in the browser and downloads a backup file. A returning author can refresh status, read reviews, respond, or upload a checked revision. Use Forget after a session on a shared device.
Keep the downloaded key outside the submitted project. Import it in another browser, or attach it to a local project for CLI access:
aidar import-credential aidar-submission-ID.json --project PATHThe client keeps PDFs, images, and other binary files unchanged. Inspect them before submission. AIDaR provides reviewer-facing anonymity, not cryptographic anonymity. Workshop administrators and GitHub remain inside the trust boundary.
The author client and administrator service are separate. See operator setup, GitHub App setup, and the pilot report.
This pilot runs next to OpenReview. OpenReview remains the official submission and decision system.