make-anonymous-branch

Create an anonymous branch and scrub identity leaks for double-blind review.

4|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/AMindToThink/claude-code-settings --skill make-anonymous-branch
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: make-anonymous-branch
Source: https://github.com/AMindToThink/claude-code-settings/tree/main/skills/make-anonymous-branch
Command: npx skills add https://github.com/AMindToThink/claude-code-settings --skill make-anonymous-branch

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps researchers prepare a repository for double-blind review without exposing author identity, personal paths, or metadata leaks. It guides the full anonymization workflow while keeping the original main branch untouched.

Core Features & Use Cases

  • Creates a dedicated anonymous submission branch that bundles code, data, and paper materials in one place.
  • Audits common leak sources such as author names, email addresses, home directories, wandb metadata, PDFs, and LaTeX output.
  • Supports review-readiness tasks like deleting internal-only files, scrubbing PDF metadata, and fixing LaTeX rendering for anonymous mirrors.
  • Use it when preparing a research repo for anonymous.4open.science, a workshop submission, or any double-blind publication workflow.

Quick Start

Ask the assistant to inspect your research repository and prepare an anonymous submission branch with identity scrubbing, PDF metadata cleanup, and validation checks.

Frequently Asked Questions about make-anonymous-branch

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I prepare a research repository for double-blind submission without leaking author identity?

You prepare a research repository for double-blind submission by creating an anonymous branch and stripping personal identifiers from code, data, and paper files. This ensures the main branch remains untouched while meeting review requirements.

What sources of identity leaks should I audit when anonymizing a git branch for peer review?

When anonymizing a git branch, you should audit common leak sources like author names, email addresses, home directories, wandb metadata, PDFs, and LaTeX output. Checking these areas prevents accidental exposure of your identity during review.

Does this anonymization workflow support cleaning PDF metadata and fixing LaTeX rendering?

Yes, the anonymization workflow supports cleaning PDF metadata and fixing LaTeX rendering for anonymous mirrors. It handles review-readiness tasks like scrubbing metadata from generated PDFs to ensure no author information is embedded in the output files.

Can I use this process to bundle code, data, and paper materials for an anonymous.4open.science submission?

Yes, you can use this process to bundle code, data, and paper materials for an anonymous.4open.science submission or any double-blind publication workflow. It creates a safe anonymous submission branch that mirrors all required review materials.

How do I verify that no personal identifiers remain after scrubbing a research repo?

To verify no personal identifiers remain after scrubbing a research repo, you perform final validation checks on the anonymous branch. This verification step ensures all identity leaks in code, metadata, and LaTeX outputs are fully resolved before submission.